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

18 lines
825 B
Markdown

### [CVE-2024-8244](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-8244)
![](https://img.shields.io/static/v1?label=Product&message=path%2Ffilepath&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-367%3A%20Time-of-check%20Time-of-use%20(TOCTOU)%20Race%20Condition&color=brightgreen)
### Description
The filepath.Walk and filepath.WalkDir functions are documented as not following symbolic links, but both functions are susceptible to a TOCTOU (time of check/time of use) race condition where a portion of the path being walked is replaced with a symbolic link while the walk is in progress.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/fkie-cad/nvd-json-data-feeds