CVE-2026-72479

UnknownEPSS 0.21%

Last modified

CVE-2026-72479 is a vulnerability of currently unknown severity. 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.. EPSS estimates a 0.21% chance of exploitation in the next 30 days.

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.

Metrics

EPSS Probability
0.21%

11.6th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 96c0cb2bbfe0a58bd0c37cf34d50a20f9cd75aa8, < b488055e81d9faaaf2f8aaff45f9944040ac4493; >= 96c0cb2bbfe0a58bd0c37cf34d50a20f9cd75aa8, < f9ec3f3e9cf27dd06cd3725eeaa44e3ce46be893; >= 96c0cb2bbfe0a58bd0c37cf34d50a20f9cd75aa8, < b4932fc325e84a3233413daf230b043818c8a824; >= 96c0cb2bbfe0a58bd0c37cf34d50a20f9cd75aa8, < eed69f8a10b82989ad732ace0fb43a9fb4e7fe35; >= 96c0cb2bbfe0a58bd0c37cf34d50a20f9cd75aa8, < f3d905ea1e4996d933074481e80d96ecd74a9904; >= 96c0cb2bbfe0a58bd0c37cf34d50a20f9cd75aa8, < 1cddef80a180af74c33d2f26c962ce92b60fded4; >= 96c0cb2bbfe0a58bd0c37cf34d50a20f9cd75aa8, < f3d413e701c5e54bef736b638967724dda880365; >= 96c0cb2bbfe0a58bd0c37cf34d50a20f9cd75aa8, < 5bdff291d20c31b365d9ddfe9c426fbfb41da5bb
LinuxLinux4.7

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is 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. 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.
How severe is CVE-2026-72479?
Severity scoring for CVE-2026-72479 is pending analysis. The EPSS model estimates a 0.21% probability of exploitation in the next 30 days.
How do I fix CVE-2026-72479?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-72479?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST