In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
May 1, 2024
to the GitHub Advisory Database
•
Updated Jun 26, 2024
Description
Published by the National Vulnerability Database
May 1, 2024
Published to the GitHub Advisory Database
May 1, 2024
Last updated
Jun 26, 2024
In the Linux kernel, the following vulnerability has been resolved:
serial: max310x: fix NULL pointer dereference in I2C instantiation
When trying to instantiate a max14830 device from userspace:
we get the following error:
Add check for validity of devtype to prevent the error, and abort probe
with a meaningful error message.
References