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.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw occurs because the kernel assumes the redirect array size for XDP frames is smaller than the maximum number of fragments in a frame, leading to an out‑of‑bounds array read. This can corrupt memory, causing system instability, denial of service, or potentially enabling arbitrary code execution. The weakness stems from an improper bounds check in the ENETC driver and is classified as a buffer overread or index validation issue.

Affected Systems

The vulnerability is present in the Linux kernel networking stack, specifically the ENETC driver used by network interfaces. All Linux kernel releases that include this driver without the state‑of‑the‑art patch are susceptible regardless of distribution.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity. The EPSS score of less than 1% suggests a low probability of exploitation at present. The out‑of‑bounds access can be triggered by crafting network packets that exceed the expected fragment count of an XDP frame. An attacker who can generate such traffic could cause a crash or exploit the memory corruption for system compromise. The vulnerability is not listed in the CISA KEV catalog, indicating that no widely used exploits are known yet, but the risk remains if an exposed service runs an unpatched kernel.

Generated by OpenCVE AI on August 22, 2026 at 04:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade your Linux kernel to a version that incorporates the fix for the ENETC XDP frame bounds check.
  • Reboot the system after the kernel upgrade to load the patched kernel.
  • If a kernel upgrade cannot be applied immediately, selectively disable or restrict the ENETC driver or XDP functionality on exposed interfaces to mitigate the risk.

Generated by OpenCVE AI on August 22, 2026 at 04:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-805
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 17 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-129

Mon, 17 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-129

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sat, 15 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-129

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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.
Title net: enetc: check the number of BDs needed for xdp_frame
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:43:41.891Z

Reserved: 2026-08-09T03:40:39.925Z

Link: CVE-2026-72399

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:13.460

Modified: 2026-08-17T06:19:06.500

Link: CVE-2026-72399

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72399 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T04:30:06Z

Weaknesses
  • CWE-125

    Out-of-bounds Read

  • CWE-129

    Improper Validation of Array Index

  • CWE-805

    Buffer Access with Incorrect Length Value