CVE-2026-89441

Source
https://cve.org/CVERecord?id=CVE-2026-89441
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89441.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89441
Downstream
Published
2026-09-11T19:43:10Z
Modified
2026-09-13T03:47:18Z
Summary
mmc: via-sdmmc: cancel card-detect work on remove
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89441.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
f0bf7f61b8405224bc52fc9a3ccd167a68126e00
Fixed
f7ff3027ef004a331ef911a4886f12bc2e996037
Fixed
eaca730c6f5e3609df62a0469fb789235a93d276
Fixed
57e5d877f898d5e5c9d672a77bb6bdd24f0d9bf5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89441.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.31
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89441.json"