{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "a783a09ee76d6259296dc6aeea2b6884fa526980"
            },
            {
              "fixed": "bdeb73d7312100e00c3e643ff233f09b6ec114aa"
            },
            {
              "fixed": "3a8aa74859dd73eaa76c55eb74da708e56ef51c5"
            },
            {
              "fixed": "0b9878aba5cf93bc2b55ba9eb807757ce3239bec"
            },
            {
              "fixed": "25a1669907512e927fab9ad4d4fb74ff57f63cd9"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "5.3.0"
            },
            {
              "fixed": "6.12.110"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.52"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.2.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93192.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/v3d: Clear queue-\u003eactive_job when v3d_fence_create() fails\n\nThe run_job() callbacks for BIN, RENDER, TFU and CSD assign the incoming\njob to queue-\u003eactive_job before calling v3d_fence_create(). If\nv3d_fence_create() fails, the callback returns NULL without clearing\nactive_job, leaving a dangling pointer.\n\nCreate a failure path in all run_job() callbacks that clears the active\njob before returning NULL. The BIN path takes queue-\u003equeue_lock around the\nclear as it races against v3d_overflow_mem_work(); RENDER, TFU and CSD\npaths have no concurrent reader, so the clear is lock-free.",
  "id": "CVE-2026-93192",
  "modified": "2026-09-19T03:30:25.239750012Z",
  "published": "2026-09-17T16:12:16.428Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/0b9878aba5cf93bc2b55ba9eb807757ce3239bec"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/25a1669907512e927fab9ad4d4fb74ff57f63cd9"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/3a8aa74859dd73eaa76c55eb74da708e56ef51c5"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/bdeb73d7312100e00c3e643ff233f09b6ec114aa"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93192.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-93192"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "drm/v3d: Clear queue-\u003eactive_job when v3d_fence_create() fails"
}