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

8.2 · HIGH
Published Apr 22, 2026 linux EPSS 0.50% (41th pctl)

Overview

CVE-2026-31476 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 22, 2026 and has a CVSS 3.1 base score of 8.2 (HIGH).

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

ksmbd: do not expire session on binding failure

When a multichannel session binding request fails (e.g. wrong password),

the error path unconditionally sets sess->state = SMB2_SESSION_EXPIRED.

However, during binding, sess points to the target session looked up via

ksmbd_session_lookup_slowpath() -- which belongs to another connection's

user. This allows a remote attacker to invalidate any active session by

simply sending a binding request with a wrong password (DoS).

Fix this by skipping session expiration when the failed request was

a binding attempt, since the session does not belong to the current

connection. The reference taken by ksmbd_session_lookup_slowpath() is

still correctly released via ksmbd_user_session_put().

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 >= 5.15.1, < 6.1.168 Affected

Frequently Asked Questions

What is CVE-2026-31476?

CVE-2026-31476 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 22, 2026 and has a CVSS 3.1 base score of 8.2 (HIGH).

How severe is CVE-2026-31476?

This vulnerability has a CVSS 3.1 base score of 8.2, rated HIGH. 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-31476?

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

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