HOMEVULNERABILITIESCVE-2026-43095
NONE

CVE-2026-43095

Published: May 6, 2026· Updated: May 6, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:5.0th

Official 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.

NVD Source

Technical Analysis

CVE-2026-43095 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (2)

Quick Facts

CVE IDCVE-2026-43095
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 6, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43095 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.