{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "e88500247dc3267787abc837848b001c1237f692"
            },
            {
              "fixed": "e54b8fe9454cc786590a0b88db96afe0cdc8a83d"
            },
            {
              "fixed": "8de4e0f44c638c66cdc5eeb4d5ab9acd61c31e4f"
            }
          ],
          "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": "6.19.12"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43008.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\ngpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio()\n\ndevm_regmap_init_mmio() returns an ERR_PTR() on failure, not NULL.\nThe original code checked for NULL which would never trigger on error,\npotentially leading to an invalid pointer dereference.\nUse IS_ERR() and PTR_ERR() to properly handle the error case.",
  "id": "CVE-2026-43008",
  "modified": "2026-07-08T05:36:11.884554367Z",
  "published": "2026-05-01T14:15:15.580Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/8de4e0f44c638c66cdc5eeb4d5ab9acd61c31e4f"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/e54b8fe9454cc786590a0b88db96afe0cdc8a83d"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43008.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43008"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.7.5",
  "summary": "gpio: qixis-fpga: Fix error handling for devm_regmap_init_mmio()"
}