First published: Mon Oct 21 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: Input: adp5589-keys - fix NULL pointer dereference We register a devm action to call adp5589_clear_config() and then pass the i2c client as argument so that we can call i2c_get_clientdata() in order to get our device object. However, i2c_set_clientdata() is only being set at the end of the probe function which means that we'll get a NULL pointer dereference in case the probe function fails early.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=5.11<5.15.168 | |
Linux Kernel | >=5.16<6.1.113 | |
Linux Kernel | >=6.2<6.6.55 | |
Linux Kernel | >=6.7<6.10.14 | |
Linux Kernel | >=6.11<6.11.3 | |
Linux Kernel | =6.12-rc1 | |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 | |
debian/linux-6.1 | 6.1.119-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-49871 has a moderate severity due to the potential for a NULL pointer dereference in the Linux kernel.
To mitigate CVE-2024-49871, upgrade to the patched versions of Linux kernel specified as 5.10.223-1, 5.10.226-1, 6.1.119-1, or later.
CVE-2024-49871 affects Linux kernel versions from 5.11 to 5.15.168, 5.16 to 6.1.113, 6.2 to 6.6.55, 6.7 to 6.10.14, and specific 6.11 versions.
The impact of CVE-2024-49871 may allow vulnerable systems to experience crashes or unexpected behavior due to a NULL pointer dereference.
Currently, the best practice is to apply the available patches, as there are no documented workarounds for CVE-2024-49871.