CVE-2026-63915

Source
https://cve.org/CVERecord?id=CVE-2026-63915
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63915.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-63915
Downstream
Published
2026-07-19T14:55:19.305Z
Modified
2026-07-21T03:47:36.566536653Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
nfc: hci: fix out-of-bounds read in HCP header parsing
Details

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

nfc: hci: fix out-of-bounds read in HCP header parsing

Both nfchcirecvfromllc() and ncihcidatareceivedcb() read packet->header from skb->data at function entry without first checking that the buffer holds at least one byte. A malicious NFC peer can send a 0-byte HCP frame that passes through the SHDLC layer and reaches these functions, causing an out-of-bounds heap read of packet->header. The same 0-byte frame, if queued as a non-final fragment, also causes the reassembly loop to underflow msglen to UINTMAX, triggering skboverpanic() when the reassembled skb is written.

Fix this by adding a pskbmaypull() check at the entry of each function before packet->header is first accessed. The existing pskbmaypull() checks before the reassembled hcpskb is cast to struct hcppacket remain in place to guard the 2-byte HCP message header.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/63xxx/CVE-2026-63915.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
8b8d2e08bf0d50193931afd27482a59376b66b2b
Fixed
ed6d5d97dad0334a7f43d218753429cbe2f70a4f
Fixed
b99366d74b535d0cadb1ef73e04639415d9ff3b7
Fixed
37382293f174b82a0616c8295e32b1fc8e13d1ed
Fixed
c4cc6b3b0013acb3ed0b2b60e57dfae98647fe98
Fixed
1905f5ec3641b2b234bb63549c8ca11ab85466eb
Fixed
22d41b176b9989efd21c3b2d3abf6728f05b9d9a
Fixed
83b1362edc9d6ae376c6f36da116e2c70f2e70a6
Fixed
f040e590c035bfd9553fe79ee9585caf1b14d67b

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63915.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.5.0
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-63915.json"