| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
⛔ Snyk checks have failed. 2 issues have been found so far.
⛔ security/snyk check is complete. 1 issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) ⛔ code/snyk check is complete. 1 issues have been found. (View Details) 💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Sorry, something went wrong.
|
|
||
| exports.vulnerable_xss_reflected = function (req, res) { | ||
| const userInput = req.query.name; | ||
| res.send(`<h1>Hello ${userInput}</h1>`); |
There was a problem hiding this comment.
Unsanitized input from an HTTP parameter flows into send, where it is used to render an HTML page returned to the user. This may result in a Cross-Site Scripting attack (XSS).
Step 1 - 5
Line 325 in 5e25e0c
Step 6 - 8
Line 326 in 5e25e0c
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.