Lucene search
+L

Microsoft Windows Media Player '.wav' File Memory Corruption Vulnerability

🗓️ 04 Apr 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

Microsoft Windows Media Player '.wav' File Memory Corruption Vulnerabilit

Related
Refs
Code
# 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:microsoft:windows_media_player";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804532");
  script_version("2026-04-28T06:28:06+0000");
  script_cve_id("CVE-2014-2671");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
  script_tag(name:"creation_date", value:"2014-04-04 16:03:11 +0530 (Fri, 04 Apr 2014)");
  script_name("Microsoft Windows Media Player '.wav' File Memory Corruption Vulnerability");

  script_tag(name:"summary", value:"Microsoft Windows Media Player is prone to memorry corruption vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"insight", value:"Flaw is due to improper handling of '.wav' files.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to execute arbitrary code or
  cause a denial of service.");

  script_tag(name:"affected", value:"Microsoft Windows Media Player 11.0.5721.5230.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year since the
  disclosure of this vulnerability. Likely none will be provided anymore. General solution options are to
  upgrade to a newer release, disable respective features, remove the product or replace the product by another one.");

  script_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"WillNotFix");

  script_xref(name:"URL", value:"http://xforce.iss.net/xforce/xfdb/92080");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66403");
  script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/32477");
  script_xref(name:"URL", value:"http://packetstormsecurity.com/files/125834");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_family("General");
  script_dependencies("secpod_ms_win_media_player_detect_900173.nasl");
  script_mandatory_keys("Win/MediaPlayer/Ver");
  exit(0);
}

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

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

if(version_is_equal(version:mpVer, test_version:"11.0.5721.5230"))
{
  security_message( port: 0, data: "The target host was found to be vulnerable" );
  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