VYPR

Echo

by GitHub.com/labstack/echo/v4

Source repositories

CVEs (4)

  • CVE-2022-40083CriSep 28, 2022
    risk 0.56cvss 9.6epss 0.02

    Labstack Echo v4.8.0 was discovered to contain an open redirect vulnerability via the Static Handler component. This vulnerability can be leveraged by attackers to cause a Server-Side Request Forgery (SSRF).

  • CVE-2026-55677HigJun 26, 2026
    risk 0.42cvss 7.5epss 0.00

    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…

  • CVE-2020-36565MedDec 7, 2022
    risk 0.28cvss 5.3epss 0.01

    Due to improper sanitization of user input on Windows, the static file handler allows for directory traversal, allowing an attacker to read files outside of the target directory that the server has permission to read.

  • CVE-2026-25766MedFeb 19, 2026
    risk 0.27cvss 5.3epss 0.00

    Echo is a Go web framework. In versions 5.0.0 through 5.0.2 on Windows, Echo’s `middleware.Static` using the default filesystem allows path traversal via backslashes, enabling unauthenticated remote file read outside the static root. In `middleware/static.go`, the requested…