First published: Fri Feb 23 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed Returning an error code from .remove() makes the driver core emit the little helpful error message: remove callback returned a non-zero value. This will be ignored. and then remove the device anyhow. So all resources that were not freed are leaked in this case. Skipping serial8250_unregister_port() has the potential to keep enough of the UART around to trigger a use-after-free. So replace the error return (and with it the little helpful error message) by a more useful error message and continue to cleanup.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.4.225<5.4.268 | |
Linux Kernel | >=5.10.156<5.10.209 | |
Linux Kernel | >=5.15.80<5.15.148 | |
Linux Kernel | >=6.0.10<6.1.75 | |
Linux Kernel | >=6.2<6.6.14 | |
Linux Kernel | >=6.7<6.7.2 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.10-1 6.12.11-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52457 has not been assigned a specific severity level, but it relates to resource management issues in the Linux kernel.
To fix CVE-2023-52457, you should update to the latest stable version of the Linux kernel that includes the relevant patches.
CVE-2023-52457 affects Linux kernel versions between 5.4.225 and 5.4.268, 5.10.156 and 5.10.209, 5.15.80 and 5.15.148, 6.0.10 and 6.1.75, 6.2 and 6.6.14, and 6.7 and 6.7.2.
CVE-2023-52457 is related to improper resource management in the serial driver for OMAP in the Linux kernel.
As of now, there is no publicly known exploit for CVE-2023-52457 that targets this specific vulnerability in the Linux kernel.