CVE-2026-64402
Last modified
CVE-2026-64402 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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]. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 06f5c2926aaa0fba7f99678da6ef77cbbbda1441, < 38dbc8db8341ccdf8e1e1a067453d33ad751864b; >= 06f5c2926aaa0fba7f99678da6ef77cbbbda1441, < 4c5a0a946373da99a80398289b28845b5ae40cd1; >= 06f5c2926aaa0fba7f99678da6ef77cbbbda1441, < 661a019ac0413ecec9e5d1dfcc12fbca8e78d5fb; >= 06f5c2926aaa0fba7f99678da6ef77cbbbda1441, < daf6246ab988fc8bdc82ad7c8d0b1c182d11b15f; >= 06f5c2926aaa0fba7f99678da6ef77cbbbda1441, < 98495b5a4d77dd22e106f462b76e1093a55b29a7 |
| Linux | Linux | 6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64402?
How severe is CVE-2026-64402?
How do I fix CVE-2026-64402?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64397In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64398In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-64399In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-6440The GoodMeet – Google Meet Integration for Webinar, Meeting …4.3
- CVE-2026-64400In the Linux kernel, the following vulnerability has been re…8.6
- CVE-2026-64401In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64403In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-64404In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64405In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64406In the Linux kernel, the following vulnerability has been re…8
- CVE-2026-64407In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64408In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-64402?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
