Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reflected_XSS @ allocations.js #12

Open
CMaheshBL opened this issue May 6, 2022 · 0 comments
Open

Reflected_XSS @ allocations.js #12

CMaheshBL opened this issue May 6, 2022 · 0 comments

Comments

@CMaheshBL
Copy link
Owner

CMaheshBL commented May 6, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant