In the Linux kernel, the following vulnerability has been resolved:
media: pci: cx23885: check cx23885_vdev_init() return
cx23885_vdev_init() can return a NULL pointer, but that pointer
is used in the next line without a check.
Add a NULL pointer check and go to the error unwind if it is NULL.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-10-22 08:15
Updated : 2024-10-24 03:55
NVD link : CVE-2023-52918
Mitre link : CVE-2023-52918
CVE.ORG link : CVE-2023-52918
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference