CVE-2026-43095
Last modified
CVE-2026-43095 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Fix errors in IRQ cleanup IRQs are enabled through sdca_irq_populate() from component probe using devm_request_threaded_irq(), this however means the IRQs can persist if the sound card is torn down. Some of the IRQ handlers store references to the card and the kcontrols which can then fail. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Fix errors in IRQ cleanup IRQs are enabled through sdca_irq_populate() from component probe using devm_request_threaded_irq(), this however means the IRQs can persist if the sound card is torn down. Some of the IRQ handlers store references to the card and the kcontrols which can then fail. Some detail of the crash was explained in [1]. Generally it is not advised to use devm outside of bus probe, so the code is updated to not use devm. The IRQ requests are not moved to bus probe time as it makes passing the snd_soc_component into the IRQs very awkward and would the require a second step once the component is available, so it is simpler to just register the IRQs at this point, even though that necessitates some manual cleanup.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.17.1, < 6.19.14 | — |
| Linux | Linux Kernel | 6.17 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43095?
How severe is CVE-2026-43095?
How do I fix CVE-2026-43095?
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-4309Missing Authorization vulnerability in NEC Platforms, Ltd. A…6.5
- CVE-2026-43090In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43091In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43092In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43093In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43094In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43096In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43097In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43098In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43099In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-43100In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43101In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-43095?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
