Description
In the Linux kernel, the following vulnerability has been resolved:

netfilter: handle unreadable frags

sashiko reports:
When an skb with unreadable fragments (such as from devmem TCP, where
skb_frags_readable(skb) returns false) is processed by the u32 module,
skb_copy_bits() will safely return a negative error code [..]

xt_u32: bail out with hotdrop in this case.
gather_frags: return -1, just as if we had no fragment header.
nfnetlink_queue: restrict to the linear part.
nfnetlink_log: restrict to the linear part.

v2:
- skb_zerocopy helpers don't copy readable flag, i.e. nfnetlink_queue
is broken too
xt_u32 shouldn't return true if hotdrop was set.
Published: 2026-07-25
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Unrecoverable packet fragments in the Linux kernel cause netfilter modules such as xt_u32, nfnetlink_queue, and nfnetlink_log to incorrectly handle packet data or to bail out with errors. The flaw may result in valid traffic being dropped or, in worst‑case scenarios, lead to kernel instability. The weakness lies in improper handling of unreadable skb fragments and is reflected by CWE‑390.

Affected Systems

All Linux kernel installations that include the netfilter framework, in particular attachments that employ the xt_u32, nfnetlink_queue, or nfnetlink_log modules, are potentially affected. No specific version ranges were disclosed, so any kernel that incorporates the buggy code before the referenced patch is at risk.

Risk and Exploitability

The EPSS score of less than 1% indicates a very low likelihood of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. Nonetheless, a remote attacker able to craft network traffic with unreadable fragments could trigger the defect, leading to service disruption. Because the issue is in kernel‑level packet processing, the potential impact is high, but real‑world exploitation is deemed unlikely.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel release that incorporates the netfilter fragment‑handling fix referenced in the vendor patches.
  • If an upgrade cannot be performed immediately, disable or blacklist the xt_u32, nfnetlink_queue, and nfnetlink_log modules to prevent the defect from being exercised.
  • Configure network filtering to reject packets containing unreadable fragments or enforce strict packet validation when possible.
  • Monitor kernel logs for unusual iptables/kernel drop messages or crashes that might indicate the defect is being triggered.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4724-1 linux-6.12 new package
History

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

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

Thu, 30 Jul 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Tue, 28 Jul 2026 16:15:00 +0000

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

Mon, 27 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: handle unreadable frags sashiko reports: When an skb with unreadable fragments (such as from devmem TCP, where skb_frags_readable(skb) returns false) is processed by the u32 module, skb_copy_bits() will safely return a negative error code [..] xt_u32: bail out with hotdrop in this case. gather_frags: return -1, just as if we had no fragment header. nfnetlink_queue: restrict to the linear part. nfnetlink_log: restrict to the linear part. v2: - skb_zerocopy helpers don't copy readable flag, i.e. nfnetlink_queue is broken too xt_u32 shouldn't return true if hotdrop was set.
Title netfilter: handle unreadable frags
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-05T12:41:49.126Z

Reserved: 2026-07-19T15:36:31.786Z

Link: CVE-2026-64414

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-25T10:17:25.237

Modified: 2026-08-11T15:01:50.637

Link: CVE-2026-64414

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64414 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T19:00:05Z

Weaknesses
  • CWE-390

    Detection of Error Condition Without Action