CVE-2026-93072
Last modified
CVE-2026-93072 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: irqchip/renesas-irqc: Fix generic interrupt chip leak on remove The driver allocates domain generic chips probe. However, on driver removal, the generic chips are not automatically freed when the interrupt domain is removed because the domain flags do not include IRQ_DOMAIN_FLAG_DESTROY_GC. This causes both the domain generic chips structure and the associated generic chips to be leaked.
Description
In the Linux kernel, the following vulnerability has been resolved: irqchip/renesas-irqc: Fix generic interrupt chip leak on remove The driver allocates domain generic chips probe. However, on driver removal, the generic chips are not automatically freed when the interrupt domain is removed because the domain flags do not include IRQ_DOMAIN_FLAG_DESTROY_GC. This causes both the domain generic chips structure and the associated generic chips to be leaked. Additionally, the generic chips remain on the global list and may later be accessed by generic interrupt chip suspend, resume, or shutdown callbacks after the driver has been removed, potentially resulting in a use-after-free and kernel crash. Fix the resource leak by setting IRQ_DOMAIN_FLAG_DESTROY_GC on the interrupt domain; this lets the interrupt domain core automatically release all generic chips when irq_domain_remove() is invoked, removing the need for manual cleanup calls in error paths and remove callback.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 99c221df33fbfa1b30e15dee879eb0a9ae1be353, < 3d39757ef791f90028da9c8b7c1fbbb497237e58; >= 99c221df33fbfa1b30e15dee879eb0a9ae1be353, < 4bf7614d048434326081eef0ebef33cb77fe2ffc; >= 99c221df33fbfa1b30e15dee879eb0a9ae1be353, < 9acc996cb2e8477ae81bd7c067fec15202d6bc89; >= 99c221df33fbfa1b30e15dee879eb0a9ae1be353, < 7c614f83301d464e2fb498d63552490d137ea10d; >= 99c221df33fbfa1b30e15dee879eb0a9ae1be353, < 616dd89d81ad9a3cf1cfff4088a4c43e4e00d6ba |
| Linux | Linux | 4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93072?
How severe is CVE-2026-93072?
How do I fix CVE-2026-93072?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93067In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93068In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93069In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9307A sensitive information disclosure security issue exists wit…6.3
- CVE-2026-93070In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93071In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93073In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93074In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93075In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93076In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93077In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93078In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93072?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
