Bug 2297517 (CVE-2024-40933) - CVE-2024-40933 kernel: iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe()
Summary: CVE-2024-40933 kernel: iio: temperature: mlx90635: Fix ERR_PTR dereference in...
Keywords:
Status: NEW
Alias: CVE-2024-40933
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-07-12 13:35 UTC by OSIDB Bzimport
Modified: 2024-07-26 05:29 UTC (History)
4 users (show)

Fixed In Version: kernel 6.9.6, kernel 6.10-rc4
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-07-12 13:35:13 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.