Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310800328
HistoryJan 06, 2009 - 12:00 a.m.

Integer Overflow vulnerability in Microsoft Windows Media Player

2009-01-0600:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
10

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:M/Au:N/C:N/I:N/A:P

7 High

AI Score

Confidence

High

0.188 Low

EPSS

Percentile

96.3%

Windows Media Player is prone to an integer overflow vulnerability.

# SPDX-FileCopyrightText: 2009 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.800328");
  script_version("2023-07-27T05:05:08+0000");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"creation_date", value:"2009-01-06 15:38:06 +0100 (Tue, 06 Jan 2009)");
  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_cve_id("CVE-2008-5745");
  script_name("Integer Overflow vulnerability in Microsoft Windows Media Player");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Denial of Service");
  script_dependencies("secpod_ms_win_media_player_detect_900173.nasl");
  script_mandatory_keys("Win/MediaPlayer/Ver");

  script_xref(name:"URL", value:"http://securitytracker.com/alerts/2008/Dec/1021495.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/33042");
  script_xref(name:"URL", value:"http://downloads.securityfocus.com/vulnerabilities/exploits/33042.c");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to execute arbitrary codes
  and cause application crash.");

  script_tag(name:"affected", value:"Microsoft, Windows Media Player version 9.x, 10.x, and 11.x");

  script_tag(name:"insight", value:"The issue is due to improper loading of WAV, SND or MID files on
  the affected application.");

  script_tag(name:"solution", value:"Upgrade to Windows server 2003 SP2, or later versions of
  windows, which fixes this issue.");

  script_tag(name:"summary", value:"Windows Media Player is prone to an integer overflow vulnerability.");

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

  exit(0);
}

if( ! version = get_kb_item( "Win/MediaPlayer/Ver" ) ) exit( 0 );

if( version =~ "^(9|1[01])\..*$" ) {
  security_message( port:0 );
  exit( 0 );
}

exit( 99 );

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

PARTIAL

AV:N/AC:M/Au:N/C:N/I:N/A:P

7 High

AI Score

Confidence

High

0.188 Low

EPSS

Percentile

96.3%

Related for OPENVAS:1361412562310800328