CVE-2026-72488
Last modified
CVE-2026-72488 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: soundwire: fix bug in sdw_add_element_group_count found by syzkaller The original implementation caused an out-of-bounds memory access in the sdw_add_element_group_count for-loop when i == num. for (i = 0; i <= num; i++) { if (rate == group->rates[i] && lane == group->lanes[i]) ... To fix this error, the function now checks for existing rate/lane entries in the group(a function parameter) using a for-loop before adding them. No functional changes apart from this fix.. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: soundwire: fix bug in sdw_add_element_group_count found by syzkaller The original implementation caused an out-of-bounds memory access in the sdw_add_element_group_count for-loop when i == num. for (i = 0; i <= num; i++) { if (rate == group->rates[i] && lane == group->lanes[i]) ... To fix this error, the function now checks for existing rate/lane entries in the group(a function parameter) using a for-loop before adding them. No functional changes apart from this fix.
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 | >= 9026118f20e28f202dab34f219bbb831ffb8c4dc, < a454f61747c97e2eadaa7a35ffc1f4b1645c6a53; >= 9026118f20e28f202dab34f219bbb831ffb8c4dc, < e483a406a23a92d5202e8d324f206e127eef48ff; >= 9026118f20e28f202dab34f219bbb831ffb8c4dc, < f772ff5a0e6758fd412803c09e03ba3bca5f5878 |
| Linux | Linux | 5.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72488?
How severe is CVE-2026-72488?
How do I fix CVE-2026-72488?
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-72482In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72483In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72484In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72485In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72486In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72487In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-72489In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-7249The Location Weather plugin for WordPress is vulnerable to u…4.3
- CVE-2026-72490In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72491In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72492In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72493In the Linux kernel, the following vulnerability has been re…9.9
Are you affected by CVE-2026-72488?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
