CVE-2026-90029
N/A
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
usb: storage: realtek_cr: fix use-after-free on disconnect
realtek_cr_destructor() calls timer_delete() before the chip containing the timer is freed. The timer callback may still be running and can rearm itself, resulting in a use-after-free.
Use timer_shutdown_sync() to wait for the callback and prevent further rearming. Do this unconditionally because ss_en may be changed after the timer is armed.
Move timer_setup() into init_realtek_cr() so the timer is initialized before any failure path can invoke the destructor.
Found by static analysis.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | e931830bb877e2aad9a1be83506f9bdb26c91e4e < 7c4e2f964c65dea4ea22386799d5fb10ef1e3e54 | affected |
| Linux | Linux | e931830bb877e2aad9a1be83506f9bdb26c91e4e < cae9dbba6adae21a04a3bd045e07b489847ff2c6 | affected |
| Linux | Linux | e931830bb877e2aad9a1be83506f9bdb26c91e4e < 4ffee1aebb0c0ffcda9faffd17834ea9b00d42cc | affected |
| Linux | Linux | 3.1 | affected |
| Linux | Linux | 0 < 3.1 | unaffected |
| Linux | Linux | 6.18.51 <= 6.18.* | unaffected |
| Linux | Linux | 7.2.5 <= 7.2.* | unaffected |
| Linux | Linux | 7.3-rc2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/7c4e2f964c65dea4ea22386799d5fb10ef1e3e54
- https://git.kernel.org/stable/c/cae9dbba6adae21a04a3bd045e07b489847ff2c6
- https://git.kernel.org/stable/c/4ffee1aebb0c0ffcda9faffd17834ea9b00d42cc
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.