{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "7.1.6-1"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  media: mali-c55: Fix possible ERR_PTR in enable_streams  The media_pad_remote_pad_unique() function returns either a valid pointer or an ERR_PTR() on failure (-ENOTUNIQ if multiple links are enabled, -ENOLINK if no connected pad is found). The return value was assigned directly to isp-\u003eremote_src and dereferenced in the next line without checking for errors, which could lead to an ERR_PTR dereference.  Add proper error checking with IS_ERR() before dereferencing the pointer. Also set isp-\u003eremote_src to NULL on error to maintain consistency with other error paths in the function.",
  "id": "DEBIAN-CVE-2026-68224",
  "modified": "2026-09-14T16:47:28.856144183Z",
  "published": "2026-08-10T13:20:10.577Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-68224"
    }
  ],
  "upstream": [
    "CVE-2026-68224"
  ]
}