wkeyuan/DWSurvey

There is a stored XSS vulnerability

N0boy-0 opened this issue · 1 comments

First request to add a questionnaire and enter the xss payload in the title of the questionnaire.

man1

The DWSurvey system does not filter user input when processing requests.

code1

xss payload is inserted into the database.

code2
code3

The payload is not triggered at the title, but the surveyName is directly set to innerHtml in the popover.

eval
front