CVE-2016-5649
published 2018-07-24CVE-2016-5649: A vulnerability is in the 'BSW_cxttongr.htm' page of the Netgear DGN2200, version DGN2200-V1.0.0.50_7.0.50, and DGND3700, version DGND3700-V1.0.0.17_1.0.17…
PriorityP276critical9.8CVSS 3.0
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
27.21%
97.8th percentile
A vulnerability is in the 'BSW_cxttongr.htm' page of the Netgear DGN2200, version DGN2200-V1.0.0.50_7.0.50, and DGND3700, version DGND3700-V1.0.0.17_1.0.17, which can allow a remote attacker to access this page without any authentication. When processed, it exposes the admin password in clear text before it gets redirected to absw_vfysucc.cgia. An attacker can use this password to gain administrator access to the targeted router's web interface.
Affected
4 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| netgear | dgn2200 | — | — |
| netgear | dgn2200_firmware | — | — |
| netgear | dgnd3700 | — | — |
| netgear | dgnd3700_firmware | — | — |
Detection & IOCsextracted from sources · hover to see the quote
yara
regex: 'Success "([a-z]+)"'
- →Unauthenticated GET request to /BSW_cxttongr.htm returns HTTP 200 with the string 'Smart Wizard Result ' in the body, indicating the admin password is exposed in cleartext. ↗
- →The admin password appears in the response body matching the regex pattern 'Success "([a-z]+)"' — extract group 1 to recover the cleartext credential.
- →After serving the password in cleartext, the page redirects to /absw_vfysucc.cgia — monitor for unauthenticated requests to /BSW_cxttongr.htm that are followed by access to /absw_vfysucc.cgia. ↗
- →The PoC exploit uses a Googlebot User-Agent string to disguise the credential-harvesting request; alert on Googlebot UA strings targeting router management paths. ↗
- ·Vulnerability affects DGN2200 firmware version 1.0.0.50_7.0.50 and DGND3700 firmware version 1.0.0.17_1.0.17 specifically; patched versions are DGN2200 1.0.0.52 and DGND3700 1.0.0.28. ↗
- ·Shodan queries at time of PoC publication identified approximately 2,325 DGN2200 and 555 DGND3700 devices potentially exposed on the public internet. ↗
CVSS provenance
nvdv3.09.8CRITICALCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Exploit-DB
Netgear DGN2200 / DGND3700 - Admin Password Disclosure
exploitdb·2019-04-30·CVSS 9.8
CVE-2016-5649 [CRITICAL] Netgear DGN2200 / DGND3700 - Admin Password Disclosure
Netgear DGN2200 / DGND3700 - Admin Password Disclosure
---
#/bin/bash
# PoC based on CVE-2016-5649 created by Social Engineering Neo.
#
# Long Method: https://www.youtube.com/watch?v=f3awG0XPKAs
#
# https://www.shodan.io/search?query=DGN2200 = 2,325 possible vulnerable devices.
# https://www.shodan.io/search?query=DGND3700 = 555 possible vulnerable devices.
#
# A vulnerability exists within the page 'BSW_cxttongr.htm' which can allow a remote attacker to access this page without any authentication.
# When the request is processed, it exposes the administrator password in clear text before getting redirected to 'absw_vfysucc.cgia'.
# An attacker can use this password to gain administrator access of the targeted routers web interface.
#
# Netgear has released firmware version 1.0.0.52 for
Nuclei
NETGEAR DGN2200 / DGND3700 - Admin Password Disclosure
nuclei·CVSS 9.8
CVE-2016-5649 [CRITICAL] NETGEAR DGN2200 / DGND3700 - Admin Password Disclosure
NETGEAR DGN2200 / DGND3700 - Admin Password Disclosure
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.
Template:
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.
impact: |
An attacker
No writeups or analysis indexed.
http://packetstormsecurity.com/files/152675/Netgear-DGN2200-DGND3700-Admin-Password-Disclosure.htmlhttps://packetstormsecurity.com/files/140342/Netgear-DGN2200-DGND3700-WNDR4500-Information-Disclosure.htmlhttp://packetstormsecurity.com/files/152675/Netgear-DGN2200-DGND3700-Admin-Password-Disclosure.htmlhttps://packetstormsecurity.com/files/140342/Netgear-DGN2200-DGND3700-WNDR4500-Information-Disclosure.html
2018-07-24
Published