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

9.1 · CRITICAL
Published May 8, 2026 linux CWE-125

Overview

CVE-2026-43407 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 8, 2026 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()

This patch fixes an out-of-bounds access in ceph_handle_auth_reply()

that can be triggered by a message of type CEPH_MSG_AUTH_REPLY. In

ceph_handle_auth_reply(), the value of the payload_len field of such a

message is stored in a variable of type int. A value greater than

INT_MAX leads to an integer overflow and is interpreted as a negative

value. This leads to decrementing the pointer address by this value and

subsequently accessing it because ceph_decode_need() only checks that

the memory access does not exceed the end address of the allocation.

This patch fixes the issue by changing the data type of payload_len to

u32. Additionally, the data type of result_msg_len is changed to u32,

as it is also a variable holding a non-negative length.

Also, an additional layer of sanity checks is introduced, ensuring that

directly after reading it from th

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.34.1, < 5.10.253 Affected

Frequently Asked Questions

What is CVE-2026-43407?

CVE-2026-43407 is a critical-severity vulnerability affecting linux linux_kernel. It was published on May 8, 2026 and has a CVSS 3.1 base score of 9.1 (CRITICAL).

How severe is CVE-2026-43407?

This vulnerability has a CVSS 3.1 base score of 9.1, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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