In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Dec 29, 2024
to the GitHub Advisory Database
•
Updated Jan 8, 2025
Description
Published by the National Vulnerability Database
Dec 29, 2024
Published to the GitHub Advisory Database
Dec 29, 2024
Last updated
Jan 8, 2025
In the Linux kernel, the following vulnerability has been resolved:
drm/panel: himax-hx83102: Add a check to prevent NULL pointer dereference
drm_mode_duplicate() could return NULL due to lack of memory,
which will then call NULL pointer dereference. Add a check to
prevent it.
References