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.
References
Configurations
No configuration.
History
No history.
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')
