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

7.8 · HIGH
Published May 21, 2026 linux EPSS 0.12% (2th pctl)

Overview

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

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

net/rds: handle zerocopy send cleanup before the message is queued

A zerocopy send can fail after user pages have been pinned but before

the message is attached to the sending socket.

The purge path currently infers zerocopy state from rm->m_rs, so an

unqueued message can be cleaned up as if it owned normal payload pages.

However, zerocopy ownership is really determined by the presence of

op_mmp_znotifier, regardless of whether the message has reached the

socket queue.

Capture op_mmp_znotifier up front in rds_message_purge() and use it as

the cleanup discriminator. If the message is already associated with a

socket, keep the existing completion path. Otherwise, drop the pinned

page accounting directly and release the notifier before putting the

payload pages.

This keeps early send failure cleanup consistent with the zerocopy

lifetime rules without changing the normal queued completion path.

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.17, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-43502?

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

How severe is CVE-2026-43502?

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

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

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