Bug 2515820 (CVE-2026-56860) - CVE-2026-56860 net/url: golang: golang net/url: Denial of Service from quadratic complexity in path resolution
Summary: CVE-2026-56860 net/url: golang: golang net/url: Denial of Service from quadra...
Keywords:
Status: NEW
Alias: CVE-2026-56860
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-13 22:20 UTC by OSIDB Bzimport
Modified: 2026-08-18 03:46 UTC (History)
135 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-13 22:20:45 UTC
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.


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