CVE-2026-89440
Reported by Linux · Published September 11, 2026
In the Linux kernel, the following vulnerability has been resolved: mmc: via-sdmmc: stop card-detect handling on probe failure request_irq() registers the SD card-detect interrupt and the probe enables it before mmc_add_host() runs. If mmc_add_host() fails, the error path only unmaps the registers and returns: the interrupt stays registered, so the handler keeps running against the host once it is freed. via_sdc_isr() dereferences sdhost and its MMIO base and schedules carddet_work, which via_sdc_card_detect() also runs against freed memory through its container_of() dereference. Add a probe-error path that disables and frees the interrupt and cancels carddet_work before unmapping. carddet_work can re-enable the device interrupt via via_reset_pcictrl(), which restores PCIINTCTRL, so mask it again after cancelling the work. This issue was found by an in-house static analysis tool and confirmed by manual code review.
EPSS 0.16% · 6.1th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 63400da6cd37a9793c19bb6aed7131b58b975a04, 0959cc1685eb19774300d43ef25e318b457b156b, ba91b413983a9235792523c6b9f7ba2586c4d75d |
| Linux | Linux | 6.2, 0, 5.10.270 |
| linux | linux_kernel | 6.2, 6.2, 6.2 |
| Linux | Linux | e4e46fb61e3bb4628170810d3f2b996b709b90d9, e4e46fb61e3bb4628170810d3f2b996b709b90d9, e4e46fb61e3bb4628170810d3f2b996b709b90d9 |
Timeline
- Sep 11, 2026 CVE Published
- Sep 12, 2026 EPSS Score
- Sep 12, 2026 Coalition ESS Score
- Sep 13, 2026 EPSS Score
- Sep 14, 2026 CVE Updated
- Sep 15, 2026 EPSS Score
- Sep 19, 2026 EPSS Score