HTTP_Response_Splitting issue exists @ EditorialsRecord_jsp.java in branch master
Method checkSecurity at line 400 of EditorialsRecord_jsp.java gets user input from the getQueryString element. This element’s value then flows through the code without being properly sanitized or validated, and is eventually used in an HTTP response header in checkSecurity at line 400 of EditorialsRecord_jsp.java. This may enable an HTTP Response Splitting attack, in certain older versions that do not mitigate this attack.
HTTP_Response_Splitting issue exists @ EditorialsRecord_jsp.java in branch master
Method checkSecurity at line 400 of EditorialsRecord_jsp.java gets user input from the getQueryString element. This element’s value then flows through the code without being properly sanitized or validated, and is eventually used in an HTTP response header in checkSecurity at line 400 of EditorialsRecord_jsp.java. This may enable an HTTP Response Splitting attack, in certain older versions that do not mitigate this attack.
Severity: Medium
CWE:113
Checkmarx
Training Recommended Fix
Lines: 400
Code (Line #400):