In the Linux kernel, the following vulnerability has been resolved:
soc: qcom: pdr: protect locator_addr with the main mutex
If the service locator server is restarted fast enough, the PDR can
rewrite locator_addr fields concurrently. Protect them by placing
modification of those fields under the main pdr->lock.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-08-17 10:15
Updated : 2024-10-24 16:02
NVD link : CVE-2024-43849
Mitre link : CVE-2024-43849
CVE.ORG link : CVE-2024-43849
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking