First published: Sat Aug 17 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: leds: trigger: Unregister sysfs attributes before calling deactivate() Triggers which have trigger specific sysfs attributes typically store related data in trigger-data allocated by the activate() callback and freed by the deactivate() callback. Calling device_remove_groups() after calling deactivate() leaves a window where the sysfs attributes show/store functions could be called after deactivation and then operate on the just freed trigger-data. Move the device_remove_groups() call to before deactivate() to close this race window. This also makes the deactivation path properly do things in reverse order of the activation path which calls the activate() callback before calling device_add_groups().
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.11-1 6.12.12-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-43830 is considered a vulnerability in the Linux kernel related to improper handling of sysfs attributes.
To fix CVE-2024-43830, update to the patched versions of the Linux kernel as specified in the advisory.
CVE-2024-43830 affects Linux kernel versions up to 5.10.223-1 and specific 6.1 versions prior to their patched releases.
CVE-2024-43830 may lead to potential exploitation due to improper attribute deactivation in Linux kernel triggers.
CVE-2024-43830 primarily affects Debian-based distributions that utilize the specified Linux kernel versions.