Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-43459

7.3 · HIGH
Published May 8, 2026 linux CWE-416 EPSS 0.11% (2th pctl)

Overview

CVE-2026-43459 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 8, 2026 and has a CVSS 3.1 base score of 7.3 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

ASoC: soc-core: flush delayed work before removing DAIs and widgets

When a sound card is unbound while a PCM stream is open, a

use-after-free can occur in snd_soc_dapm_stream_event(), called from

the close_delayed_work workqueue handler.

During unbind, snd_soc_unbind_card() flushes delayed work and then

calls soc_cleanup_card_resources(). Inside cleanup,

snd_card_disconnect_sync() releases all PCM file descriptors, and

the resulting PCM close path can call snd_soc_dapm_stream_stop()

which schedules new delayed work with a pmdown_time timer delay.

Since this happens after the flush in snd_soc_unbind_card(), the

new work is not caught. soc_remove_link_components() then frees

DAPM widgets before this work fires, leading to the use-after-free.

The existing flush in soc_free_pcm_runtime() also cannot help as it

runs after soc_remove_link_components() has already freed the widgets.

Add a flush in soc_cleanup_card_resour

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 4.20, < 5.10.253 Affected

Frequently Asked Questions

What is CVE-2026-43459?

CVE-2026-43459 is a high-severity vulnerability affecting linux linux_kernel. It was published on May 8, 2026 and has a CVSS 3.1 base score of 7.3 (HIGH).

How severe is CVE-2026-43459?

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-43459?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-43459?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-43459 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.