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

9.8 · CRITICAL
Published May 1, 2026 linux CWE-787

Overview

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

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

ksmbd: fix out-of-bounds write in smb2_get_ea() EA alignment

smb2_get_ea() applies 4-byte alignment padding via memset() after

writing each EA entry. The bounds check on buf_free_len is performed

before the value memcpy, but the alignment memset fires unconditionally

afterward with no check on remaining space.

When the EA value exactly fills the remaining buffer (buf_free_len == 0

after value subtraction), the alignment memset writes 1-3 NUL bytes

past the buf_free_len boundary. In compound requests where the response

buffer is shared across commands, the first command (e.g., READ) can

consume most of the buffer, leaving a tight remainder for the QUERY_INFO

EA response. The alignment memset then overwrites past the physical

kvmalloc allocation into adjacent kernel heap memory.

Add a bounds check before the alignment memset to ensure buf_free_len

can accommodate the padding bytes.

This is the same bug pattern fixed

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.145, < 5.16 Affected

Frequently Asked Questions

What is CVE-2026-31705?

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

How severe is CVE-2026-31705?

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

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

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