PT-2026-64623 · Linux · Linux
CVE-2026-64402
·
Published
2026-07-25
·
Updated
2026-07-25
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
coresight: ultrasoc-smb: Fix OOB write in smb sync perf buffer()
When the SMB sink is used as a perf AUX sink, smb update buffer() calls
smb sync perf buffer() to copy hardware trace data into the perf AUX ring
buffer pages. It derives pg idx = head >> PAGE SHIFT from @head, which is
handle->head, and indexes dst pages[pg idx]. The pg idx %= nr pages
normalization is only applied after the first loop iteration.
This leaves the initial page index underived from the buffer size, which
can result in an out-of-bounds write past dst pages[] when head exceeds
the AUX buffer size.
Normalize head modulo the AUX buffer size before deriving the page index
and offset, mirroring tmc etr sync perf buffer().
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux