10
CVSSv2

CVE-2004-0964

Published: 09/02/2005 Updated: 11/07/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Buffer overflow in Zinf 2.2.1 on Windows, and other older versions for Linux, allows remote attackers or local users to execute arbitrary code via certain values in a .pls file.

Vulnerable Product Search on Vulmon Subscribe to Product

zinf zinf 2.2.1

debian debian linux 3.0

Vendor Advisories

Luigi Auriemma discovered a buffer overflow condition in the playlist module of freeamp which could lead to arbitrary code execution Recent versions of freeamp were renamed into zinf For the stable distribution (woody) this problem has been fixed in version 2110-4woody2 For the unstable distribution (sid) this problem does not exist in the zi ...

Exploits

#!/usr/bin/perl # Discovered & Written by : Hakxer # Home : wwwsec-geekscom # Program : wwwzinforg/ /prdownloadssourceforgenet/zinf/zinf-setup-221exe # Zinf Audio Player 221 (PLS FILE) Buffer Overflow PoC my $chars="\x90" x 2000; open(MYFILE,'>>hakxerpls'); print MYFILE $chars; close(MYFILE); print " PoC ...
#!/usr/bin/ruby # #[+]Exploit Title: Zinf Audio Player v221 PLS File Buffer Overflow Vulnerability(DEP BYPASS) #[+]Date: 03\08\2011 #[+]Author: C4SS!0 and h1ch4m #[+]Found by: Delikon(wwwexploit-dbcom/exploits/559/) or also Metasploit(wwwexploit-dbcom/exploits/16688) #[+]Software Link: sourceforgenet/projects/zinf/files/ ...
#usage: exploitpy print "**************************************************************************" print " Zinf Audio Player 221 (pls) Universal Seh Overwrite Exploit\n" print " Founder: Hakxer" print " Exploited by : His0k4" print " Tested on: Windows XP Pro SP2 Fr\n" print " Greetings to:" print " All friends & muslims HaCkers(dz), www ...
/* -------------------------------Advisory---------------------------------- Luigi Auriemma &l ...
#!/usr/bin/perl -w # Author : Houssamix # Zinf Audio Player 221 (PLS File) Universal Local Buffer Overflow exploit # tested in windows pro Sp 2 (french) print "===================================================================== \n"; print "Author : Houssamix \n"; print "=========================================================== ...
## # $Id: zinfaudioplayer221_plsrb 11127 2010-11-24 19:35:38Z jduck $ ## ## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ ## require 'msf/core' ...