Lucene search
+L

VLC Media Player Denial of Service Vulnerability (Mar 2014) - Linux

🗓️ 25 Mar 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 24 Views

VLC Media Player DoS Vulnerability - Linux (Mar 2014) The flaw allows attackers to cause denial of service conditions. Affected version: 2.0.6. Solution: Upgrade to 2.0.

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2013-7340
20 Mar 201419:00
cve
cvelist
Cvelist
CVE-2013-7340
20 Mar 201419:00
cvelist
debiancve
Debian CVE
CVE-2013-7340
20 Mar 201419:00
debiancve
euvd
EUVD
EUVD-2013-7113
7 Oct 202500:30
euvd
kaspersky
Kaspersky
KLA10009 Denial of Service in VideoLAN VLC Media Player
3 Mar 201400:00
kaspersky
nvd
NVD
CVE-2013-7340
21 Mar 201404:38
nvd
openvas
OpenVAS
VLC Media Player Denial of Service Vulnerability (Mar 2014) - Windows
25 Mar 201400:00
openvas
openvas
OpenVAS
VLC Media Player Denial of Service Vulnerability (Mar 2014) - Mac OS X
25 Mar 201400:00
openvas
osv
OSV
DEBIAN-CVE-2013-7340
21 Mar 201404:38
osv
prion
Prion
Design/Logic Flaw
21 Mar 201404:38
prion
Rows per page
# SPDX-FileCopyrightText: 2014 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

CPE = "cpe:/a:videolan:vlc_media_player";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804348");
  script_version("2024-02-09T05:06:25+0000");
  script_cve_id("CVE-2013-7340");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");
  script_tag(name:"last_modification", value:"2024-02-09 05:06:25 +0000 (Fri, 09 Feb 2024)");
  script_tag(name:"creation_date", value:"2014-03-25 13:55:16 +0530 (Tue, 25 Mar 2014)");
  script_name("VLC Media Player Denial of Service Vulnerability (Mar 2014) - Linux");

  script_tag(name:"summary", value:"VLC Media Player is prone to a denial of service (DoS) vulnerability.");
  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
  script_tag(name:"insight", value:"The flaw exists due to some unspecified error.");
  script_tag(name:"impact", value:"Successful exploitation will allow attackers to cause a denial of service
conditions.");
  script_tag(name:"affected", value:"VLC media player version 2.0.6 and prior on Linux.");
  script_tag(name:"solution", value:"Upgrade to VLC media player version 2.0.7 or later.");
  script_tag(name:"qod_type", value:"executable_version_unreliable");
  script_tag(name:"solution_type", value:"VendorFix");

  script_xref(name:"URL", value:"http://www.videolan.org/developers/vlc-branch/NEWS");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Denial of Service");
  script_dependencies("secpod_vlc_media_player_detect_lin.nasl");
  script_mandatory_keys("VLCPlayer/Lin/Ver");
  exit(0);
}

include("version_func.inc");
include("host_details.inc");

vlcVer = get_app_version(cpe:CPE);
if(!vlcVer){
  exit(0);
}

if(version_is_less(version:vlcVer, test_version:"2.0.7"))
{
  report = report_fixed_ver(installed_version:vlcVer, fixed_version:"2.0.7");
  security_message(port:0, data:report);
  exit(0);
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

09 Feb 2024 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 24.3
EPSS0.01644
24