In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()… (CVE-2026-64188)
A use-after-free vulnerability in the Linux kernel's Qualcomm rmnet driver was fixed. The issue occurs in the rmnet_dellink() function, where an endpoint is removed and freed while RCU readers may still access it, leading to potential memory corruption and kernel crashes. The fix involves deferring the freeing of the endpoint memory until after the RCU grace period using kfree_rcu(), preventing stale pointer dereferences.
AI Analysis
Technical Summary
The Linux kernel's Qualcomm rmnet driver contained a use-after-free vulnerability in the rmnet_dellink() function. This function removed an endpoint from a hash table and immediately freed its memory with kfree(), but RCU readers on the receive path could still hold references to the endpoint and dereference a pointer after it was freed. The endpoint is a kmalloc-32 object, and the stale read occurs at the egress_dev pointer. The fix adds an rcu_head field to the endpoint structure and replaces kfree() with kfree_rcu() to defer freeing until after the RCU grace period. Additionally, a call that set the egress_dev pointer to NULL during the grace period was removed to avoid data races with lockless readers.
Potential Impact
Exploitation of this vulnerability can cause kernel crashes (BUG and Oops) due to use-after-free memory access. This can lead to denial of service on affected systems running vulnerable kernel versions. There is no indication of privilege escalation or code execution from the provided data.
Mitigation Recommendations
A fix has been implemented that replaces immediate freeing with deferred freeing using kfree_rcu() and adjusts related code to prevent data races. Users and maintainers should apply the official Linux kernel patches that address this issue. Patch status is not explicitly confirmed in the provided data; check the vendor or kernel mailing list advisories for the specific fixed kernel versions and apply updates accordingly.
In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()… (CVE-2026-64188)
Description
A use-after-free vulnerability in the Linux kernel's Qualcomm rmnet driver was fixed. The issue occurs in the rmnet_dellink() function, where an endpoint is removed and freed while RCU readers may still access it, leading to potential memory corruption and kernel crashes. The fix involves deferring the freeing of the endpoint memory until after the RCU grace period using kfree_rcu(), preventing stale pointer dereferences.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel's Qualcomm rmnet driver contained a use-after-free vulnerability in the rmnet_dellink() function. This function removed an endpoint from a hash table and immediately freed its memory with kfree(), but RCU readers on the receive path could still hold references to the endpoint and dereference a pointer after it was freed. The endpoint is a kmalloc-32 object, and the stale read occurs at the egress_dev pointer. The fix adds an rcu_head field to the endpoint structure and replaces kfree() with kfree_rcu() to defer freeing until after the RCU grace period. Additionally, a call that set the egress_dev pointer to NULL during the grace period was removed to avoid data races with lockless readers.
Potential Impact
Exploitation of this vulnerability can cause kernel crashes (BUG and Oops) due to use-after-free memory access. This can lead to denial of service on affected systems running vulnerable kernel versions. There is no indication of privilege escalation or code execution from the provided data.
Mitigation Recommendations
A fix has been implemented that replaces immediate freeing with deferred freeing using kfree_rcu() and adjusts related code to prevent data races. Users and maintainers should apply the official Linux kernel patches that address this issue. Patch status is not explicitly confirmed in the provided data; check the vendor or kernel mailing list advisories for the specific fixed kernel versions and apply updates accordingly.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-6h7j-8h9r-mwrg
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-64188"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a5e79e82a4a8d59899bab5b
Added to database: 07/20/2026, 19:41:28 UTC
Last enriched: 07/20/2026, 19:44:33 UTC
Last updated: 07/21/2026, 06:44:10 UTC
Views: 8
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.