CVE-2026-89769
Last modified
CVE-2026-89769 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/nxp-pit: Fix IRQ leak on cpuhp_setup_state error path When cpuhp_setup_state fails after pit_clockevent_per_cpu_init has successfully called request_irq, the error handling jumps directly to out_pit_clocksource_unregister without freeing the registered IRQ. This leaks the IRQ line and, since kfree(pit) follows, leaves a dangling pointer registered as the interrupt handler's dev_id, potentially leading to a use-after-free if the IRQ fires afterwards. Fix it by calling pit_clockevent_per_cpu_exit to properly release the IRQ before falling through to the existing cleanup chain.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/nxp-pit: Fix IRQ leak on cpuhp_setup_state error path When cpuhp_setup_state fails after pit_clockevent_per_cpu_init has successfully called request_irq, the error handling jumps directly to out_pit_clocksource_unregister without freeing the registered IRQ. This leaks the IRQ line and, since kfree(pit) follows, leaves a dangling pointer registered as the interrupt handler's dev_id, potentially leading to a use-after-free if the IRQ fires afterwards. Fix it by calling pit_clockevent_per_cpu_exit to properly release the IRQ before falling through to the existing cleanup chain.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= bee33f22d7c30626e711b4900e3f460b6e0e104f, < d53c29a89a15e56a1797f3ef249955e544782e04; >= bee33f22d7c30626e711b4900e3f460b6e0e104f, < cdcd861123248e871c2ec2be968b0a1b2a5a34b0; >= bee33f22d7c30626e711b4900e3f460b6e0e104f, < 05520e035f8332c8e33f3011b5ca016fde61793d |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89769?
How severe is CVE-2026-89769?
How do I fix CVE-2026-89769?
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-89763In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89764In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89765In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89766In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89767In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89768In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8977The WP GDPR Cookie Consent plugin for WordPress is vulnerabl…6.4
- CVE-2026-89770In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89771In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89772In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89773In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89774In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-89769?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
