In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6_dev_get() from resurrecting inet6_dev in6_dev_get() reads… (CVE-2026-74630)
A use-after-free vulnerability in the Linux kernel's IPv6 implementation was resolved by preventing in6_dev_get() from resurrecting a freed inet6_dev object. The function previously incremented a reference count on an object that could have been freed, leading to potential invalid memory access. This flaw was identified and validated by OpenAI Security Research and Trail of Bits.
AI Analysis
Technical Summary
The vulnerability in the Linux kernel involves the in6_dev_get() function, which reads dev->ip6_ptr under RCU and then unconditionally increments its reference count. Because device teardown can clear the pointer and drop the last reference between these operations, the increment can resurrect an object whose RCU free has already been queued. This results in use-after-free conditions where callers may access freed memory. The fix involves using refcount_inc_not_zero() to ensure the reference count is only incremented if the object is still valid, returning NULL otherwise. This pins the object safely for the caller and prevents resurrection of freed objects. The issue was reproducible on an unpatched kernel revision (v7.2-rc3) and was confirmed by memory sanitizer traces showing use-after-free and reference count underflow.
Potential Impact
The vulnerability allows use-after-free conditions in the IPv6 networking code of the Linux kernel. This can lead to memory corruption, kernel crashes, or potentially privilege escalation if exploited. However, no known exploits in the wild have been reported. The impact is limited to affected kernel versions before the fix and affects kernel stability and security.
Mitigation Recommendations
A fix has been implemented in the Linux kernel to address this vulnerability by modifying in6_dev_get() to use refcount_inc_not_zero() and return NULL if the object is already freed. Users should apply the official kernel updates that include this patch. Since no patch links or vendor advisories are provided here, users should monitor the official Linux kernel repositories or trusted vendor advisories for the fix. Patch status is not yet confirmed in this data — check the vendor advisory for current remediation guidance.
In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6_dev_get() from resurrecting inet6_dev in6_dev_get() reads… (CVE-2026-74630)
Description
A use-after-free vulnerability in the Linux kernel's IPv6 implementation was resolved by preventing in6_dev_get() from resurrecting a freed inet6_dev object. The function previously incremented a reference count on an object that could have been freed, leading to potential invalid memory access. This flaw was identified and validated by OpenAI Security Research and Trail of Bits.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability in the Linux kernel involves the in6_dev_get() function, which reads dev->ip6_ptr under RCU and then unconditionally increments its reference count. Because device teardown can clear the pointer and drop the last reference between these operations, the increment can resurrect an object whose RCU free has already been queued. This results in use-after-free conditions where callers may access freed memory. The fix involves using refcount_inc_not_zero() to ensure the reference count is only incremented if the object is still valid, returning NULL otherwise. This pins the object safely for the caller and prevents resurrection of freed objects. The issue was reproducible on an unpatched kernel revision (v7.2-rc3) and was confirmed by memory sanitizer traces showing use-after-free and reference count underflow.
Potential Impact
The vulnerability allows use-after-free conditions in the IPv6 networking code of the Linux kernel. This can lead to memory corruption, kernel crashes, or potentially privilege escalation if exploited. However, no known exploits in the wild have been reported. The impact is limited to affected kernel versions before the fix and affects kernel stability and security.
Mitigation Recommendations
A fix has been implemented in the Linux kernel to address this vulnerability by modifying in6_dev_get() to use refcount_inc_not_zero() and return NULL if the object is already freed. Users should apply the official kernel updates that include this patch. Since no patch links or vendor advisories are provided here, users should monitor the official Linux kernel repositories or trusted vendor advisories for the fix. Patch status is not yet confirmed in this data — check the vendor advisory for current remediation guidance.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-6g8v-5hwp-cmr2
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-74630"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a8a27f2acd9273b499bc84c
Added to database: 08/22/2026, 22:51:30 UTC
Last enriched: 08/22/2026, 23:39:41 UTC
Last updated: 08/23/2026, 00:12:08 UTC
Views: 2
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.