CVE-2026-55677

Echo is a Go web framework. Prior to 4.15.3 and 5.2.0, Echo's router and static file handler disagree on URL path decoding. The router matches routes using the raw encoded path (preserving %2F as-is), while StaticDirectoryHandler unescapes %2F to / before resolving filesystem paths. This allows an attacker to bypass route-level access controls and read static files without authorization. This vulnerability is fixed in 4.15.3 and 5.2.0.
Configurations

No configuration.

History

26 Jun 2026, 18:17

Type Values Removed Values Added
References () https://github.com/labstack/echo/security/advisories/GHSA-vfp3-v2gw-7wfq - () https://github.com/labstack/echo/security/advisories/GHSA-vfp3-v2gw-7wfq -

26 Jun 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-26 17:16

Updated : 2026-06-26 20:20


NVD link : CVE-2026-55677

Mitre link : CVE-2026-55677

CVE.ORG link : CVE-2026-55677


JSON object : View

Products Affected

No product.

CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')