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

5.5 · MEDIUM
Published Mar 29, 2026 linux CWE-667

Overview

CVE-2026-23400 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 29, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

rust_binder: call set_notification_done() without proc lock

Consider the following sequence of events on a death listener:

1. The remote process dies and sends a BR_DEAD_BINDER message.

2. The local process invokes the BC_CLEAR_DEATH_NOTIFICATION command.

3. The local process then invokes the BC_DEAD_BINDER_DONE.

Then, the kernel will reply to the BC_DEAD_BINDER_DONE command with a

BR_CLEAR_DEATH_NOTIFICATION_DONE reply using push_work_if_looper().

However, this can result in a deadlock if the current thread is not a

looper. This is because dead_binder_done() still holds the proc lock

during set_notification_done(), which called push_work_if_looper().

Normally, push_work_if_looper() takes the thread lock, which is fine to

take under the proc lock. But if the current thread is not a looper,

then it falls back to delivering the reply to the process work queue,

which involves taking the proc lock. Since the proc lock i

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 >= 6.18.1, < 6.18.19 Affected

Frequently Asked Questions

What is CVE-2026-23400?

CVE-2026-23400 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 29, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-23400?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-23400?

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

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