Open Redirect Affecting github.com/labstack/echo/v4/middleware Open this link in a new tab package, versions <4.2.0
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-GITHUBCOMLABSTACKECHOV4MIDDLEWARE-1083954
-
published
26 Feb 2021
-
disclosed
12 Feb 2021
-
credit
Martti T
Introduced: 12 Feb 2021
CWE-601 Open this link in a new tabHow to fix?
Upgrade github.com/labstack/echo/v4/middleware
to version 4.2.0 or higher.
Overview
github.com/labstack/echo/v4/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/).