{
  "affected": [
    {
      "ranges": [
        {
          "events": [
            {
              "introduced": "783d31863fb826f1a3754a2d5959a022a1b12d54"
            },
            {
              "fixed": "13bdb5140405ff283f9052e65ee1d5c2303765c7"
            },
            {
              "fixed": "1c48dc6a0c1ef47a9fa24611e60bc2f4ee4dd0df"
            },
            {
              "fixed": "ccc3664679763d2d6f067c28729bdff627bb72d0"
            },
            {
              "fixed": "424130169dc03b84ea604685409726d61bcec859"
            },
            {
              "fixed": "cca649a23a5fc8aae536fc27a0546c67690a4078"
            },
            {
              "fixed": "36ca587f55a2c04468a89fd16174bb2f78dc04ec"
            },
            {
              "fixed": "e5be5d452d5f1efbb3342da2b00029be6c99034e"
            },
            {
              "fixed": "043db005a8d6932dc7d217c86307e9af0bc10ddc"
            }
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "type": "GIT"
        }
      ]
    },
    {
      "package": {
        "ecosystem": "Linux",
        "name": "Kernel"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "4.1.0"
            },
            {
              "fixed": "5.10.261"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.11.0"
            },
            {
              "fixed": "5.15.212"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "5.16.0"
            },
            {
              "fixed": "6.1.178"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.2.0"
            },
            {
              "fixed": "6.6.145"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.7.0"
            },
            {
              "fixed": "6.12.97"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.13.0"
            },
            {
              "fixed": "6.18.40"
            }
          ],
          "type": "ECOSYSTEM"
        },
        {
          "events": [
            {
              "introduced": "6.19.0"
            },
            {
              "fixed": "7.1.5"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "database_specific": {
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72153.json"
  },
  "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nirqchip/crossbar: Use correct index in crossbar_domain_free()\n\ncrossbar_domain_free() resets the domain data and then uses the nulled\nout irq_data-\u003ehwirq member as index to reset the irq_map[] entry and to\nwrite the relevant crossbar register with a safe entry. That means it\nnever frees the correct index and keeps the crossbar register connection\nto the source interrupt active.\n\nIf it would not reset the domain data, then this would be even worse as\nirq_data-\u003ehwirq holds the source interrupt number, but both the map and\nregister index need the corresponding GIC SPI number and not the source\ninterrupt number. This might even result in an out of bounds access as\nthe source interrupt number can be higher than the maximal index space.\n\nFix this by using the GIC SPI index from the parent domain's irq_data.",
  "id": "CVE-2026-72153",
  "modified": "2026-08-18T03:31:17.439441996Z",
  "published": "2026-08-15T05:53:23.699Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/043db005a8d6932dc7d217c86307e9af0bc10ddc"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/13bdb5140405ff283f9052e65ee1d5c2303765c7"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/1c48dc6a0c1ef47a9fa24611e60bc2f4ee4dd0df"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/36ca587f55a2c04468a89fd16174bb2f78dc04ec"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/424130169dc03b84ea604685409726d61bcec859"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/cca649a23a5fc8aae536fc27a0546c67690a4078"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/ccc3664679763d2d6f067c28729bdff627bb72d0"
    },
    {
      "type": "WEB",
      "url": "https://git.kernel.org/stable/c/e5be5d452d5f1efbb3342da2b00029be6c99034e"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72153.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-72153"
    },
    {
      "type": "PACKAGE",
      "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
    }
  ],
  "schema_version": "1.9.0",
  "summary": "irqchip/crossbar: Use correct index in crossbar_domain_free()"
}