{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "d5f281f3dd2988998daf45f591920c6013a620d8"
            },
            {
              "fixed": "65d4424275845e9f9012b40b5cbff4572771d768"
            },
            {
              "fixed": "94c6402e423d36a2bd6f62055a65a0d439d84da7"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.6"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68224.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: mali-c55: Fix possible ERR_PTR in enable_streams\n\nThe media_pad_remote_pad_unique() function returns either a valid\npointer or an ERR_PTR() on failure (-ENOTUNIQ if multiple links are\nenabled, -ENOLINK if no connected pad is found). The return value\nwas assigned directly to isp-\u003eremote_src and dereferenced in the\nnext line without checking for errors, which could lead to an\nERR_PTR dereference.\n\nAdd proper error checking with IS_ERR() before dereferencing the\npointer. Also set isp-\u003eremote_src to NULL on error to maintain\nconsistency with other error paths in the function.",
  "id": "CVE-2026-68224",
  "modified": "2026-08-18T03:31:17.168815554Z",
  "published": "2026-08-10T12:00:45.474Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/65d4424275845e9f9012b40b5cbff4572771d768"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/94c6402e423d36a2bd6f62055a65a0d439d84da7"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68224.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-68224"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "media: mali-c55: Fix possible ERR_PTR in enable_streams"
}