AkiraHojo / cxce-easybuggy

Apache License 2.0
0 stars 0 forks source link

CX Reflected_XSS_All_Clients @ src/main/java/org/t246osslab/easybuggy/troubles/IntegerOverflowServlet.java [master] #14

Open AkiraHojo opened 4 years ago

AkiraHojo commented 4 years ago

Reflected_XSS_All_Clients issue exists @ src/main/java/org/t246osslab/easybuggy/troubles/IntegerOverflowServlet.java in branch master

Method service at line 20 of src\main\java\org\t246osslab\easybuggy\troubles\IntegerOverflowServlet.java gets user input for the ""times"" 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 responseToClient at line 31 of src\main\java\org\t246osslab\easybuggy\core\servlets\AbstractServlet.java. This may enable a Cross-Site-Scripting attack.

Severity: High

CWE:79

Checkmarx

Lines: 24


Code (Line #24):

        String strTimes = req.getParameter("times");

AkiraHojo commented 4 years ago

Issue still exists.

SUMMARY

Issue has total 1 vulnerabilities left to be fix (Please scroll to the top for more information)

AkiraHojo commented 4 years ago

Issue still exists.

SUMMARY

Issue has total 1 vulnerabilities left to be fix (Please scroll to the top for more information)