Executive Summary

Informations
Name CVE-2024-42129 First vendor Publication 2024-07-30
Vendor Cve Last vendor Modification 2024-12-02

Security-Database Scoring CVSS v3

Cvss vector : N/A
Overall CVSS Score NA
Base Score NA Environmental Score NA
impact SubScore NA Temporal Score NA
Exploitabality Sub Score NA
 
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector :
Cvss Base Score N/A Attack Range N/A
Cvss Impact Score N/A Attack Complexity N/A
Cvss Expoit Score N/A Authentication N/A
Calculate full CVSS 2.0 Vectors scores

Detail

In the Linux kernel, the following vulnerability has been resolved:

leds: mlxreg: 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.

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-42129

Sources (Detail)

https://git.kernel.org/stable/c/172ffd26a5af13e951d0e82df7cfc5a95b04fa80
https://git.kernel.org/stable/c/3b62888307ae44b68512d3f7735c26a4c8e45b51
https://git.kernel.org/stable/c/efc347b9efee1c2b081f5281d33be4559fa50a16
Source Url

Alert History

If you want to see full details history, please login or register.
0
1
2
3
Date Informations
2024-12-02 13:20:45
  • Multiple Updates
2024-11-25 09:23:18
  • Multiple Updates
2024-07-30 17:27:23
  • Multiple Updates
2024-07-30 13:27:27
  • First insertion