VLC Media Player '.mkv' Code Execution Vulnerability - Linu
Reporter | Title | Published | Views | Family All 34 |
---|---|---|---|---|
securityvulns | VLC media player memory corruption | 14 Feb 201100:00 | – | securityvulns |
securityvulns | [SECURITY] [DSA 2159-1] vlc security update | 14 Feb 201100:00 | – | securityvulns |
Prion | Memory corruption | 7 Feb 201121:00 | – | prion |
OpenVAS | FreeBSD Ports: vlc | 5 Mar 201100:00 | – | openvas |
OpenVAS | VLC Media Player '.mkv' Code Execution Vulnerability - Windows | 23 Feb 201100:00 | – | openvas |
OpenVAS | FreeBSD Ports: vlc | 5 Mar 201100:00 | – | openvas |
OpenVAS | VLC Media Player '.mkv' Code Execution Vulnerability (Windows) | 23 Feb 201100:00 | – | openvas |
OpenVAS | VLC Media Player '.mkv' Code Execution Vulnerability (Linux) | 23 Feb 201100:00 | – | openvas |
OpenVAS | Debian Security Advisory DSA 2159-1 (vlc) | 7 Mar 201100:00 | – | openvas |
OpenVAS | Debian: Security Advisory (DSA-2159-1) | 7 Mar 201100:00 | – | openvas |
Source | Link |
---|---|
securitytracker | www.securitytracker.com/id |
securityfocus | www.securityfocus.com/bid/46060 |
xforce | www.xforce.iss.net/xforce/xfdb/65045 |
# SPDX-FileCopyrightText: 2011 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.902339");
script_version("2024-02-15T05:05:39+0000");
script_tag(name:"last_modification", value:"2024-02-15 05:05:39 +0000 (Thu, 15 Feb 2024)");
script_tag(name:"creation_date", value:"2011-02-23 12:24:37 +0100 (Wed, 23 Feb 2011)");
script_cve_id("CVE-2011-0531");
script_tag(name:"cvss_base", value:"9.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
script_name("VLC Media Player '.mkv' Code Execution Vulnerability - Linux");
script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/65045");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/46060");
script_xref(name:"URL", value:"http://www.securitytracker.com/id?1025018");
script_copyright("Copyright (C) 2011 Greenbone AG");
script_category(ACT_GATHER_INFO);
script_family("General");
script_dependencies("secpod_vlc_media_player_detect_lin.nasl");
script_mandatory_keys("VLCPlayer/Lin/Ver");
script_tag(name:"impact", value:"Successful exploitation could allow attackers to execute arbitrary code by
tricking a user into opening a specially crafted MKV file.");
script_tag(name:"affected", value:"VLC media player version 1.1.6.1 and prior on Linux");
script_tag(name:"insight", value:"The flaw is due to an input validation error within the 'MKV_IS_ID'
macro in 'modules/demux/mkv/mkv.hpp' of the MKV demuxer, when parsing the
MKV file.");
script_tag(name:"solution", value:"Upgrade to the VLC media player version 1.1.7 or later.");
script_tag(name:"summary", value:"VLC Media Player is prone to an arbitrary code execution vulnerability.");
script_tag(name:"qod_type", value:"executable_version_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
vlcVer = get_kb_item("VLCPlayer/Lin/Ver");
if(!vlcVer){
exit(0);
}
if(version_is_less(version:vlcVer, test_version:"1.1.7")){
report = report_fixed_ver(installed_version:vlcVer, fixed_version:"1.1.7");
security_message(port: 0, data: report);
}
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