Bug 2386885 (CVE-2024-8244) - CVE-2024-8244 golang:path/filepath: Golang Walk/WalkDir symlink race
Summary: CVE-2024-8244 golang:path/filepath: Golang Walk/WalkDir symlink race
Keywords:
Status: NEW
Alias: CVE-2024-8244
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-08-06 16:01 UTC by OSIDB Bzimport
Modified: 2025-08-06 19:53 UTC (History)
171 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-08-06 16:01:19 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.