CVE-2026-72424
Last modified
CVE-2026-72424 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: fix NULL deref in shared IRQ handler at probe msc313_rtc_probe() calls devm_request_irq() with IRQF_SHARED and &pdev->dev as the cookie, but platform_set_drvdata() is only called later after the clock setup. With a shared IRQ line, another device on the same line can trigger the handler in that window. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: fix NULL deref in shared IRQ handler at probe msc313_rtc_probe() calls devm_request_irq() with IRQF_SHARED and &pdev->dev as the cookie, but platform_set_drvdata() is only called later after the clock setup. With a shared IRQ line, another device on the same line can trigger the handler in that window. The handler does dev_get_drvdata() on the cookie, gets NULL, and dereferences priv->rtc_base in interrupt context. Pass priv as the cookie directly so the handler reads it from dev_id without the lookup, removing the dependency on probe order.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= be7d9c9161b9c76edeff15e79edc2f256568fe05, < ece7b9ffde23e2ccd7567761ac27463ded43932c; >= be7d9c9161b9c76edeff15e79edc2f256568fe05, < 52c73b6992b46ed476590ed526faa033d4fbfc5d; >= be7d9c9161b9c76edeff15e79edc2f256568fe05, < bc1f61a9b97d65de21c2681bcf0b5b1392c58486; >= be7d9c9161b9c76edeff15e79edc2f256568fe05, < 1f6a4aec0d36647eb2f67cd69db22bd28cabe2cb; >= be7d9c9161b9c76edeff15e79edc2f256568fe05, < bb3e624808c981fe881cb79037be63e680ed7d38; >= be7d9c9161b9c76edeff15e79edc2f256568fe05, < a369f48be8de426a7d2bca18dbd46c2ad1138803 |
| Linux | Linux | 5.16 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72424?
How severe is CVE-2026-72424?
How do I fix CVE-2026-72424?
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-72419In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-7242A vulnerability was determined in Totolink A8000RU 7.1cu.643…9.8
- CVE-2026-72420In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72421In the Linux kernel, the following vulnerability has been re…10
- CVE-2026-72422In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72423In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-72425In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-72426In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72427In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72428In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72429In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-7243A vulnerability was identified in Totolink A8000RU 7.1cu.643…9.8
Are you affected by CVE-2026-72424?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
