CVE-2026-72479
In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: handle I2C read error(s) in mma8452_read() Currently, If i2c_smbus_read_i2c_block_data() fails but mma8452_set_runtime_pm_state() succeeds, mma8452_read() returns 0.
Does this matter?
Not yet scored. NVD analysis is pending; check back once CVSS and EPSS values are published.
Description
In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: handle I2C read error(s) in mma8452_read() Currently, If i2c_smbus_read_i2c_block_data() fails but mma8452_set_runtime_pm_state() succeeds, mma8452_read() returns 0. As a result, the caller mma8452_read_raw() assumes the read was successful and proceeds to use a buffer containing uninitialized stack memory. Add proper checking of the I2C read return value and propagate errors to the caller.
- CVSS
- Not yet scored
- EPSS
- 0.21% probability · 11th percentile
- CISA KEV
- Not listed
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/1cddef80a180af74c33d2f26c962ce92b60fded4
- https://git.kernel.org/stable/c/5bdff291d20c31b365d9ddfe9c426fbfb41da5bb
- https://git.kernel.org/stable/c/b488055e81d9faaaf2f8aaff45f9944040ac4493
- https://git.kernel.org/stable/c/b4932fc325e84a3233413daf230b043818c8a824
- https://git.kernel.org/stable/c/eed69f8a10b82989ad732ace0fb43a9fb4e7fe35
- https://git.kernel.org/stable/c/f3d413e701c5e54bef736b638967724dda880365
- https://git.kernel.org/stable/c/f3d905ea1e4996d933074481e80d96ecd74a9904
- https://git.kernel.org/stable/c/f9ec3f3e9cf27dd06cd3725eeaa44e3ce46be893
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.