cve/2024/CVE-2024-43830.md

20 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2025-09-29 21:09:30 +02:00
### [CVE-2024-43830](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-43830)
![](https://img.shields.io/static/v1?label=Product&message=Linux&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=4.19%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=a7e7a3156300a7e1982b03cc9cb8fb0c86434c49%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=blue)
### 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 storerelated data in trigger-data allocated by the activate() callback andfreed by the deactivate() callback.Calling device_remove_groups() after calling deactivate() leaves a windowwhere the sysfs attributes show/store functions could be called afterdeactivation and then operate on the just freed trigger-data.Move the device_remove_groups() call to before deactivate() to closethis race window.This also makes the deactivation path properly do things in reverse orderof the activation path which calls the activate() callback before callingdevice_add_groups().
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/fkie-cad/nvd-json-data-feeds