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

8.2 · HIGH
Published Aug 5, 2026 EPSS 0.34% (26th pctl)

Overview

CVE-2026-64578 is a high-severity vulnerability. It was published on August 5, 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: validate compound request size before reading StructureSize2

When ksmbd validates a compound (chained) SMB2 request,

ksmbd_smb2_check_message() reads pdu->StructureSize2 without first

checking that the compound element is large enough to contain it.

StructureSize2 is a 2-byte field at offset 64

(__SMB2_HEADER_STRUCTURE_SIZE) from the start of each element.

The compound-walking logic only guarantees that a full 64-byte SMB2

header is present for the trailing element: when NextCommand is 0, len is

reduced to the number of bytes remaining after next_smb2_rcv_hdr_off. A

remote client can craft a compound request whose last element has exactly

64 bytes, so the 2-byte StructureSize2 read at offset 64 extends one byte

past the receive buffer, producing a slab-out-of-bounds read.

BUG: KASAN: slab-out-of-bounds in ksmbd_smb2_check_message (fs/smb/server/smb2misc.c:402)

Read of size 2 at addr ffff888012ae31ac by t

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-64578?

CVE-2026-64578 is a high-severity vulnerability. It was published on August 5, 2026 and has a CVSS 3.1 base score of 8.2 (HIGH).

How severe is CVE-2026-64578?

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-64578?

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