Kernel memory corruption via unsynchronized timer deletion
Published May 21, 2024 · Updated May 11, 2026
Use-after-free in the Linux iphase ATM driver allows local users to corrupt kernel memory by unloading the module during timer execution. The ia_module_exit() removal path calls del_timer(), which does not wait for the timer handler to finish before the driver's remove function returns. Triggering requires module removal while the timer handler is active; the dangling handler can access freed kernel memory and crash the system.
Summary
What happened
Use-after-free in the Linux iphase ATM driver allows local users to corrupt kernel memory by unloading the module during timer execution. The ia_module_exit() removal path calls del_timer(), which does not wait for the timer handler to finish before the driver's remove function returns. Triggering requires module removal while the timer handler is active; the dangling handler can access freed kernel memory and crash the system.
The record
- CVE
- CVE-2021-47357
- Published
- May 21, 2024
- Updated
- May 11, 2026
- Vendor
- The Linux Kernel Organization
- Product
- Linux
- Classifications
- CWE-416, T1068
- Attack vector
- local
- Privileges
- Unavailable
Timeline
How it unfolded
- May 21, 2024CVE publishedPublication date reported by the CVE source.
- May 11, 2026Record updatedLatest update available in the CVE record.
Exploitability
Present is not the same as exploitable
Compare your product and version with the public record. A matching version still requires validation against your environment.
Is a vulnerable build present?
Compare these published version ranges with your installed build and any vendor patches.
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <1c72e6ab66b9598cac741ed397438a52065a8f1f
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <89ce0b0747f319eb70f85bc820dcc43cebbd5417
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <9e161687855175334ca93c6c3ccb221731194479
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <a832ee2f2145f57443b2d565f8cb5490e8339f42
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <b58d246a058ae88484758cd4ab27b3180fd5ecf8
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <bcdd2be48edd8c6867fb44112cb8d18086beae29
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <c9172498d4d62c9b64e5fb37c1ee0343e65fe51b
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <d1fb12412874c94ad037e11d0ecdd1140a439297
- Affected versionversion=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <e759ff76ebbbfcdcf83b6634c54dc47828573d8b
- Affected versionversion=2.6.12
What conditions does exploitation require?
What is affected?
Published CVSS scores
CVSS describes severity. EPSS estimates exploitation probability.
Attacks
What attackers are doing with it
Daily unique IPs observed by Shadowserver honeypots for known exploited vulnerabilities (KEVs). Missing observations do not establish an absence of attacks.
Public exploit references
No public exploit references are available in this record.
Labels summarize the accepted research assessment. They do not indicate a test against your environment.
Technologies
Your stack
See the directory against your own environment.
Your stack
Check the software in your environment
Book a demo to see how Hinoki identifies affected software and validates exploitability in your environment.
Book a demo