CVE-2024-42128
Last modified
CVE-2024-42128 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: leds: an30259a: Use devm_mutex_init() for mutex initialization In this driver LEDs are registered using devm_led_classdev_register() so they are automatically unregistered after module's remove() is done. led_classdev_unregister() calls module's led_set_brightness() to turn off the LEDs and that callback uses mutex which was destroyed already in module's remove() so use devm API instead.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: leds: an30259a: Use devm_mutex_init() for mutex initialization In this driver LEDs are registered using devm_led_classdev_register() so they are automatically unregistered after module's remove() is done. led_classdev_unregister() calls module's led_set_brightness() to turn off the LEDs and that callback uses mutex which was destroyed already in module's remove() so use devm API instead.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 4.20, < 6.6.39 |
| Linux | Linux Kernel | >= 6.7, < 6.9.9 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-42128?
How severe is CVE-2024-42128?
How do I fix CVE-2024-42128?
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-42122In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42123In the Linux kernel, the following vulnerability has been re…4.4
- CVE-2024-42124In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42125In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42126In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42127In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-42129In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4213The Shopping Cart & eCommerce Store plugin for WordPress is …5.3
- CVE-2024-42130Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2024-42131In the Linux kernel, the following vulnerability has been re…4.4
- CVE-2024-42132In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-42133In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-42128?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
