0.0
NA
CVE-2026-72153
irqchip/crossbar: Use correct index in crossbar_domain_free()
Description

In the Linux kernel, the following vulnerability has been resolved: irqchip/crossbar: Use correct index in crossbar_domain_free() crossbar_domain_free() resets the domain data and then uses the nulled out irq_data->hwirq member as index to reset the irq_map[] entry and to write the relevant crossbar register with a safe entry. That means it never frees the correct index and keeps the crossbar register connection to the source interrupt active. If it would not reset the domain data, then this would be even worse as irq_data->hwirq holds the source interrupt number, but both the map and register index need the corresponding GIC SPI number and not the source interrupt number. This might even result in an out of bounds access as the source interrupt number can be higher than the maximal index space. Fix this by using the GIC SPI index from the parent domain's irq_data.

INFO

Published Date :

Aug. 15, 2026, 6:21 a.m.

Last Modified :

Aug. 17, 2026, 6:18 a.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-72153 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
Solution
Apply the Linux kernel patch to correct crossbar domain free indexing.
  • Update the Linux kernel.
  • Apply the crossbar_domain_free fix.
  • Verify correct interrupt mapping.
  • Test crossbar register writes.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-72153 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-72153 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-72153 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-72153 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 17, 2026

    Action Type Old Value New Value
    Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '13bdb5140405ff283f9052e65ee1d5c2303765c7', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '1c48dc6a0c1ef47a9fa24611e60bc2f4ee4dd0df', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': 'ccc3664679763d2d6f067c28729bdff627bb72d0', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '424130169dc03b84ea604685409726d61bcec859', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': 'cca649a23a5fc8aae536fc27a0546c67690a4078', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '36ca587f55a2c04468a89fd16174bb2f78dc04ec', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': 'e5be5d452d5f1efbb3342da2b00029be6c99034e', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '043db005a8d6932dc7d217c86307e9af0bc10ddc', 'versionType': 'git'}], 'programFiles': ['drivers/irqchip/irq-crossbar.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.1'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.1', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/irqchip/irq-crossbar.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '13bdb5140405ff283f9052e65ee1d5c2303765c7', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '1c48dc6a0c1ef47a9fa24611e60bc2f4ee4dd0df', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': 'ccc3664679763d2d6f067c28729bdff627bb72d0', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '424130169dc03b84ea604685409726d61bcec859', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': 'cca649a23a5fc8aae536fc27a0546c67690a4078', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '36ca587f55a2c04468a89fd16174bb2f78dc04ec', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': 'e5be5d452d5f1efbb3342da2b00029be6c99034e', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '043db005a8d6932dc7d217c86307e9af0bc10ddc', 'versionType': 'git'}], 'programFiles': ['drivers/irqchip/irq-crossbar.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.1'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.1', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/irqchip/irq-crossbar.c'], 'defaultStatus': 'affected'}]
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Aug. 15, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '13bdb5140405ff283f9052e65ee1d5c2303765c7', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '1c48dc6a0c1ef47a9fa24611e60bc2f4ee4dd0df', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': 'ccc3664679763d2d6f067c28729bdff627bb72d0', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '424130169dc03b84ea604685409726d61bcec859', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': 'cca649a23a5fc8aae536fc27a0546c67690a4078', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '36ca587f55a2c04468a89fd16174bb2f78dc04ec', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': 'e5be5d452d5f1efbb3342da2b00029be6c99034e', 'versionType': 'git'}, {'status': 'affected', 'version': '783d31863fb826f1a3754a2d5959a022a1b12d54', 'lessThan': '043db005a8d6932dc7d217c86307e9af0bc10ddc', 'versionType': 'git'}], 'programFiles': ['drivers/irqchip/irq-crossbar.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.1'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.1', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.261', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.97', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.40', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.1.5', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2-rc1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/irqchip/irq-crossbar.c'], 'defaultStatus': 'affected'}]
    Added Description In the Linux kernel, the following vulnerability has been resolved: irqchip/crossbar: Use correct index in crossbar_domain_free() crossbar_domain_free() resets the domain data and then uses the nulled out irq_data->hwirq member as index to reset the irq_map[] entry and to write the relevant crossbar register with a safe entry. That means it never frees the correct index and keeps the crossbar register connection to the source interrupt active. If it would not reset the domain data, then this would be even worse as irq_data->hwirq holds the source interrupt number, but both the map and register index need the corresponding GIC SPI number and not the source interrupt number. This might even result in an out of bounds access as the source interrupt number can be higher than the maximal index space. Fix this by using the GIC SPI index from the parent domain's irq_data.
    Added Reference https://git.kernel.org/stable/c/043db005a8d6932dc7d217c86307e9af0bc10ddc
    Added Reference https://git.kernel.org/stable/c/13bdb5140405ff283f9052e65ee1d5c2303765c7
    Added Reference https://git.kernel.org/stable/c/1c48dc6a0c1ef47a9fa24611e60bc2f4ee4dd0df
    Added Reference https://git.kernel.org/stable/c/36ca587f55a2c04468a89fd16174bb2f78dc04ec
    Added Reference https://git.kernel.org/stable/c/424130169dc03b84ea604685409726d61bcec859
    Added Reference https://git.kernel.org/stable/c/cca649a23a5fc8aae536fc27a0546c67690a4078
    Added Reference https://git.kernel.org/stable/c/ccc3664679763d2d6f067c28729bdff627bb72d0
    Added Reference https://git.kernel.org/stable/c/e5be5d452d5f1efbb3342da2b00029be6c99034e
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.