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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-08 06:15
Updated : 2024-11-27 20:14
NVD link : CVE-2024-50176
Mitre link : CVE-2024-50176
CVE.ORG link : CVE-2024-50176
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-755
Improper Handling of Exceptional Conditions