In the Linux kernel, the following vulnerability has been resolved: net: phonet: free phonet_device after RCU grace period phonet_device_destroy()… (CVE-2026-53157)
In the Linux kernel, the following vulnerability has been resolved: net: phonet: free phonet_device after RCU grace period phonet_device_destroy() removes a phonet_device from the per-net device list with list_del_rcu(), but frees it immediately. RCU readers walking the same list can still hold a pointer to the object after it has been removed, leading to a slab-use-after-free. Use kfree_rcu(), matching the lifetime rule already used by phonet_address_del() for the same object type.
AI Analysis
Technical Summary
The Linux kernel contained a vulnerability in the phonet network subsystem where phonet_device_destroy() removed a phonet_device from the per-network device list using list_del_rcu() but freed the object immediately. This premature freeing violates RCU lifetime rules because concurrent readers may still hold references to the object, resulting in a slab-use-after-free. The vulnerability was resolved by replacing the immediate free with kfree_rcu(), which defers freeing until after the RCU grace period, preventing use-after-free conditions.
Potential Impact
The vulnerability could lead to use-after-free memory corruption in the kernel, which may cause system instability or potential escalation of privileges if exploited. However, there are no known exploits in the wild at this time.
Mitigation Recommendations
A fix has been implemented in the Linux kernel source code that replaces immediate freeing with kfree_rcu() for the phonet_device object. Users should apply the official kernel updates that include this fix. Since this is not a cloud service, remediation depends on deploying patched kernel versions. Patch status is not explicitly confirmed here; users should consult the official Linux kernel advisories for the relevant fixed versions.
In the Linux kernel, the following vulnerability has been resolved: net: phonet: free phonet_device after RCU grace period phonet_device_destroy()… (CVE-2026-53157)
Description
In the Linux kernel, the following vulnerability has been resolved: net: phonet: free phonet_device after RCU grace period phonet_device_destroy() removes a phonet_device from the per-net device list with list_del_rcu(), but frees it immediately. RCU readers walking the same list can still hold a pointer to the object after it has been removed, leading to a slab-use-after-free. Use kfree_rcu(), matching the lifetime rule already used by phonet_address_del() for the same object type.
CVSS v3.1
Score 7.8high
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel contained a vulnerability in the phonet network subsystem where phonet_device_destroy() removed a phonet_device from the per-network device list using list_del_rcu() but freed the object immediately. This premature freeing violates RCU lifetime rules because concurrent readers may still hold references to the object, resulting in a slab-use-after-free. The vulnerability was resolved by replacing the immediate free with kfree_rcu(), which defers freeing until after the RCU grace period, preventing use-after-free conditions.
Potential Impact
The vulnerability could lead to use-after-free memory corruption in the kernel, which may cause system instability or potential escalation of privileges if exploited. However, there are no known exploits in the wild at this time.
Mitigation Recommendations
A fix has been implemented in the Linux kernel source code that replaces immediate freeing with kfree_rcu() for the phonet_device object. Users should apply the official kernel updates that include this fix. Since this is not a cloud service, remediation depends on deploying patched kernel versions. Patch status is not explicitly confirmed here; users should consult the official Linux kernel advisories for the relevant fixed versions.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-w8w6-f4mm-hw75
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-53157"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- 3.1
Threat ID: 6a498a7327e9c7971936e9d3
Added to database: 07/04/2026, 22:34:27 UTC
Last enriched: 07/04/2026, 23:21:35 UTC
Last updated: 07/31/2026, 19:24:46 UTC
Views: 4
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.