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

net/sched: act_ct: preserve tc_skb_cb across defragmentation

tcf_ct_handle_fragments() calls nf_ct_handle_fragments() without saving
and restoring skb->cb. The defrag helper clears IPCB/IP6CB, which aliases
the tc_skb_cb/qdisc_skb_cb control buffer. Fragmented traffic through
act_ct therefore loses qdisc metadata such as pkt_segs and can trigger
WARN_ON_ONCE() in qdisc_pkt_segs() when panic_on_warn is enabled.

Save and restore the full tc_skb_cb around nf_ct_handle_fragments(),
matching the pattern used by ovs_ct_handle_fragments().
Published: 2026-08-15
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel traffic control module act_ct fails to preserve tc_skb_cb when fragmenting IP packets; the module does not save and restore the packet control buffer during nf_ct_handle_fragments(), causing loss of qdisc metadata. This loss can trigger WARN_ON_ONCE in qdisc_pkt_segs() when panic_on_warn is enabled, potentially resulting in a kernel panic and service disruption.

Affected Systems

All Linux kernel installations that load the act_ct qdisc module and process fragmented IP traffic. The vulnerability has been fixed in kernel revisions that contain the commit logs referenced in the advisory; any kernel version after those commits includes the patch.

Risk and Exploitability

The CVSS score of 8.2 indicates a high severity, but the EPSS score of less than 1% indicates a very low probability of exploitation. The attack requires crafting fragmented IP packets that pass through the act_ct queue, and no exploits are currently listed in the CISA KEV catalog. A successful exploit would cause a kernel panic, resulting in a denial of service, making the threat high impact but low likelihood under normal conditions.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version containing the act_ct tc_skb_cb preservation patch, as referenced in the advisory commits.
  • Verify that the act_ct qdisc module is enabled in the kernel configuration and that the patch is compiled into the kernel.
  • If a kernel upgrade cannot be performed immediately, disable the panic_on_warn kernel parameter to prevent kernel panic from WARN_ON_ONCE messages during fragmented traffic.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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


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

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-703
CWE-752
CWE-754

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

Type Values Removed Values Added
Weaknesses CWE-682
CWE-704

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

Type Values Removed Values Added
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Weaknesses CWE-682
CWE-704

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/sched: act_ct: preserve tc_skb_cb across defragmentation tcf_ct_handle_fragments() calls nf_ct_handle_fragments() without saving and restoring skb->cb. The defrag helper clears IPCB/IP6CB, which aliases the tc_skb_cb/qdisc_skb_cb control buffer. Fragmented traffic through act_ct therefore loses qdisc metadata such as pkt_segs and can trigger WARN_ON_ONCE() in qdisc_pkt_segs() when panic_on_warn is enabled. Save and restore the full tc_skb_cb around nf_ct_handle_fragments(), matching the pattern used by ovs_ct_handle_fragments().
Title net/sched: act_ct: preserve tc_skb_cb across defragmentation
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:36.427Z

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

Link: CVE-2026-72057

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72057

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72057 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T02:00:05Z

Weaknesses
  • CWE-617

    Reachable Assertion

  • CWE-703

    Improper Check or Handling of Exceptional Conditions

  • CWE-752
  • CWE-754

    Improper Check for Unusual or Exceptional Conditions