Cross-Site Scripting (XSS) in restify
Moderate severity
GitHub Reviewed
Published
Nov 9, 2018
to the GitHub Advisory Database
•
Updated Sep 12, 2023
Description
Published to the GitHub Advisory Database
Nov 9, 2018
Reviewed
Jun 16, 2020
Last updated
Sep 12, 2023
Affected versions of
restify
are susceptible to a cross-site scripting vulnerability when using URL encoded script tags in a non-existent URL.Proof of Concept:
Request
Will be included in response:
<script>alert(73541);</script>
Recommendation
Update to version 4.1.0 or later.
References