We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac454d2 commit 2b6c38bCopy full SHA for 2b6c38b
README.md
@@ -71,3 +71,13 @@ Customer;Month;Volume
71
Netflix;January;200,000
72
Palo Alto;January;200,000
73
```
74
+
75
+### XSS
76
77
+A reflected XSS vulnerability exists in the application and can be triggered using the _hidden_ `/debug` endpoint as follows:
78
79
+```
80
+http://localhost:8080/debug?customerId=1&clientId=1&firstName=a&lastName=b&dateOfBirth=123&ssn=123&socialSecurityNum=1&tin=123&phoneNumber=5432<scriscriptpt>alert(1)</sscriptcript>
81
82
83
+It raises and alert dialogue and returns the Customer object data.
0 commit comments