fkie_cve-2024-8244
Vulnerability from fkie_nvd
Published
2025-08-06 16:15
Modified
2025-08-06 21:15
Severity ?
Summary
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.
References
Impacted products
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "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." }, { "lang": "es", "value": "Las funciones filepath.Walk y filepath.WalkDir est\u00e1n documentadas como que no siguen enlaces simb\u00f3licos, pero ambas funciones son susceptibles a una condici\u00f3n de ejecuci\u00f3n TOCTOU (tiempo de verificaci\u00f3n/tiempo de uso) donde una parte de la ruta que se est\u00e1 recorriendo se reemplaza con un enlace simb\u00f3lico mientras el recorrido est\u00e1 en progreso." } ], "id": "CVE-2024-8244", "lastModified": "2025-08-06T21:15:28.533", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 2.5, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }, "published": "2025-08-06T16:15:28.080", "references": [ { "source": "security@golang.org", "url": "https://go.dev/issue/70007" }, { "source": "security@golang.org", "url": "https://pkg.go.dev/vuln/GO-2025-9999" } ], "sourceIdentifier": "security@golang.org", "vulnStatus": "Awaiting Analysis" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…