CVE-2024-43830
Last modified
CVE-2024-43830 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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().. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.19, < 4.19.320 |
| Linux | Linux Kernel | >= 4.20, < 5.4.282 |
| Linux | Linux Kernel | >= 5.5, < 5.10.224 |
| Linux | Linux Kernel | >= 5.11, < 5.15.165 |
| Linux | Linux Kernel | >= 5.16, < 6.1.103 |
| Linux | Linux Kernel | >= 6.2, < 6.6.44 |
| Linux | Linux Kernel | >= 6.7, < 6.10.3 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-43830?
How severe is CVE-2024-43830?
How do I fix CVE-2024-43830?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-43825In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-43826In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43827In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43828In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43829In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4383The Simple Membership plugin for WordPress is vulnerable to …5.4
- CVE-2024-43831In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43832In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43833In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43834In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43835In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-43836In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-43830?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
