CVE-2026-56860

Published: August 15, 2026Last modified: August 26, 2026

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.

Severity score breakdown

ParameterValue
Base score5.9
Attack VectorNETWORK
Attack complexityHIGH
Privileges requiredNONE
User interactionNONE
ScopeUNCHANGED
ConfidentialityNONE
Integrity impactNONE
Availability impactHIGH
VectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Status

ProductReleasePackageStatus
Alpaquita Linux23 LTSgoFixed (1.25.14-r0)
25 LTSgoFixed (1.25.14-r0)
StreamgoFixed (1.26.7-r0)
Hardened Containers23 LTSgoFixed (1.25.14-r0)
25 LTSgoFixed (1.25.14-r0)
StreamgoFixed (1.26.7-r0)

References

ON THIS PAGE