Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-99507.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-99507
Upstream
Published
2026-09-04T16:18:06Z
Modified
2026-09-05T14:16:57.881924438Z
Summary
CVE-2026-80796 affecting package kernel 6.6.150.1-1
Details

In the Linux kernel, the following vulnerability has been resolved:

nfc: nci: add data_len bound checks to activation parameter extractors

nciextractactivationparamsisodep() and nciextractactivationparamsnfcdep() read an inner length byte from the NCI RFINTFACTIVATEDNTF payload and use it to memcpy() into fixed kernel buffers, but neither function receives the caller-validated activationparamslen. A crafted NCI notification with activationparams_len=1 and an inner length byte of up to 20 (NFC-A) or 50 (NFC-B) causes memcpy() to read that many bytes past the one valid byte in the activation params region -- a slab out-of-bounds read of kernel memory adjacent to the NCI skb.

The sibling nciextractrfparams*() family was given equivalent protection by commit 571dcbeb8e63 ("net: nfc: nci: Fix parameter validation for packet data"), but the two activation parameter extractors were not updated at that time.

Add a datalen parameter to both functions, guard against an empty region before consuming the inner length byte, decrement the remaining count after consuming it, and clamp the copy length to what is actually available. Update both call sites to pass ntf.activationparams_len, which is already validated against the skb at ntf.c:801.

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-99507.json"