PT-2026-82172 · Linux · Linux Kernel
CVE-2026-80556
·
Published
2026-08-26
·
Updated
2026-08-29
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the
atmel-mci driver due to a race condition in the atmci remove() function. The &host->bh work variable is bound to the atmci work func() function and can be queued by atmci interrupt(), atmci timeout timer(), or atmci dma complete(). If the module is removed, the memory allocated for host may be released while the work is still pending or running, leading to a use-after-free scenario when atmci work func() attempts to access the host object.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel