In the Linux kernel, the following vulnerability has been resolved:
nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_done
The done() netlink callback nfc_genl_dump_ses_done() should check if
received argument is non-NULL, because its allocation could fail earlier
in dumpit() (nfc_genl_dump_ses()).
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-05-24 15:15
Updated : 2024-06-10 18:43
NVD link : CVE-2021-47518
Mitre link : CVE-2021-47518
CVE.ORG link : CVE-2021-47518
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference