Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-64487
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-25 Jul, 2026 | 08:51
Updated At-25 Jul, 2026 | 08:51
Rejected At-
▼CVE Numbering Authority (CNA)
ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4 input parser

In the Linux kernel, the following vulnerability has been resolved: ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4 input parser snd_usb_caiaq_tks4_dispatch() decodes the Traktor Kontrol S4 input stream in fixed 16-byte (TKS4_MSGBLOCK_SIZE) message blocks. On every iteration it advances buf and subtracts the block size while looping on "while (len)". len is urb->actual_length. 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 -= TKS4_MSGBLOCK_SIZE". 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 ep4_in_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 snd_usb_caiaq_ep4_reply_dispatch() floor urb->actual_length before dispatching.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • sound/usb/caiaq/input.c
Default Status
unaffected
Versions
Affected
  • From 15c5ab607045e278ebf4d2ca4aea2250617d50ca before de5f9edc705497b1b2c6b173b22f283486d2fd91 (git)
  • From 15c5ab607045e278ebf4d2ca4aea2250617d50ca before 70d6d4cfa4ad09688aed2ec8a0cfa72c31f60334 (git)
  • From 15c5ab607045e278ebf4d2ca4aea2250617d50ca before 884f575cc6acb136eb4a161d925147f85b59c27e (git)
  • From 15c5ab607045e278ebf4d2ca4aea2250617d50ca before 05df59b9a61f7ca66548df079d306c41da23845d (git)
  • From 15c5ab607045e278ebf4d2ca4aea2250617d50ca before 3cad86197c7bf8b45bb1d8adc1099d0913e80469 (git)
  • From 15c5ab607045e278ebf4d2ca4aea2250617d50ca before a5fd3122283bf75c04f6414bf610100beb0565b0 (git)
  • From 15c5ab607045e278ebf4d2ca4aea2250617d50ca before 0680413f2f10aab43878dd3db711a6a9e45bab7c (git)
  • From 15c5ab607045e278ebf4d2ca4aea2250617d50ca before f7f3f9fd81e7adbaa12c2e62ee07f0e094a543fd (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • sound/usb/caiaq/input.c
Default Status
affected
Versions
Affected
  • 2.6.37
Unaffected
  • From 0 before 2.6.37 (semver)
  • From 5.10.261 through 5.10.* (semver)
  • From 5.15.212 through 5.15.* (semver)
  • From 6.1.178 through 6.1.* (semver)
  • From 6.6.145 through 6.6.* (semver)
  • From 6.12.96 through 6.12.* (semver)
  • From 6.18.39 through 6.18.* (semver)
  • From 7.1.4 through 7.1.* (semver)
  • From 7.2-rc1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/de5f9edc705497b1b2c6b173b22f283486d2fd91
N/A
https://git.kernel.org/stable/c/70d6d4cfa4ad09688aed2ec8a0cfa72c31f60334
N/A
https://git.kernel.org/stable/c/884f575cc6acb136eb4a161d925147f85b59c27e
N/A
https://git.kernel.org/stable/c/05df59b9a61f7ca66548df079d306c41da23845d
N/A
https://git.kernel.org/stable/c/3cad86197c7bf8b45bb1d8adc1099d0913e80469
N/A
https://git.kernel.org/stable/c/a5fd3122283bf75c04f6414bf610100beb0565b0
N/A
https://git.kernel.org/stable/c/0680413f2f10aab43878dd3db711a6a9e45bab7c
N/A
https://git.kernel.org/stable/c/f7f3f9fd81e7adbaa12c2e62ee07f0e094a543fd
N/A
Hyperlink: https://git.kernel.org/stable/c/de5f9edc705497b1b2c6b173b22f283486d2fd91
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/70d6d4cfa4ad09688aed2ec8a0cfa72c31f60334
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/884f575cc6acb136eb4a161d925147f85b59c27e
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/05df59b9a61f7ca66548df079d306c41da23845d
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/3cad86197c7bf8b45bb1d8adc1099d0913e80469
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/a5fd3122283bf75c04f6414bf610100beb0565b0
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/0680413f2f10aab43878dd3db711a6a9e45bab7c
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/f7f3f9fd81e7adbaa12c2e62ee07f0e094a543fd
Resource: N/A
Details not found