Skip to main content

Linux Kernel EUVDEUVD-2026-38853

| CVE-2026-52985 MEDIUM
Use of Uninitialized Resource (CWE-908)
2026-06-24 Linux GHSA-mwcx-xf66-xwqm
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
6.1 MEDIUM

Added C:L over NVD C:N because uninitialized kernel heap bytes in a dummy packet represent a plausible kernel memory disclosure path.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
MEDIUM
qualitative
Red Hat
5.5 LOW
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 22, 2026 - 20:53 vuln.today
CVSS changed
Jul 14, 2026 - 16:52 NVD
5.5 (MEDIUM)
Patch available
Jun 24, 2026 - 18:02 EUVD
CVE Published
Jun 24, 2026 - 16:28 nvd
MEDIUM 5.5
CVE Published
Jun 24, 2026 - 16:28 cve.org
UNKNOWN (no severity yet)

DescriptionNVD

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

netdevsim: zero initialize struct iphdr in dummy sk_buff

Syzbot reports a KMSAN uninit-value originating from nsim_dev_trap_skb_build, with the allocation also being performed in the same function.

Fix this by calling skb_put_zero instead of skb_put to guarantee zero initialization of the whole IP header.

AnalysisAI

Uninitialized memory use in the Linux kernel netdevsim subsystem allows a local low-privileged attacker to cause kernel crashes or potentially expose residual kernel heap contents via dummy packet trap operations. The root defect is in nsim_dev_trap_skb_build, where skb_put allocated space for a struct iphdr without zeroing it, leaving uninitialized kernel memory accessible in a dummy sk_buff. No public exploit code exists and the vulnerability is not in CISA KEV; EPSS stands at 0.18% (7th percentile), consistent with negligible opportunistic exploitation risk. Vendor-released patches are confirmed across all actively supported stable kernel branches.

Technical ContextAI

The affected component is the netdevsim driver in the Linux kernel (CPE: cpe:2.3:a:linux:linux), a network device simulator designed primarily for kernel development and testing rather than production workloads. The function nsim_dev_trap_skb_build constructs a dummy socket buffer (sk_buff) to simulate packet trapping; it previously called skb_put to reserve space for struct iphdr without zero-initializing it, meaning heap memory at that allocation may contain stale kernel data from prior use. CWE-908 (Use of Uninitialized Resource) describes this class of defect: reading or transmitting uninitialized memory regions can result in undefined behavior (leading to crashes or denial of service) or inadvertent disclosure of kernel memory contents to userspace or network observers. The KMSAN (Kernel Memory Sanitizer) dynamic analysis tool via syzbot detected the uninit-value read, which is the canonical mechanism for catching this class of kernel vulnerability.

RemediationAI

The primary remediation is upgrading to a patched stable kernel release: 5.10.258, 5.15.209, 6.1.175, 6.6.141, 6.12.91, 6.18.33, 7.0.10, or 7.1, as confirmed by the EUVD entry and upstream kernel stable commits. Ubuntu users should apply the packages referenced in USN-8566-1, USN-8567-1, and USN-8568-1 (https://ubuntu.com/security/notices/USN-8566-1). For systems where immediate kernel upgrades are not feasible, a targeted workaround is to prevent the netdevsim module from loading by adding 'blacklist netdevsim' to a file under /etc/modprobe.d/ and running 'depmod -a'. This has no operational impact on production workloads since netdevsim is a testing and simulation driver with no production network function. The upstream fix itself replaces skb_put with skb_put_zero in nsim_dev_trap_skb_build, ensuring the full struct iphdr is zero-initialized at allocation time.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

EUVD-2026-38853 vulnerability details – vuln.today

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