First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: driver: base: fix UAF when driver_attach failed When driver_attach(drv); failed, the driver_private will be freed. But it has been added to the bus, which caused a UAF. To fix it, we need to delete it from the bus when failed.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=3.9<5.4.198 | |
Linux Kernel | >=5.5<5.10.122 | |
Linux Kernel | >=5.11<5.15.47 | |
Linux Kernel | >=5.16<5.17.15 | |
Linux Kernel | >=5.18<5.18.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49385 has been rated as moderate in severity due to the potential for a use-after-free condition that can lead to memory corruption.
To fix CVE-2022-49385, update the Linux kernel to the latest version that addresses this vulnerability.
CVE-2022-49385 affects various versions of the Linux kernel from 3.9 up to 5.18.4, including certain versions between those ranges.
CVE-2022-49385 is caused by a use-after-free error occurring when a driver fails to attach properly, leading to potential memory safety issues.
There are no known workarounds for CVE-2022-49385; updating to a patched version of the Linux kernel is the recommended approach.