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-43050

7.0 · HIGH
Published May 1, 2026 linux CWE-416 EPSS 0.12% (2th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.0, 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:

atm: lec: fix use-after-free in sock_def_readable()

A race condition exists between lec_atm_close() setting priv->lecd

to NULL and concurrent access to priv->lecd in send_to_lecd(),

lec_handle_bridge(), and lec_atm_send(). When the socket is freed

via RCU while another thread is still using it, a use-after-free

occurs in sock_def_readable() when accessing the socket's wait queue.

The root cause is that lec_atm_close() clears priv->lecd without

any synchronization, while callers dereference priv->lecd without

any protection against concurrent teardown.

Fix this by converting priv->lecd to an RCU-protected pointer:

- Mark priv->lecd as __rcu in lec.h

- Use rcu_assign_pointer() in lec_atm_close() and lecd_attach()

for safe pointer assignment

- Use rcu_access_pointer() for NULL checks that do not dereference

the pointer in lec_start_xmit(), lec_push(), send_to_lecd() and

lecd_attach()

- Use rcu_read_lock/rcu_dere

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 >= 2.6.12.1, < 5.10.253 Affected

Frequently Asked Questions

What is CVE-2026-43050?

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

How severe is CVE-2026-43050?

This vulnerability has a CVSS 3.1 base score of 7.0, 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-43050?

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-43050?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-43050 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.