CVE-2026-55677
Last modified
CVE-2026-55677 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55677?
How severe is CVE-2026-55677?
How do I fix CVE-2026-55677?
Are you affected by CVE-2026-55677?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
