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

22 lines
1.3 KiB
Markdown

### [CVE-2024-39470](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-39470)
![](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=6.8%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=628adb842bd5e1c2c598534a7a022b8235289de6%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=8186fff7ab649085e2c60d032d9a20a85af1d87c%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Version&message=9c2ac5e0ea7899411fd900d4681890722a020735%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:eventfs: Fix a possible null pointer dereference in eventfs_find_events()In function eventfs_find_events,there is a potential null pointerthat may be caused by calling update_events_attr which will performsome operations on the members of the ei struct when ei is NULL.Hence,When ei->is_freed is set,return NULL directly.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/fkie-cad/nvd-json-data-feeds