OSV 1.4.0 · github-reviewed · 修改于 2023-09-13 05:05
发布时间
2018-11-10 01:45
GitHub 审查时间
2020-06-17 05:52
NVD 发布时间
—
源文件
advisories/github-reviewed/2018/11/GHSA-qw3g-35hc-fcrh/GHSA-qw3g-35hc-fcrh.json
Affected versions of restify are susceptible to a cross-site scripting vulnerability when using URL encoded script tags in a non-existent URL.
Request
https://localhost:3000/no5_such3_file7.pl?%22%3E%3Cscript%3Ealert(73541);%3C/script%3E
Will be included in response:
<script>alert(73541);</script>
Update to version 4.1.0 or later.