Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-56860— Avoid quadratic complexity in resolvePath in net/url

AI Predicted 5.3 Difficulty: Trivial EPSS 0.18% · P8

Possible ATT&CK Techniques 1AI

T1496 · Resource Hijacking

Affected Version Matrix 3

VendorProductVersion RangeStatus
Go standard librarynet/url< 1.25.13affected
1.26.0-0< 1.26.6affected
1.27.0-0< 1.27.0-rc.3affected
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-56860

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Avoid quadratic complexity in resolvePath in net/url
Source: CVE Program / CVE List V5
Vulnerability Description
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.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5

Affected Products

VendorProductAffected VersionsCPESubscribe
Go standard librarynet/url 0 ~ 1.25.13 -

II. Public POCs for CVE-2026-56860

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-56860

登录查看更多情报信息。

Vendor Advisories for CVE-2026-56860 (3)

Same Patch Batch · Go standard library · 2026-08-13 · 6 CVEs total

CVE-2026-56862Limit handshake messages we are willing to accept post-handshake in crypto/tls
CVE-2026-56859Add recursion depth guard during decode in encoding/xml
CVE-2026-56858Fix Javascript regexp context tracking in html/template
CVE-2026-56853Apply ReadHeaderTimeout when doing unencrypted HTTP/2 check in net/http
CVE-2026-33818Enforce maximum recursion depth in encoding/asn1

IV. Related Vulnerabilities

V. Comments for CVE-2026-56860

No comments yet


Leave a comment