kmcdon83 / Riches

1 stars 32 forks source link

CX Reflected_XSS_All_Clients @ riches/login/login.jsp [master] #24

Open kmcdon83 opened 4 years ago

kmcdon83 commented 4 years ago

Reflected_XSS_All_Clients issue exists @ riches/login/login.jsp in branch master

Method color="red">${param.errorMsg}</font> at line 82 of riches\login\login.jsp gets user input for the ""errorMsg"" element. This element’s value then flows through the code without being properly sanitized or validated and is eventually displayed to the user in method color="red">${param.errorMsg}</font> at line 82 of riches\login\login.jsp. This may enable a Cross-Site-Scripting attack.

Severity: High

CWE:79

Vulnerability details and guidance

Internal Guidance

Checkmarx

Lines Marked Not Exploitable: 82


kmcdon83 commented 4 years ago

Issue still exists.

kmcdon83 commented 4 years ago

Issue still exists.

kmcdon83 commented 4 years ago

Issue still exists.