SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-72065

CRITICAL · CVSS 9.8 EPSS 0.73%

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

CyberRota Analysis

AI-Generated

A vulnerability exists in the Linux kernel's network stack, specifically in the mana driver, where the packet length reported by the Network Interface Card (NIC) is not properly validated before being processed. This oversight could lead to potential exploitation, allowing attackers to manipulate packet data and possibly execute arbitrary code or cause denial of service. Organizations utilizing Linux systems with the mana driver should prioritize patching this vulnerability to mitigate associated risks.

CVE
CVE-2026-72065
Severity
CRITICAL
CVSS
9.8
EPSS
0.73%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: net: mana: Validate the packet length reported by the NIC Validate the packet length reported in the RX CQE before passing it to skb processing. The CQE is supplied by the NIC device and should not be blindly trusted.