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.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability occurs in the Linux kernel's irqchip/crossbar code, where the free operation mistakenly uses a nulled irq_data->hwirq as an index when clearing the IRQ mapping. This results in the wrong crossbar register being reset and the associated IRQ remaining logically active. The bug allows an attacker to leave interrupt mappings lingering or to overwrite other entries by targeting out‑of‑bounds indices, which could lead to incorrect interrupt handling, kernel crashes, or denial of service.

Affected Systems

Affected systems are all Linux kernel distributions that include the irqchip/crossbar implementation. No specific kernel versions are listed in the advisory, so any distribution that uses the default kernel configuration with irqchip/crossbar enabled may be impacted.

Risk and Exploitability

The advisory now lists a CVSS score of 5.5 and a very low EPSS of < 1%, and it is not listed in the CISA KEV. The exploit requires an attacker to trigger a crossbar domain free operation in the kernel, typically through a malicious driver or a privileged user. If successfully carried out, the mis‑indexed reset can cause resource leaks and potential out‑of‑bounds memory accesses. Given the local nature and lack of a public exploit, the risk is considered moderate; a patched kernel eliminates the possibility of denial of service, resource leaks, and out‑of‑bounds memory accesses.

Generated by OpenCVE AI on August 22, 2026 at 09:57 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a revision that includes the patch fixing crossbar_domain_free (e.g., any kernel after commit 043db0).
  • Reboot the system to clear stale interrupt mappings and ensure the new kernel code is active.
  • Verify that any third‑party kernel modules utilizing the irqchip/crossbar are also updated or disabled until the patch is applied; consider restricting untrusted modules from loading.
  • Monitor kernel logs for IRQ‑related errors as a diagnostic aid.

Generated by OpenCVE AI on August 22, 2026 at 09:57 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values 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.
Title irqchip/crossbar: Use correct index in crossbar_domain_free()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:09:13.069Z

Reserved: 2026-08-09T03:40:39.909Z

Link: CVE-2026-72153

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:33.030

Modified: 2026-08-17T06:18:15.497

Link: CVE-2026-72153

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72153 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T10:00:07Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime

  • CWE-787

    Out-of-bounds Write