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 applicationsUpgrade github.com/labstack/echo/v4/middleware
to version 4.2.0 or higher.
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/).