9.3
CVSSv2

CVE-2011-5170

Published: 15/09/2012 Updated: 29/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 Castillo Bueno Systems CCMPlayer 1.5 allows remote malicious users to execute arbitrary code via a long track name in an m3u playlist.

Vulnerable Product Search on Vulmon Subscribe to Product

castillobueno ccmplayer 1.5

Exploits

## # This file is part of the Metasploit Framework and may be subject to # redistribution and commercial restrictions Please see the Metasploit # Framework web site for more information on licensing and terms of use # metasploitcom/framework/ ## require 'msf/core' class Metasploit3 < Msf::Exploit::Remote Rank = GoodRanking include ...
# Exploit: CCMPlayer 15 Stack based Buffer Overflow SEH Exploit (m3u) # Date: 30 Nov 2011 # Author: Rh0 # Software: CCMPlayer 15 # Tested on: Windows XP SP3 32-Bit EN (VirtualBox) require 'msf/core' class Metasploit3 < Msf::Exploit::Remote Rank = NormalRanking include Msf::Exploit::FILEFORMAT def initialize(info = {}) super(update_in ...