First published: Fri Nov 08 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: remoteproc: k3-r5: Fix error handling when power-up failed By simply bailing out, the driver was violating its rule and internal assumptions that either both or no rproc should be initialized. E.g., this could cause the first core to be available but not the second one, leading to crashes on its shutdown later on while trying to dereference that second instance.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.1.95<6.1.113 | |
Linux Kernel | >=6.6.35<6.6.55 | |
Linux Kernel | >=6.9.6<6.10 | |
Linux Kernel | >=6.10<6.10.14 | |
Linux Kernel | >=6.11<6.11.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-50176 is categorized as moderate due to its potential impact on the stability of the Linux kernel.
To fix CVE-2024-50176, update the Linux kernel to a version that includes the patch, specifically versions after 6.1.113, 6.6.55, 6.10, or 6.11.
CVE-2024-50176 affects Linux kernel versions between 6.1.95 to 6.1.113, 6.6.35 to 6.6.55, 6.9.6 to 6.10, and 6.10 to 6.10.14.
CVE-2024-50176 is a kernel vulnerability related to error handling in the remote processor subsystem.
CVE-2024-50176 does not require elevated privileges to exploit, but its effects may depend on the specific system configuration.