In the Linux kernel, the following vulnerability has been resolved:
moxart: fix potential use-after-free on remove path
It was reported that the mmc host structure could be accessed after it
was freed in moxart_remove(), so fix this by saving the base register of
the device and using it instead of the pointer dereference.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-26 16:27
Updated : 2024-04-17 19:28
NVD link : CVE-2022-48626
Mitre link : CVE-2022-48626
CVE.ORG link : CVE-2022-48626
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free