Skip to main content

Linux Kernel EUVDEUVD-2026-38899

| CVE-2026-53031 HIGH
2026-06-24 Linux GHSA-qf6r-crjw-4c6m
7.8
CVSS 3.1 · Vendor: Linux
Share

Severity by source

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

Local trigger via BPF requires privileges to load programs (PR:L) but no user interaction; unchecked node_id causes kernel OOB with high C/I/A and no scope change.

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

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

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

Lifecycle Timeline

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

DescriptionCVE.org

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

bpf: Validate node_id in arena_alloc_pages()

arena_alloc_pages() accepts a plain int node_id and forwards it through the entire allocation chain without any bounds checking.

Validate node_id before passing it down the allocation chain in arena_alloc_pages().

AnalysisAI

Memory corruption in the Linux kernel BPF arena subsystem (versions 6.9 through pre-patch 7.1) arises because arena_alloc_pages() accepts an attacker-controlled NUMA node_id as a plain int and forwards it through the entire page-allocation chain without bounds validation. A local user able to load BPF programs and invoke the bpf_arena_alloc_pages helper can supply an out-of-range node_id, leading to out-of-bounds access into per-node allocator structures with potential information disclosure, corruption, or denial of service. …

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
Obtain local BPF load capability
Delivery
Load BPF program calling bpf_arena_alloc_pages
Exploit
Pass out-of-range node_id to arena_alloc_pages
Execution
Trigger OOB access in NUMA allocator
Impact
Leak kernel memory or crash host

Vulnerability AssessmentAI

Exploitation Exploitation requires local access and the capability to load BPF programs and invoke the bpf_arena_alloc_pages helper - in practice CAP_BPF/CAP_PERFMON (or CAP_SYS_ADMIN), or a system where unprivileged BPF is explicitly enabled (kernel.unprivileged_bpf_disabled=0). … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 3.1 vector (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H, base 7.8) describes a local, low-complexity attack requiring only low privileges and no user interaction, with high impact to confidentiality, integrity and availability - consistent with a kernel-memory bug. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A local user with permission to load BPF programs writes a BPF program that calls bpf_arena_alloc_pages() with a crafted out-of-range or negative node_id; the unvalidated value flows into the kernel's per-NUMA-node allocator, triggering out-of-bounds access that can leak kernel memory or crash the system. No public exploit is identified at time of analysis, and the attack requires local access plus BPF load capability, so it is not remotely triggerable.
Remediation Vendor-released patch: upgrade to a fixed stable kernel - 6.12.91, 6.18.33, 7.0.10, or 7.1 (or your distribution's patched build incorporating commits 31d3b4b28e55..., e15900888c09..., fb66e20130f9..., or 2845989f2eba...). … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

24 hours: Identify systems running Linux kernel versions 6.9 through 7.0 via 'uname -r' and confirm BPF subsystem status using 'cat /boot/config-* | grep CONFIG_BPF'; prioritize cloud/container hosts and systems permitting BPF program loads. …

Sign in for detailed remediation steps and compensating controls.

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

Share

EUVD-2026-38899 vulnerability details – vuln.today

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