CVE-2026-56860
ADVISORY - golangSummary
Previously, resolving relative paths containing parent directory ('..') segments performed string conversions and buffer rewrites on each step, resulting in quadratic time complexity and high memory allocation overhead.
Now, path resolution operates on a byte buffer using index-based backtracking for '..' segments, eliminating the quadratic time complexity and significantly reducing memory allocations.
Common Weakness Enumeration (CWE)
GoLang
CREATED
UPDATED
ADVISORY IDGO-2026-6218
EXPLOITABILITY SCORE
-
EXPLOITS FOUND
-
COMMON WEAKNESS ENUMERATION (CWE)-
| Package | Type | OS Name | OS Version | Affected Ranges | Fix Versions |
|---|---|---|---|---|---|
| stdlib | golang | - | - | <1.25.13 | 1.25.13 |
| stdlib | golang | - | - | >=1.26.0-0,<1.26.6 | 1.26.6 |
| stdlib | golang | - | - | >=1.27.0-0,<1.27.0-rc.3 | 1.27.0-rc.3 |
Severity and metrics
No CVSS data available from this advisory.