In the Linux kernel, the following vulnerability has been resolved: net/sched: act_api: use RCU with deferred freeing for action lifecycle When… (CVE-2026-53264)
A race condition vulnerability in the Linux kernel's network scheduler (net/sched) was resolved. The issue occurs when NEWTFILTER and DELFILTER operations run concurrently, leading to a use-after-free (UAF) condition on an action object due to premature freeing without deferral. The fix involves using Read-Copy-Update (RCU) mechanisms to defer freeing the action until it is safe, preventing UAF.
AI Analysis
Technical Summary
CVE-2026-53264 describes a race condition in the Linux kernel's net/sched subsystem where concurrent execution of NEWTFILTER and DELFILTER commands can cause a use-after-free (UAF) vulnerability. The root cause is that an action object is freed immediately after removal from an IDR (ID Radix Tree) without deferring the free operation, allowing another CPU to access freed memory. The patch reintroduces RCU-based deferred freeing using call_rcu() and kfree_rcu(), ensuring that the action object is only freed after a grace period, preventing UAF. This fix reverts a previous commit that removed RCU usage and modernizes the code to use kfree_rcu() directly.
Potential Impact
The vulnerability allows a use-after-free condition in the kernel, which can lead to memory corruption with potential consequences including privilege escalation, denial of service, or arbitrary code execution within the kernel context. The CVSS vector indicates local attack vector with low complexity, requiring low privileges but no user interaction, and results in high confidentiality, integrity, and availability impact.
Mitigation Recommendations
A fix for this vulnerability has been implemented in the Linux kernel by restoring RCU-based deferred freeing for the affected action lifecycle. Users should apply the official kernel updates that include this patch. Since no explicit patch links or vendor advisories are provided, verify with your Linux distribution vendor for updated kernel versions containing this fix. Patch status is not yet confirmed from vendor advisory; check vendor sources for current remediation guidance.
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_api: use RCU with deferred freeing for action lifecycle When… (CVE-2026-53264)
Description
A race condition vulnerability in the Linux kernel's network scheduler (net/sched) was resolved. The issue occurs when NEWTFILTER and DELFILTER operations run concurrently, leading to a use-after-free (UAF) condition on an action object due to premature freeing without deferral. The fix involves using Read-Copy-Update (RCU) mechanisms to defer freeing the action until it is safe, preventing UAF.
CVSS v3.1
Score 7.8high
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-53264 describes a race condition in the Linux kernel's net/sched subsystem where concurrent execution of NEWTFILTER and DELFILTER commands can cause a use-after-free (UAF) vulnerability. The root cause is that an action object is freed immediately after removal from an IDR (ID Radix Tree) without deferring the free operation, allowing another CPU to access freed memory. The patch reintroduces RCU-based deferred freeing using call_rcu() and kfree_rcu(), ensuring that the action object is only freed after a grace period, preventing UAF. This fix reverts a previous commit that removed RCU usage and modernizes the code to use kfree_rcu() directly.
Potential Impact
The vulnerability allows a use-after-free condition in the kernel, which can lead to memory corruption with potential consequences including privilege escalation, denial of service, or arbitrary code execution within the kernel context. The CVSS vector indicates local attack vector with low complexity, requiring low privileges but no user interaction, and results in high confidentiality, integrity, and availability impact.
Mitigation Recommendations
A fix for this vulnerability has been implemented in the Linux kernel by restoring RCU-based deferred freeing for the affected action lifecycle. Users should apply the official kernel updates that include this patch. Since no explicit patch links or vendor advisories are provided, verify with your Linux distribution vendor for updated kernel versions containing this fix. Patch status is not yet confirmed from vendor advisory; check vendor sources for current remediation guidance.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-vq3g-6qwh-5wj2
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-53264"]
- Ecosystems
- []
- Database Specific Severity
- HIGH
- Cvss Version
- 3.1
Threat ID: 6a6ae5389c2644c7f8986a28
Added to database: 07/30/2026, 05:46:32 UTC
Last enriched: 07/30/2026, 07:07:38 UTC
Last updated: 07/31/2026, 19:24:47 UTC
Views: 10
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.