First published: Mon May 20 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: i2c: smbus: fix NULL function pointer dereference Baruch reported an OOPS when using the designware controller as target only. Target-only modes break the assumption of one transfer function always being available. Fix this by always checking the pointer in __i2c_transfer. [wsa: dropped the simplification in core-smbus to avoid theoretical regressions]
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.9-1 6.12.10-1 | |
Linux Kernel | >=3.19<4.19.313 | |
Linux Kernel | >=4.20<5.4.275 | |
Linux Kernel | >=5.5<5.10.216 | |
Linux Kernel | >=5.11<5.15.158 | |
Linux Kernel | >=5.16<6.1.90 | |
Linux Kernel | >=6.2<6.6.30 | |
Linux Kernel | >=6.7<6.8.9 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-35984 has been classified with a moderate severity due to the impact of a NULL function pointer dereference in the Linux kernel.
To fix CVE-2024-35984, you should upgrade to the patched versions of the Linux kernel specified in the vulnerability report.
CVE-2024-35984 affects various versions of the Linux kernel between 3.19 and 6.8.9 that do not contain the applied patches.
CVE-2024-35984 is a vulnerability that causes an OOPS error when using the designware controller in target-only mode due to a NULL function pointer dereference.
CVE-2024-35984 is typically not considered remotely exploitable as it requires local access to the affected system.