CVE-2026-72065
Received Received - Intake

Mana Driver Packet Length Validation Flaw in Linux Kernel

Vulnerability report for CVE-2026-72065, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-23

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-23
Generated
2026-09-05
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
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 in the Linux kernel involves a lack of validation of packet length reported by the NIC (Network Interface Card) in the RX CQE (Receive Completion Queue Entry). The kernel should validate this length before processing the packet to prevent potential issues from untrusted NIC data.

Detection Guidance

This vulnerability involves the Linux kernel's mana network driver not validating packet length from the NIC. Detection requires checking kernel logs for related errors or crashes, such as invalid packet length warnings. Use commands like 'dmesg | grep mana' or 'journalctl -k | grep mana' to inspect kernel logs for suspicious activity.

Impact Analysis

This vulnerability could allow a malicious NIC or compromised device to send malformed packets with incorrect length values, potentially causing kernel memory corruption, crashes, or denial of service by disrupting network operations.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it pertains to a low-level network driver issue in the Linux kernel. Compliance risks would only arise if exploitation led to unauthorized data access or network compromise, which is not specified in the provided context.

Mitigation Strategies

Immediate mitigation involves updating the Linux kernel to a patched version that includes the fix for this vulnerability. Check your distribution's security updates and apply them promptly. If updating is not immediately possible, consider disabling the mana driver if not in use or restricting network access to affected systems.

Chat Assistant

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

EPSS Chart