{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "8814c4b533817df825485ff32ce6ac406c3a54d1"
            },
            {
              "fixed": "785d908f8d21c8bc78b6fb2c2932ab662bf6918a"
            },
            {
              "fixed": "aedcfefdb5b7ed7f8a6196a3e68a25bdbe51d2f8"
            },
            {
              "fixed": "145812b678de9f3b59780173be3c0d22ed60dd93"
            },
            {
              "fixed": "cc5bd568f9b7683e60841b6fd02c10d64535bd6e"
            },
            {
              "fixed": "1c206d461c680c3151daa3c89fc26eaf5bf98a7f"
            },
            {
              "fixed": "680fbd7942185448eadb990a3d10a53eb946b702"
            },
            {
              "fixed": "14e812ab41df0cac033479da835ec9a5de633404"
            },
            {
              "fixed": "0e243671bc7b8eaf00f83dd2f4367436dc0cff98"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "2.6.19"
            },
            {
              "fixed": "5.10.265"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.11.0"
            },
            {
              "fixed": "5.15.216"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.16.0"
            },
            {
              "fixed": "6.1.183"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.6.152"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.104"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.45"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.9"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74630.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: prevent in6_dev_get() from resurrecting inet6_dev\n\nin6_dev_get() reads dev-\u003eip6_ptr under RCU and then unconditionally\nincrements its refcount. Device teardown can clear the pointer and drop\nthe last reference between these operations. The increment then\nresurrects an object whose RCU free has already been queued, so callers\ncan use it after it is freed.\n\nUse refcount_inc_not_zero() and return NULL when the object has already\nreached zero. RCU keeps the memory accessible through the attempted\nreference acquisition, and a successful increment pins the object for\nthe caller.\n\nAn independent run on the exact unpatched 6f5156d7a31a (v7.2-rc3)\nkernel reproduced the invalid reference acquisition as UID 1000:\n\n  refcount_t: addition on 0; use-after-free.\n  ip6_mc_source+0xef4/0x17e0\n\nIt was followed by the corresponding reference underflow in\nip6_mc_source(). The supplied trace from the same unpatched revision\nadditionally shows the access after the RCU read-side section ends:\n\n  BUG: KASAN: slab-use-after-free in mutex_lock+0x76/0xe0\n  Write of size 8 at addr ffff888015b50240 by task poc/1219\n\nBug found and triaged by OpenAI Security Research and\nvalidated by Trail of Bits.",
  "id": "CVE-2026-74630",
  "modified": "2026-08-24T11:35:51.852584520Z",
  "published": "2026-08-22T15:32:11.596Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/0e243671bc7b8eaf00f83dd2f4367436dc0cff98"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/145812b678de9f3b59780173be3c0d22ed60dd93"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/14e812ab41df0cac033479da835ec9a5de633404"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/1c206d461c680c3151daa3c89fc26eaf5bf98a7f"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/680fbd7942185448eadb990a3d10a53eb946b702"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/785d908f8d21c8bc78b6fb2c2932ab662bf6918a"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/aedcfefdb5b7ed7f8a6196a3e68a25bdbe51d2f8"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/cc5bd568f9b7683e60841b6fd02c10d64535bd6e"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74630.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-74630"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "ipv6: prevent in6_dev_get() from resurrecting inet6_dev"
}