Open Redirect Affecting github.com/labstack/echo/middleware package, versions <4.2.0


0.0
medium

Snyk CVSS

    Attack Complexity Low
    User Interaction Required

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-GOLANG-GITHUBCOMLABSTACKECHOMIDDLEWARE-1072475
  • published 26 Feb 2021
  • disclosed 12 Feb 2021
  • credit Martti T

Introduced: 12 Feb 2021

CVE NOT AVAILABLE CWE-601 Open this link in a new tab

How to fix?

Upgrade github.com/labstack/echo/middleware to version 4.2.0 or higher.

Overview

github.com/labstack/echo/middleware is a middleware package for echo.

Affected versions of this package are vulnerable to Open Redirect. When using middleware.AddTrailingSlashWithConfig (resp middleware.RemoveTrailingSlashWithConfig) with a RedirectCode configured, it is possible to create open redirects with addresses like this one: http://my_echo_app.com/%5Cevil_website_com (resp http://my_echo_app.com/%5Cevil_website_com/).