You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reflected_XSS issue exists @ allocations.js in branch master
The application's Lambda embeds untrusted data in the generated output with render, at line 25 of /app/routes/allocations.js. This untrusted data is embedded straight into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the output.
The attacker would be able to alter the returned web page by simply providing modified data in the user input params, which is read by the Lambda method at line 18 of /app/routes/allocations.js. This input then flows through the code straight to the output web page, without sanitization.
This can enable a Reflected Cross-Site Scripting (XSS) attack.
Reflected_XSS issue exists @ allocations.js in branch master
The application's Lambda embeds untrusted data in the generated output with render, at line 25 of /app/routes/allocations.js. This untrusted data is embedded straight into the output without proper sanitization or encoding, enabling an attacker to inject malicious code into the output.
The attacker would be able to alter the returned web page by simply providing modified data in the user input params, which is read by the Lambda method at line 18 of /app/routes/allocations.js. This input then flows through the code straight to the output web page, without sanitization.
This can enable a Reflected Cross-Site Scripting (XSS) attack.
Namespace: CMaheshBL
Repository: NodeGoat
Repository Url: https://github.com/CMaheshBL/NodeGoat
CxAST-Project: CMaheshBL/NodeGoat
CxAST platform scan: d7c1c0af-6b2d-455e-8753-a6b87dbf733d
Branch: master
Application: NodeGoat
Severity: HIGH
State: TO_VERIFY
Status: RECURRENT
CWE: 79
Lines: 18
References
Read more
The text was updated successfully, but these errors were encountered: