In the Linux kernel, the following vulnerability has been resolved:
serial: liteuart: Fix NULL pointer dereference in ->remove()
drvdata has to be set in _probe() - otherwise platform_get_drvdata()
causes null pointer dereference BUG in _remove().
References
Configurations
History
No history.
Information
Published : 2024-05-24 15:15
Updated : 2024-06-10 18:40
NVD link : CVE-2021-47526
Mitre link : CVE-2021-47526
CVE.ORG link : CVE-2021-47526
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference