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 Stored_XSS @ WebSite/BlogCreate.aspx.cs [master] #2

Open
kmcdon83 opened this issue Sep 14, 2018 · 1 comment
Open

CX Stored_XSS @ WebSite/BlogCreate.aspx.cs [master] #2

kmcdon83 opened this issue Sep 14, 2018 · 1 comment

Comments

@kmcdon83
Copy link

Stored_XSS issue exists @ WebSite/BlogCreate.aspx.cs in branch master

Method btnSubmit_Click at line 15 of WebSite\BlogCreate.aspx.cs gets data from the database, for the ExecuteReader element. This element’s value then flows through the code without being properly filtered or encoded and is eventually displayed to the user in method btnSubmit_Click at line 15 of WebSite\BlogCreate.aspx.cs. This may enable a Stored Cross-Site-Scripting attack.

Severity: High
CWE:79
Vulnerability details and guidance
Lines: 28


Code (Line #28):

                var dataReader = insertCommand.ExecuteReader();

@kmcdon83
Copy link
Author

Issue still exists.

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