NONE · 0

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_se...

Vulnerability 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.

References

FAQ

What is CVE-2026-72479?

CVE-2026-72479 is a documented vulnerability. 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_se...

How severe is CVE-2026-72479?

CVSS scoring is not yet available for CVE-2026-72479. Check NVD for updates.

Is there a patch for CVE-2026-72479?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.