CVE-2026-53031
Received Received - Intake
BaseFortify

Publication date: 2026-06-24

Last updated on: 2026-06-24

Assigner: kernel.org

Description
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().
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-24
Last Modified
2026-06-24
Generated
2026-06-25
AI Q&A
2026-06-24
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's bpf subsystem, specifically in the function arena_alloc_pages(). The function accepts a node_id parameter as a plain integer but does not perform any bounds checking on it before forwarding it through the allocation chain.

The issue was that node_id could be invalid or out of expected range, potentially causing unexpected behavior or errors during memory allocation. The fix involved adding validation of node_id before it is passed down the allocation chain in arena_alloc_pages().

Impact Analysis

Improper validation of node_id in memory allocation could lead to memory corruption, crashes, or other unpredictable behavior in the Linux kernel. This could affect system stability and security, potentially allowing attackers to exploit the kernel for privilege escalation or denial of service.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53031. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart