dbslayer / cxce-easybuggy

Original source https://github.com/cx-jason/cxce-easybuggy
Apache License 2.0
0 stars 0 forks source link

CX Reflected_XSS_All_Clients @ src/main/webapp/dfi/includable.jsp [master] #9

Open dbslayer opened 4 years ago

dbslayer commented 4 years ago

Reflected_XSS_All_Clients issue exists @ src/main/webapp/dfi/includable.jsp in branch master

Method url="<%=request.getParameter at line 15 of src\main\webapp\dfi\includable.jsp gets user input for the ""template"" 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 url="<%=request.getParameter at line 15 of src\main\webapp\dfi\includable.jsp. This may enable a Cross-Site-Scripting attack.

Severity: High

CWE:79

Checkmarx

Lines: 15


Code (Line #15):

        <c:import url="<%=request.getParameter(\"template\")%>" />

dbslayer 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)