CVE-2026-64366

Source
https://cve.org/CVERecord?id=CVE-2026-64366
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64366.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64366
Downstream
Published
2026-07-25T08:50:20.612Z
Modified
2026-07-28T04:03:04.312818050Z
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
HID: wacom: fix slab-out-of-bounds write in wacom_wac_queue_insert
Details

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

HID: wacom: fix slab-out-of-bounds write in wacomwacqueue_insert

wacomwacqueueinsert() calls kfifoskip() in a loop when the kfifo doesn't have enough space for the incoming report. If the kfifo is empty, kfifo_skip() reads stale data left in the kmalloc'd buffer via __kfifopeekn() and interprets it as a record length, advancing fifo->out by that garbage value. This corrupts the internal kfifo state, causing kfifo_unused() to return a value much larger than the actual buffer size, which bypasses __kfifoinr()'s guard:

if (len + recsize > kfifo_unused(fifo)) return 0;

kfifocopyin() then performs an out-of-bounds memcpy, writing up to 3842 bytes past the 256-byte buffer.

Add a !kfifoisempty() condition to the while loop so kfifoskip() is never called on an empty fifo, and check the return value of kfifoin() to reject reports that are too large for the fifo.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64366.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
5e013ad206895e72d7da41bc1ae89d8cb499c3aa
Fixed
ca899a926c11a59211b764b0155d9a1cdcc32b81
Fixed
57bdd10ad50d68341f500a7b330f0d8949e510ec
Fixed
6b3014ec0e9a390ca563030b2d7689921f0daef5

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.15.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

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