VYPR

Echo

by Labstack

Source repositories

CVEs (1)

  • CVE-2026-55677Jun 27, 2026
    risk 0.00cvss epss

    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…