URL Redirection to Untrusted Site ('Open Redirect') in fastify-static
Moderate severity
GitHub Reviewed
Published
Oct 5, 2021
in
fastify/fastify-static
•
Updated Feb 1, 2023
Description
Reviewed
Oct 5, 2021
Published to the GitHub Advisory Database
Oct 5, 2021
Published by the National Vulnerability Database
Oct 14, 2021
Last updated
Feb 1, 2023
Impact
A redirect vulnerability in the
fastify-static
module allows remote attackers to redirect Mozilla Firefox users to arbitrary websites via a double slash//
followed by a domain:http://localhost:3000//google.com/%2e%2e
.The issue shows up on all the
fastify-static
applications that setredirect: true
option. By default, it isfalse
.Patches
The issue has been patched in
[email protected]
Workarounds
If updating is not an option, you can sanitize the input URLs using the
rewriteUrl
server option.References
For more information
If you have any questions or comments about this advisory:
References