
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2022-49285 affects the Linux kernel's Industrial I/O (IIO) subsystem, specifically in the MMA8452 accelerometer driver. The vulnerability was discovered in the logic used to obtain mma8452_data, where incorrect device pointer handling could lead to NULL pointer dereference. The issue was disclosed and patched in February 2022 (Kernel Git).
The vulnerability stems from incorrect logic in the mma8452_show_scale_avail function within the MMA8452 accelerometer driver. The original code incorrectly used to_i2c_client(dev) to find the i2c_client, which was wrong as the dev pointer belonged to iio_dev. While this initially worked due to using dev->driver_data to get iio_dev, it became problematic after commit 8b7651f25962 ("iio: iio_device_alloc(): Remove unnecessary self drvdata"), leading to NULL pointer dereference when attempting to show available scales in userspace (Kernel Git).
When exploited, this vulnerability could cause a kernel crash through NULL pointer dereference when attempting to show available scales in userspace. This could lead to a denial of service condition on affected systems (Kernel Git).
The vulnerability requires local access to the system and interaction with the MMA8452 accelerometer driver through the sysfs interface. It is triggered when attempting to read the available scales information from the device (Kernel Git).
The issue has been fixed by correcting the logic to properly obtain the mma8452_data structure. The fix involves using dev_to_iio_dev() to get the correct device pointer. The patch has been merged into the Linux kernel mainline and stable trees (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."