cve/2024/CVE-2024-53165.md
2025-09-29 21:09:30 +02:00

20 lines
988 B
Markdown

### [CVE-2024-53165](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-53165)
![](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=2.6.30%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=2dcec7a988a1895540460a0bf5603bab63d5a3ed%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:sh: intc: Fix use-after-free bug in register_intc_controller()In the error handling for this function, d is freed without everremoving it from intc_list which would lead to a use after free.To fix this, let's only add it to the list after everything hassucceeded.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/w4zu/Debian_security