Unrated severityNVD Advisory· Published Jul 12, 2024· Updated May 4, 2025
iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe()
CVE-2024-40933
Description
In the Linux kernel, the following vulnerability has been resolved:
iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe()
When devm_regmap_init_i2c() fails, regmap_ee could be error pointer, instead of checking for IS_ERR(regmap_ee), regmap is checked which looks like a copy paste error.
Affected products
3Patches
Vulnerability mechanics
References
2News mentions
0No linked articles in our index yet.