CVE-2026-72302
Last modified
CVE-2026-72302 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Use overflow checks in control_update size calc In sof_ipc3_control_update(), the expected_size calculation uses firmware-provided cdata->num_elems in arithmetic that could overflow on 32-bit platforms, wrapping to a small value. This would allow the cdata->rhdr.hdr.size comparison to pass with mismatched sizes, potentially leading to out-of-bounds access in snd_sof_update_control. Use check_mul_overflow() and check_add_overflow() to detect and reject overflowed size calculations.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc3-control: Use overflow checks in control_update size calc In sof_ipc3_control_update(), the expected_size calculation uses firmware-provided cdata->num_elems in arithmetic that could overflow on 32-bit platforms, wrapping to a small value. This would allow the cdata->rhdr.hdr.size comparison to pass with mismatched sizes, potentially leading to out-of-bounds access in snd_sof_update_control. Use check_mul_overflow() and check_add_overflow() to detect and reject overflowed size calculations.
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 | >= 10f461d79c2d1afb22344986cc1b4631169cf25e, < 6856b3c23b0995eefad5a6142b4365ef70e1fe4a; >= 10f461d79c2d1afb22344986cc1b4631169cf25e, < 89a2309a9eec80d4c19e3aed62c4f923594d1911; >= 10f461d79c2d1afb22344986cc1b4631169cf25e, < ffd79e77f2fbacd7a5d40ad1d4c7f3f089a8f2f3; >= 10f461d79c2d1afb22344986cc1b4631169cf25e, < 711d912b18763af62a63aa8f2419a774eb63bba4; >= 10f461d79c2d1afb22344986cc1b4631169cf25e, < 312c7d2ebe696da3f885eee77d52297664e57c53; >= 10f461d79c2d1afb22344986cc1b4631169cf25e, < 8791977d7289f6e9d2b014f60a5455f053a7bc04 |
| Linux | Linux | 5.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72302?
How severe is CVE-2026-72302?
How do I fix CVE-2026-72302?
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-72297In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72298In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72299In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7230A vulnerability was found in SourceCodester Safety Anger Pad…4.3
- CVE-2026-72300In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72301In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72303In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72304In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72305In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72306In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72307In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72308In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-72302?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
