CVE-2026-74507

Source
https://cve.org/CVERecord?id=CVE-2026-74507
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74507.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74507
Downstream
Published
2026-08-15T12:27:30.683Z
Modified
2026-08-18T03:56:49.912963606Z
Severity
  • 7.1 (High) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N CVSS Calculator
Summary
Bluetooth: HIDP: validate numbered report payloads
Details

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

Bluetooth: HIDP: validate numbered report payloads

When hidpgetrawreport() waits for a numbered report, hidpprocess_data() compares the expected report number with skb->data[0]. A connected HIDP peer can reply with only a DATA transaction header, leaving the skb empty after the header is removed.

KMSAN reports an uninitialized-value use in hidpsessionrun(), with the value originating in __allocskb() through vhciwrite(). The transaction header checks remove the empty-frame reports, but this report remains until the payload check is added.

The comparison can also consume a peer-controlled byte beyond the declared L2CAP PDU. A DATA | FEATURE response followed by an extra 0x01 byte made the current code accept that byte as report ID 1 and complete HIDIOCGFEATURE with a zero-byte result. With this change the malformed response is rejected with -EIO, while a subsequent valid response still succeeds.

Require a payload byte before comparing a numbered report ID. Unnumbered reports continue to accept an empty payload.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74507.json"
}
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
0ff1731a1ae51e8e48cd559d70db536281c47f8e
Fixed
b7ad105d46acd828e424454815e4cd31069e047a
Fixed
7e7162427659b70ea17cd41b1f79e2e64c246690
Fixed
27cc0e603355c585f1e5da8398faa4d36d498188
Fixed
9c841f59e10b5d75c398a3fc6b2da448d2a2276b
Fixed
34f53d27b81a16a02828c8fdfa4e02badc326f17

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.39
Fixed
6.6.151
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.103
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.44
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.8

Database specific

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