Bug 2493622 (CVE-2026-55677) - CVE-2026-55677 github.com/labstack/echo: Echo: Unauthorized Information Disclosure via URL Path Decoding Discrepancy
Summary: CVE-2026-55677 github.com/labstack/echo: Echo: Unauthorized Information Discl...
Keywords:
Status: NEW
Alias: CVE-2026-55677
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2506241 2506242 2506243 2506261 2506262 2506263 2506264 2506265
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-26 17:02 UTC by OSIDB Bzimport
Modified: 2026-07-23 00:26 UTC (History)
33 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-26 17:02:08 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.