Lucene search

K
osvGoogleOSV:CVE-2024-40933
HistoryJul 12, 2024 - 1:15 p.m.

CVE-2024-40933

2024-07-1213:15:15
Google
osv.dev
5
linux kernel
vulnerability
iio: temperature
mlx90635
err_ptr dereference
regmap_init_i2c

AI Score

9.1

Confidence

High

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.

AI Score

9.1

Confidence

High