In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Oct 22, 2024
to the GitHub Advisory Database
•
Updated Oct 24, 2024
Description
Published by the National Vulnerability Database
Oct 22, 2024
Published to the GitHub Advisory Database
Oct 22, 2024
Last updated
Oct 24, 2024
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