CVE-2026-64530: Linux
- Severity
- 0 (N/A)
- Vendor
- LINUX
- Affected versions
- 172ba7d46c202e679f3ccb10264c67416aaeb1c4 through before 5ed3d6f85991656667059d3fa5a1d683ac58c447; 0b5b831122fc3789fff75b
- Patch status
- Patched
- Published
- 2026-07-26T07:16:41.680
- Modified
- 2026-07-26T07:16:41.680
Why it matters
Vulnerability requiring standard triage and vendor validation.
Recommended admin actions
- Review during normal vulnerability triage unless the affected system is internet-facing or business-critical.
- Compare installed versions against the affected version range in the advisory.
Technical summary
In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle tcf_classify() can return TC_ACT_CONSUMED while the skb is held by the defragmentation engine (e.g. act_ct on out-of-order fragments). When that happens the skb is no longer owned by the caller and must not be touched again. tcf_qevent_handle() did not handle TC_ACT_CONSUMED: it fell through the switch and returned the skb to the caller as if classification had passed. The only qdisc that wires up qevents today is RED, via three call sites (qe_mark on RED_PROB_MARK/HARD_MARK, qe_early_drop on congestion_drop) red_enqueue() was continuing to operate on an skb it no longer owns in this case — enqueueing it, dropping it, or updating statistics. Resulting in a UAF. tc qdisc add dev eth0 root handle 1: red … qevent early_drop block 10 tc filter add block 10 … action ct (with ct defrag enabled and traffic that produces out-of-order fragments, e.g. a fragmented UDP stream) Handle TC_ACT_CONSUMED in tcf_qevent_handle() the same way the ingress and egress fast paths do: treat it as stolen and return NULL without touching the skb. Unlike the TC_ACT_STOLEN case, the skb must not be dropped/freed here, as it is no longer owned by us.
View the official NVD record for CVE-2026-64530
CVE data is sourced from NVD/CNA records and optional enrichment. Validate against the vendor advisory before taking production action.
VULNERABILITY PULSE
| AFFECTED PRODUCT | ACTION | ||
|---|---|---|---|
| CVE-2026-15962 |
Fluent Forms Pro Add On Pack
Reporter: SECURITY
|
8.8
HIGH
|
VIEW RECORD |
| CVE-2026-17497 |
NoteGen PATCH
Reporter: REEFS
|
8.3
HIGH
|
VIEW RECORD |
| CVE-2026-17496 |
NoteGen PATCH
Reporter: REEFS
|
8.1
HIGH
|
VIEW RECORD |
| CVE-2026-63720 |
datamodel-code-generator PATCH
Reporter: DISCLOSURE
|
7.5
HIGH
|
VIEW RECORD |
| CVE-2026-57989 |
Microsoft Edge (Chromium-based)
Reporter: SECURE
|
7.4
HIGH
|
VIEW RECORD |
| CVE-2026-57990 |
Microsoft Edge (Chromium-based)
Reporter: SECURE
|
7.4
HIGH
|
VIEW RECORD |
| CVE-2026-57978 |
Microsoft Edge (Chromium-based)
Reporter: SECURE
|
5.4
MEDIUM
|
VIEW RECORD |
| CVE-2026-17434 |
NanoClaw
Reporter: CNA
|
2.1
LOW
|
VIEW RECORD |
| CVE-2026-17457 |
openclaw-cn
Reporter: CNA
|
2.1
LOW
|
VIEW RECORD |
| CVE-2026-17458 |
openclaw-cn
Reporter: CNA
|
2.1
LOW
|
VIEW RECORD |
| CVE-2026-17459 |
spark
Reporter: CNA
|
2.1
LOW
|
VIEW RECORD |
| CVE-2026-17433 |
NanoClaw
Reporter: CNA
|
1.9
LOW
|
VIEW RECORD |
| CVE-2026-17432 |
hermes-agent
Reporter: CNA
|
1.3
LOW
|
VIEW RECORD |
| CVE-2024-14040 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
0
N/A
|
VIEW RECORD |
| CVE-2026-64530 |
Linux PATCH
Reporter: 416BAAA9-DC9F-4396-8D5F-8C081FB06D67
|
0
N/A
|
VIEW RECORD |
About the Vulnerability Pulse CVE Feed
The Vulnerability Pulse feed tracks live CVE advisories sourced from the National Vulnerability Database and vendor security disclosures. It is designed for SOC analysts, IT administrators, and security teams who need a fast, filterable view of current vulnerabilities without digging through raw NVD data.
How to Use the CVE Advisory Tracker
Use the severity filters to narrow results to Critical or High priority vulnerabilities. Filter by vendor to focus on software and hardware relevant to your environment. Export to CSV for reporting, ticketing, or patch prioritization workflows.
What Is a CVE Advisory?
A CVE (Common Vulnerabilities and Exposures) advisory is a public disclosure of a security vulnerability assigned a unique identifier by MITRE. Advisories include severity scores (CVSS), affected versions, and remediation guidance. Monitoring CVE advisories is a core function of vulnerability management programs and SOC operations.
CVE Analysis & Writeups
For in-depth analysis of specific vulnerabilities, visit the IT Knowledge Bases blog for CVE breakdowns, exploitation analysis, and remediation guidance written for security practitioners.