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

Impact

In the Linux kernel, the mana network driver does not verify the packet length reported by the Receive Completion Queue Element supplied by the network interface card. A packet containing an inaccurate length can cause the kernel to process the packet incorrectly, potentially leading to data corruption, crashes, or execution of arbitrary code via kernel memory abuse. The flaw is an input validation weakness, identified as CWE‑125, where untrusted data is trusted without bounds checking.

Affected Systems

All Linux kernel builds that include the mana driver and have not incorporated the packet‑length validation patch. Versions are not enumerated, but any kernel image that uses the mana device driver is potentially vulnerable.

Risk and Exploitability

The CVSS score of 9.8 indicates a very high severity flaw. The EPSS score of less than 1% indicates that, as of the latest data, exploitation attempts are rare or not observed. The vulnerability is not listed in the CISA KEV catalog. Attackers could potentially exploit the issue by sending specially crafted packets through the mana interface; no public exploitation data is available, but the impact on kernel stability and security makes the risk high for exposed systems.

Generated by OpenCVE AI on August 18, 2026 at 06:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch that adds packet length validation to the mana driver, which is the recommended solution from the kernel developers.
  • If an immediate kernel upgrade cannot be performed, disable the mana driver or remove the mana network interface from active use, effectively eliminating the vulnerable code path in line with CWE‑125 best‑practice of avoiding reliance on untrusted external data.
  • As a temporary containment measure, enforce strict packet size limits on the mana interface using firewall or packet filtering tools (e.g., nftables or iptables) to drop packets that exceed expected sizes, thereby restoring boundary checks at the user‑space or network‑filtering level.

Generated by OpenCVE AI on August 18, 2026 at 06:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Sun, 23 Aug 2026 13:15:00 +0000


Tue, 18 Aug 2026 04:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-787

Tue, 18 Aug 2026 00:15:00 +0000

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-119
CWE-787

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

Type Values Removed Values Added
Weaknesses CWE-120
CWE-190

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 22:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-120
CWE-190

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: 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.
Title net: mana: Validate the packet length reported by the NIC
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-23T12:46:40.741Z

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

Link: CVE-2026-72065

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:16.100

Modified: 2026-08-23T13:16:39.080

Link: CVE-2026-72065

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72065 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T06:15:04Z

Weaknesses