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

CX Potentially_Vulnerable_To_Xsrf @ server.js [master] #6

Open
tsunez opened this issue Sep 2, 2020 · 1 comment
Open

CX Potentially_Vulnerable_To_Xsrf @ server.js [master] #6

tsunez opened this issue Sep 2, 2020 · 1 comment

Comments

@tsunez
Copy link
Collaborator

tsunez commented Sep 2, 2020

Potentially_Vulnerable_To_Xsrf issue exists @ server.js in branch master

Method express at line 12 of server.js gets a parameter from a user request from app. This parameter value flows through the code and is eventually used to access application state altering functionality. This may enable Cross-Site Request Forgery (XSRF).

Severity: Low

CWE:352

Vulnerability details and guidance

Checkmarx

Recommended Fix

Lines: 12


Code (Line #12):

var app = express()

@tsunez
Copy link
Collaborator Author

tsunez commented Sep 2, 2020

Issue still exists.

SUMMARY

Issue has 1 vulnerability/vulnerabilities left to be fixed (Please scroll to the top for more information)

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

No branches or pull requests

1 participant