{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "12046f8c77e0ed6d41beabde0edbb729499c970b"
            },
            {
              "fixed": "13d201bd840d2e2a645ef899f81342cd27ced346"
            },
            {
              "fixed": "2c5507010fc3b8e2bd596c63c88f6ad39a69b1c4"
            },
            {
              "fixed": "4dc755d86deed88789540d960e421124bad4c568"
            },
            {
              "fixed": "8a700b1fc94df4d847a04f14ebc7f8532592b367"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.11.0"
            },
            {
              "fixed": "6.12.91"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.33"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.0.10"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53119.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nplatform/wmi: use generic driver_override infrastructure\n\nWhen a driver is probed through __driver_attach(), the bus' match()\ncallback is called without the device lock held, thus accessing the\ndriver_override field without a lock, which can cause a UAF.\n\nFix this by using the driver-core driver_override infrastructure taking\ncare of proper locking internally.\n\nNote that calling match() from __driver_attach() without the device lock\nheld is intentional. [1]",
  "id": "CVE-2026-53119",
  "modified": "2026-07-08T05:38:39.459106611Z",
  "published": "2026-06-24T16:30:49.969Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/13d201bd840d2e2a645ef899f81342cd27ced346"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/2c5507010fc3b8e2bd596c63c88f6ad39a69b1c4"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/4dc755d86deed88789540d960e421124bad4c568"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/8a700b1fc94df4d847a04f14ebc7f8532592b367"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53119.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53119"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.7.5",
  "summary": "platform/wmi: use generic driver_override infrastructure"
}