Open Redirect in koa-remove-trailing-slashes
Moderate severity
GitHub Reviewed
Published
Feb 10, 2022
to the GitHub Advisory Database
•
Updated Sep 5, 2023
Description
Published by the National Vulnerability Database
May 17, 2021
Reviewed
May 19, 2021
Published to the GitHub Advisory Database
Feb 10, 2022
Last updated
Sep 5, 2023
The package koa-remove-trailing-slashes before 2.0.2 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint (such as
https://example.com//attacker.example/
). The vulnerable code is inindex.js::removeTrailingSlashes()
, as the web server uses relative URLs instead of absolute URLs.References