Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
express vulnerable to XSS via response.redirect()
Vulnerability Description
Express.js minimalist web framework for node. In express < 4.20.0, passing untrusted user input - even after sanitizing it - to response.redirect() may execute untrusted code. This issue is patched in express 4.20.0.
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
Vulnerability Title
Express.js 跨站脚本漏洞
Vulnerability Description
Express.js是expressjs开源的一个 Node.js 的快速、无限制、极简的 web 框架。 Express.js存在跨站脚本漏洞,该漏洞源于将不受信任的用户输入传递给response.redirect(),可能会执行不受信任的代码。
CVSS Information
N/A
Vulnerability Type
N/A