Skip to main content

Linux Kernel EUVDEUVD-2026-38835

| CVE-2026-52967 HIGH
Out-of-bounds Read (CWE-125)
2026-06-24 Linux GHSA-3jxr-5523-52vg
8.1
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
8.1 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
vuln.today AI
7.1 HIGH

Network-reachable malicious SMB server, no client auth (PR:N) but victim must connect (UI:R); availability hang is High, OOB under-read is limited so C:L not C:H.

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:H
4.0 AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jun 28, 2026 - 08:36 vuln.today
CVSS changed
Jun 28, 2026 - 08:22 NVD
8.1 (HIGH)
Patch available
Jun 24, 2026 - 18:02 EUVD
CVE Published
Jun 24, 2026 - 16:28 cve.org
HIGH 8.1
CVE Published
Jun 24, 2026 - 16:28 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

smb/client: fix possible infinite loop and oob read in symlink_data()

On 32-bit architectures, the infinite loop is as follows:

len = p->ErrorDataLength 0xfffffff8 u8 *next = p->ErrorContextData + len next p

On 32-bit architectures, the out-of-bounds read is as follows:

len = p->ErrorDataLength 0xfffffff0 u8 *next = p->ErrorContextData + len next (u8 *)p - 8

AnalysisAI

Out-of-bounds read and denial-of-service in the Linux kernel SMB/CIFS client (cifs.ko) affects systems mounting SMB shares on 32-bit architectures. When parsing a malicious SMB2 error response, the symlink_data() routine mishandles a hostile ErrorDataLength value, causing either an infinite loop or a read past the buffer that can hang the client or leak adjacent kernel memory. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Lure 32-bit client to malicious SMB server
Delivery
Client mounts/queries hostile share
Exploit
Server returns crafted SMB2 error response
Execution
ErrorDataLength wraps pointer in symlink_data()
Persist
Infinite loop or OOB kernel read
Impact
Client hang or memory disclosure

Vulnerability AssessmentAI

Exploitation Exploitation requires the victim to connect/mount an SMB/CIFS share from a server the attacker controls or has compromised (this is the UI:R user-interaction requirement), and the client host must run a 32-bit Linux kernel - on 64-bit kernels the described pointer arithmetic does not wrap and the bug is not triggered. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment Signals are mostly consistent but moderate. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker stands up (or compromises) an SMB server and lures a 32-bit Linux host into mounting a share from it - for example via a malicious URI, autofs, or a poisoned network location. When the client issues a request, the server returns a crafted SMB2 error response with ErrorDataLength set to 0xfffffff8 or 0xfffffff0, causing the kernel CIFS client to spin in an infinite loop (hang) or read kernel memory out of bounds. …
Remediation Vendor-released patch: update to a fixed stable kernel - 6.1.175, 6.6.141, 6.12.91, 6.18.33, or 7.0.10 (or later) - or apply the upstream stable commits referenced at git.kernel.org (e.g. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours: Identify and catalog all 32-bit Linux systems with active SMB client mounts, prioritizing production infrastructure. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-38835 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy