Vulnerability 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.
CVSS Score
LOW
References
FAQ
What is CVE-2024-8244?
CVE-2024-8244 is a vulnerability with a CVSS score of 3.7 (LOW). 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 porti...
How severe is CVE-2024-8244?
CVE-2024-8244 has been rated LOW with a CVSS base score of 3.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-8244?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.