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.
References
Configurations
No configuration.
History
No history.
Information
Published : 2026-08-13 22:17
Updated : 2026-09-03 16:37
NVD link : CVE-2026-56860
Mitre link : CVE-2026-56860
CVE.ORG link : CVE-2026-56860
JSON object : View
Products Affected
No product.
CWE
CWE-407
Inefficient Algorithmic Complexity
