header-logo
Suggest Exploit
vendor:
ServletExec
by:
SecurityFocus
7.5
CVSS
HIGH
Denial of Service
400
CWE
Product Name: ServletExec
Affected Version From: Unify eWave ServletExec
Affected Version To: Unify eWave ServletExec
Patch Exists: No
Related CWE: CVE-2001-0753
CPE: a:unify_corporation:servletexec
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Microsoft IIS, Apache, Netscape Enterprise Server
2001

Unify eWave ServletExec Denial of Service Vulnerability

Unify eWave ServletExec is vulnerable to a denial of service attack if a URL invoking the ServletExec servlet preceded by /servlet is requested. The ServletExec engine will attempt to bind a server thread over port 80 and if the web server is currently running, a java.net.BindException error will result thus halting all operations on the ServletExec engine.

Mitigation:

Restarting the application is required in order to regain normal functionality.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/1868/info

Unify eWave ServletExec is a Java/Java Servlet engine plug-in for major web servers such as Microsoft IIS, Apache, Netscape Enterprise Server, etc.

eWave ServletExec is susceptible to a denial of service attack if a URL invoking the ServletExec servlet preceded by /servlet is requested. The ServletExec engine will attempt to bind a server thread over port 80 and if the web server is currently running, a java.net.BindException error will result thus halting all operations on the ServletExec engine. The web server is not affected by this vulnerability. Restarting the application is required in order to regain normal functionality.

http://target/servlet/ServletExec

or 

nc 10.0.0.1 80
GET /servlet/ServletExec HTTP/1.0