[NEWS] Xitami Malformed Header Request DoS
From: SecuriTeam (support_at_securiteam.com)
Date: 11/26/03
- Previous message: SecuriTeam: "[TOOL] OSSIM - Open Source Security Information Management"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: list@securiteam.com Date: 26 Nov 2003 19:03:53 +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
- - - - - - - - -
Xitami Malformed Header Request DoS
------------------------------------------------------------------------
SUMMARY
<http://www.xitami.com/> Xitami web server has been found to contain a
vulnerability that allows remote attackers to cause a denial of service
against the product by sending the server a malformed header.
DETAILS
Vulnerable systems:
* Xitami version 2.5 and prior
Xitami has a logical error in the way it handles POST requests. A request
like this will make the server not respond to any other requests although
the server still listens to port 80:
POST /forum/index.php HTTP/1.1
Referer: Sentryunion
Accept-Encoding: None
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
Content-Length: 10
(Long string here)
0x0D 0x0A
(Another long string here)
Vulnerable code:
The code that handles parsing of the HTTP header doesn't have a good
logic:
while(header && *header && *header != '\r')
{
header_name = header
if((header_value=strchr(header_name, ":")) != NULL)
{ ... header++;}
}
So if inside the HTTP request the header does not contain a ":" character,
the while loop will run until the process is manually terminated.
ADDITIONAL INFORMATION
The information has been provided by <mailto:trihuynh@zeeup.com> Tri
Huynh.
========================================
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: "[TOOL] OSSIM - Open Source Security Information Management"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
- [NT] Port80 Software ServerMask Inconsistencies
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... IIS servers by obfuscating
header fields within HTTP responses: ... "ServerMask 2.0 removes or modifies unnecessary
response data. ... provide reliable clues to the server being Microsoft IIS. ...
(Securiteam) - [UNIX] Multiple Vendor X Font Server Multiple Vulnerabilities
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... System font server is used
to render fonts for the X server. ... Remote exploitation of a multiple vulnerabilities
in X.Org Foundation's X ... QueryXBitmaps and QueryXExtents protocol requests. ...
(Securiteam) - [TOOL] Apache mod_evasive - Evasive Maneuvers for Apache
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Apache mod_evasive - Evasive
Maneuvers for Apache ... Making any requests while temporarily blacklisted ...
This method has worked well in both single-server script attacks as well ... (Securiteam) - [TOOL] mod_dosevasive, Apache Evasive Maneuvers Module
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... * Making any requests
while temporarily blacklisted ... This method has worked well in both single-server script
attacks as well ... (Securiteam) - [NT] RaidenHTTPD Directory Traversal
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Due to improper testing by RaidenHTTPD
of user provided filename, ... "/../" into HTTP requests, but the program doesn't well
manage the initial ... The web server will return the requested file if available in the
disk ... (Securiteam)