JanaServer 2 http-server and pna-proxy Flaws Let Remote Users Deny Service
|
|
SecurityTracker Alert ID: 1012365 |
|
SecurityTracker URL: http://securitytracker.com/id/1012365
|
|
CVE Reference:
GENERIC-MAP-NOMATCH
(Links to External Site)
|
Date: Nov 30 2004
|
Impact:
Denial of service via network
|
Fix Available: Yes Vendor Confirmed: Yes Exploit Included: Yes
|
Version(s): 2.4.4 and prior versions
|
Description:
Luigi Auriemma reported a vulnerability in JanaServer 2 in the http-server and the pna-proxy. A remote user can cause denial of service conditions.
It is reported that a remote user can send a large number of percent sign characters ('%') to the target http-server on TCP port 2506 to cause the server to consume all available memory and CPU resources.
It is also reported that a remote user can send a specially crafted request (with a data block size larger than the data sent) to the pna-proxy on TCP port 1090 to cause the system to enter an infinite loop.
A remote user can exploit these flaws to cause the target service to freeze.
A demonstration exploit is available at:
http://aluigi.altervista.org/poc/janados.zip
|
Impact:
A remote user can cause denial of service conditions on the target system.
|
Solution:
The vendor has issued a fixed version (2.4.5), available at:
http://www.janaserver.de/start.php?lang=en&menue=download
|
Vendor URL: www.janaserver.de/ (Links to External Site)
|
Cause:
Exception handling error, Input validation error
|
Underlying OS:
Windows (Any)
|
|
Message History:
None.
|
Source Message Contents
|
Date: Tue, 30 Nov 2004 17:28:42 +0000
Subject: Endless loops in the http-server and pna-proxy modules of Jana
|
#######################################################################
Luigi Auriemma
Application: Jana server 2
http://www.janaserver.de
Versions: <= 2.4.4
Platforms: Windows
Bug: endless loops in the http-server and pna-proxy modules
Exploitation: remote
Date: 30 November 2004
Author: Luigi Auriemma
e-mail: aluigi@altervista.org
web: http://aluigi.altervista.org
#######################################################################
1) Introduction
2) Bugs
3) The Code
4) Fix
#######################################################################
===============
1) Introduction
===============
Jana server 2 is a Windows server with a lot of modules to handle http,
ftp, mail, proxy and many other protocols.
#######################################################################
=======
2) Bugs
=======
The module http-server (port 2506) doesn't correctly handle too much %
chars with the temporary effect of continuing to allocate and free
memory until it is available and the conseguent CPU at 100%.
The module pna-proxy (port 1090), used to handle Real player requests,
instead is affected by an endless loop that happens when an attacker
specifies a data block size (a 16 bits value) bigger then the data
really sent.
Due to the type of vulnerabilities is possible to completely freeze the
entire server launching the attacks about 15 or more times.
#######################################################################
===========
3) The Code
===========
http://aluigi.altervista.org/poc/janados.zip
#######################################################################
======
4) Fix
======
Version 2.4.5
#######################################################################
---
Luigi Auriemma
http://aluigi.altervista.org
|
|