7.8

CVE-2026-74630

ipv6: prevent in6_dev_get() from resurrecting inet6_dev

In the Linux kernel, the following vulnerability has been resolved:

ipv6: prevent in6_dev_get() from resurrecting inet6_dev

in6_dev_get() reads dev->ip6_ptr under RCU and then unconditionally
increments its refcount. Device teardown can clear the pointer and drop
the last reference between these operations. The increment then
resurrects an object whose RCU free has already been queued, so callers
can use it after it is freed.

Use refcount_inc_not_zero() and return NULL when the object has already
reached zero. RCU keeps the memory accessible through the attempted
reference acquisition, and a successful increment pins the object for
the caller.

An independent run on the exact unpatched 6f5156d7a31a (v7.2-rc3)
kernel reproduced the invalid reference acquisition as UID 1000:

  refcount_t: addition on 0; use-after-free.
  ip6_mc_source+0xef4/0x17e0

It was followed by the corresponding reference underflow in
ip6_mc_source(). The supplied trace from the same unpatched revision
additionally shows the access after the RCU read-side section ends:

  BUG: KASAN: slab-use-after-free in mutex_lock+0x76/0xe0
  Write of size 8 at addr ffff888015b50240 by task poc/1219

Bug found and triaged by OpenAI Security Research and
validated by Trail of Bits.
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
HerstellerLinux
Produkt Linux
Default Statusunaffected
Version 8814c4b533817df825485ff32ce6ac406c3a54d1
Version < 785d908f8d21c8bc78b6fb2c2932ab662bf6918a
Status affected
Version 8814c4b533817df825485ff32ce6ac406c3a54d1
Version < aedcfefdb5b7ed7f8a6196a3e68a25bdbe51d2f8
Status affected
Version 8814c4b533817df825485ff32ce6ac406c3a54d1
Version < 145812b678de9f3b59780173be3c0d22ed60dd93
Status affected
Version 8814c4b533817df825485ff32ce6ac406c3a54d1
Version < cc5bd568f9b7683e60841b6fd02c10d64535bd6e
Status affected
Version 8814c4b533817df825485ff32ce6ac406c3a54d1
Version < 1c206d461c680c3151daa3c89fc26eaf5bf98a7f
Status affected
Version 8814c4b533817df825485ff32ce6ac406c3a54d1
Version < 680fbd7942185448eadb990a3d10a53eb946b702
Status affected
Version 8814c4b533817df825485ff32ce6ac406c3a54d1
Version < 14e812ab41df0cac033479da835ec9a5de633404
Status affected
Version 8814c4b533817df825485ff32ce6ac406c3a54d1
Version < 0e243671bc7b8eaf00f83dd2f4367436dc0cff98
Status affected
HerstellerLinux
Produkt Linux
Default Statusaffected
Version 2.6.19
Status affected
Version 0
Version < 2.6.19
Status unaffected
Version <= 5.10.*
Version 5.10.265
Status unaffected
Version <= 5.15.*
Version 5.15.216
Status unaffected
Version <= 6.1.*
Version 6.1.183
Status unaffected
Version <= 6.6.*
Version 6.6.152
Status unaffected
Version <= 6.12.*
Version 6.12.104
Status unaffected
Version <= 6.18.*
Version 6.18.45
Status unaffected
Version <= 7.1.*
Version 7.1.9
Status unaffected
Version <= *
Version 7.2
Status unaffected
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.18% 0.072
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
416baaa9-dc9f-4396-8d5f-8c081fb06d67 7.8 1.8 5.9
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Es wurden noch keine Informationen zu CWE veröffentlicht.
https://git.kernel.org/stable/c/0e243671bc7b8eaf00f83dd2f4367436dc0cff98
https://git.kernel.org/stable/c/145812b678de9f3b59780173be3c0d22ed60dd93
https://git.kernel.org/stable/c/14e812ab41df0cac033479da835ec9a5de633404
https://git.kernel.org/stable/c/1c206d461c680c3151daa3c89fc26eaf5bf98a7f
https://git.kernel.org/stable/c/680fbd7942185448eadb990a3d10a53eb946b702
https://git.kernel.org/stable/c/785d908f8d21c8bc78b6fb2c2932ab662bf6918a
https://git.kernel.org/stable/c/aedcfefdb5b7ed7f8a6196a3e68a25bdbe51d2f8
https://git.kernel.org/stable/c/cc5bd568f9b7683e60841b6fd02c10d64535bd6e