CVE-2026-89441
Last modified
CVE-2026-89441 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: cancel card-detect work on remove Disabling the device interrupt and freeing the IRQ prevents new card-detect work from being queued, but carddet_work already queued by the handler can still run after via_sd_remove() returns. via_sdc_card_detect() recovers the host through container_of() and dereferences its MMIO base; once remove() returns the host can be freed, so that work would touch freed memory. Cancel carddet_work after freeing the IRQ and before cancelling finish_bh_work, which the card-detect handler can also queue. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: cancel card-detect work on remove Disabling the device interrupt and freeing the IRQ prevents new card-detect work from being queued, but carddet_work already queued by the handler can still run after via_sd_remove() returns. via_sdc_card_detect() recovers the host through container_of() and dereferences its MMIO base; once remove() returns the host can be freed, so that work would touch freed memory. Cancel carddet_work after freeing the IRQ and before cancelling finish_bh_work, which the card-detect handler can also queue. carddet_work can re-enable the interrupt through via_reset_pcictrl(); mask it again afterwards. This issue was found by an in-house static analysis tool and confirmed by manual code review.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f0bf7f61b8405224bc52fc9a3ccd167a68126e00, < f7ff3027ef004a331ef911a4886f12bc2e996037; >= f0bf7f61b8405224bc52fc9a3ccd167a68126e00, < eaca730c6f5e3609df62a0469fb789235a93d276; >= f0bf7f61b8405224bc52fc9a3ccd167a68126e00, < 57e5d877f898d5e5c9d672a77bb6bdd24f0d9bf5 |
| Linux | Linux | 2.6.31 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89441?
How severe is CVE-2026-89441?
How do I fix CVE-2026-89441?
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-89436In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89437In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89438In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89439In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8944The Plugin for Google Analytics by IO technologies plugin fo…4.3
- CVE-2026-89440In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89442In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89443In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89444In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89445In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89446In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89447In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89441?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
