Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.8, < 6.9.6 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/5a5595ae8cc7cdaa1a10b56a26ddbe3429245c6cPatch
- https://git.kernel.org/stable/c/a23c14b062d8800a2192077d83273bbfe6c7552dPatch
- https://git.kernel.org/stable/c/5a5595ae8cc7cdaa1a10b56a26ddbe3429245c6cPatch
- https://git.kernel.org/stable/c/a23c14b062d8800a2192077d83273bbfe6c7552dPatch
FAQ
What is CVE-2024-40933?
CVE-2024-40933 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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 erro...
How severe is CVE-2024-40933?
CVE-2024-40933 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-40933?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.