CVE-2026-64487

Source
https://cve.org/CVERecord?id=CVE-2026-64487
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64487.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64487
Downstream
Published
2026-07-25T08:51:46.711Z
Modified
2026-07-27T04:03:22.658253154Z
Summary
ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4 input parser
Details

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

ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4 input parser

sndusbcaiaqtks4dispatch() decodes the Traktor Kontrol S4 input stream in fixed 16-byte (TKS4MSGBLOCKSIZE) message blocks. On every iteration it advances buf and subtracts the block size while looping on "while (len)".

len is urb->actuallength. That value is supplied by the device and is not guaranteed to be a multiple of 16. When a final short block leaves len between 1 and 15, the loop runs once more, reads up to buf[15], and then does "len -= TKS4MSGBLOCKSIZE". As len is unsigned this underflows to a huge value. The loop then keeps iterating and walking buf far past the end of the 512-byte ep4in_buf, reading out of bounds until a bogus block id happens to be hit.

Iterate only while a full message block is available. This stops the unsigned underflow and silently drops any trailing partial block, which carries no complete control value anyway.

The sibling endpoint-4 parsers are not affected. The Traktor Kontrol X1 and Maschine arms in sndusbcaiaqep4replydispatch() floor urb->actuallength before dispatching.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64487.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
15c5ab607045e278ebf4d2ca4aea2250617d50ca
Fixed
de5f9edc705497b1b2c6b173b22f283486d2fd91
Fixed
70d6d4cfa4ad09688aed2ec8a0cfa72c31f60334
Fixed
884f575cc6acb136eb4a161d925147f85b59c27e
Fixed
05df59b9a61f7ca66548df079d306c41da23845d
Fixed
3cad86197c7bf8b45bb1d8adc1099d0913e80469
Fixed
a5fd3122283bf75c04f6414bf610100beb0565b0
Fixed
0680413f2f10aab43878dd3db711a6a9e45bab7c
Fixed
f7f3f9fd81e7adbaa12c2e62ee07f0e094a543fd

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.37
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.96
Type
ECOSYSTEM
Events
Introduced
6.13.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-64487.json"