AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-72399

UNKNOWN · CVSS N/A

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel's enetc driver allows for out-of-bounds access to the xdp_redirect_arr array due to an unchecked number of fragments in xdp_frame, potentially leading to memory corruption. This issue poses a risk to systems utilizing the affected kernel version, particularly those relying on XDP (eXpress Data Path) for high-performance packet processing. Organizations using Linux in networking environments should prioritize addressing this vulnerability to mitigate potential exploitation risks.

CVE
CVE-2026-72399
Severity
UNKNOWN
CVSS
N/A
EPSS
N/A
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: net: enetc: check the number of BDs needed for xdp_frame The size of xdp_redirect_arr array is ENETC_MAX_SKB_FRAGS. However, the number of fragments contained in xdp_frame may be greater than or equal to ENETC_MAX_SKB_FRAGS, which will cause the access to xdp_redirect_arr to be out of bounds.