CVE-2026-25766

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 path is unescaped and normalized with `path.Clean` (URL semantics). `path.Clean` does not treat `\` as a path separator, so `..\` sequences remain in the cleaned path. The resulting path is then passed to `currentFS.Open(...)`. When the filesystem is left at the default (nil), Echo uses `defaultFS` which calls `os.Open` (`echo.go:792`). On Windows, `os.Open` treats `\` as a path separator and resolves `..\`, allowing traversal outside the static root. Version 5.0.3 fixes the issue.
Configurations

Configuration 1 (hide)

AND
cpe:2.3:a:labstack:echo:*:*:*:*:*:go:*:*
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*

History

17 Jun 2026, 10:25

Type Values Removed Values Added
Summary
  • (es) Echo es un marco web de Go. En las versiones 5.0.0 a 5.0.2 en Windows, el `middleware.Static` de Echo que utiliza el sistema de archivos predeterminado permite recorrer rutas mediante barras invertidas, lo que permite la lectura de archivos remotos no autenticados fuera de la raíz estática. En `middleware/static.go`, la ruta solicitada no se escapa y se normaliza con `path.Clean` (semántica de URL). `path.Clean` no trata `\` como un separador de ruta, por lo que las secuencias `..\` permanecen en la ruta limpia. La ruta resultante se pasa entonces a `currentFS.Open(...)`. Cuando el sistema de archivos se deja en el valor predeterminado (nil), Echo utiliza `defaultFS`, que llama a `os.Open` (`echo.go:792`). En Windows, `os.Open` trata `\` como un separador de ruta y resuelve `..\`, lo que permite el recorrido fuera de la raíz estática. La versión 5.0.3 corrige el problema.

23 Feb 2026, 20:17

Type Values Removed Values Added
CPE cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
cpe:2.3:a:labstack:echo:*:*:*:*:*:go:*:*
First Time Labstack
Labstack echo
Microsoft
Microsoft windows
References () https://github.com/labstack/echo/commit/b1d443086ea27cf51345ec72a71e9b7e9d9ce5f1 - () https://github.com/labstack/echo/commit/b1d443086ea27cf51345ec72a71e9b7e9d9ce5f1 - Patch
References () https://github.com/labstack/echo/pull/2891 - () https://github.com/labstack/echo/pull/2891 - Issue Tracking, Patch
References () https://github.com/labstack/echo/security/advisories/GHSA-pgvm-wxw2-hrv9 - () https://github.com/labstack/echo/security/advisories/GHSA-pgvm-wxw2-hrv9 - Exploit, Vendor Advisory

19 Feb 2026, 16:27

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-19 16:27

Updated : 2026-06-17 10:25


NVD link : CVE-2026-25766

Mitre link : CVE-2026-25766

CVE.ORG link : CVE-2026-25766


JSON object : View

Products Affected

labstack

  • echo

microsoft

  • windows
CWE
CWE-22

Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')