First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probe platform_get_resource() may fail and return NULL, so we should better check it's return value to avoid a NULL pointer dereference.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.14<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-49392 has a moderate severity level due to the potential for NULL pointer dereference.
To fix CVE-2022-49392, update your Linux kernel to a version that includes the necessary patch.
CVE-2022-49392 affects specific versions of the Linux kernel between 5.14 and 5.18.4, including 5.15.x and 5.17.x.
CVE-2022-49392 can lead to a system crash or instability if platform_get_resource() fails and is not properly handled.
CVE-2022-49392 was announced as part of a vulnerability disclosure in the Linux kernel's ongoing development updates.