Answer in brief
CVE-2026-56860 records a Unknown severity vulnerability in Avoid quadratic complexity in resolvePath in net/url. The current sources do not mark it as known exploited. The current feed maps Go standard library/net/url (generic), stdlib (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Go standard library/net/url (generic), stdlib (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Go standard library/net/urlgeneric | >=0 <1.25.13 || >=1.26.0-0 <1.26.6 || >=1.27.0-0 <1.27.0-rc.3 | 1.25.13, 1.26.6, 1.27.0-rc.3 |
| stdlibgo | >=0 <1.25.13 >=1.26.0-0 <1.26.6 >=1.27.0-0 <1.27.0-rc.3 | 1.25.13, 1.26.6, 1.27.0-rc.3 |
Published upstream
Aug 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 13, 2026
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.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-56860 records a Unknown severity vulnerability in Avoid quadratic complexity in resolvePath in net/url. The current sources do not mark it as known exploited. The current feed maps Go standard library/net/url (generic), stdlib (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Go standard library/net/url (generic), stdlib (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Go standard library/net/urlgeneric | >=0 <1.25.13 || >=1.26.0-0 <1.26.6 || >=1.27.0-0 <1.27.0-rc.3 | 1.25.13, 1.26.6, 1.27.0-rc.3 |
| stdlibgo | >=0 <1.25.13 >=1.26.0-0 <1.26.6 >=1.27.0-0 <1.27.0-rc.3 | 1.25.13, 1.26.6, 1.27.0-rc.3 |
Published upstream
Aug 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 13, 2026
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.
Quoted source text, attributed separately from HOL analysis.