Lucene search

K
openvasCopyright (C) 2002 SECNAP Network Security, LLCOPENVAS:136141256231011148
HistoryNov 03, 2005 - 12:00 a.m.

Microsoft Windows Unchecked Buffer in Decompression Functions (Q329048)

2005-11-0300:00:00
Copyright (C) 2002 SECNAP Network Security, LLC
plugins.openvas.org
17

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

7 High

AI Score

Confidence

Low

0.041 Low

EPSS

Percentile

92.2%

Two vulnerabilities exist in the Compressed Folders function:

An unchecked buffer exists in the programs that handles the decompressing of files from a zipped file.
A security vulnerability results because attempts to open a file with a specially malformed filename
contained in a zipped file could possibly result in Windows Explorer failing, or in code of the
attacker

# SPDX-FileCopyrightText: 2002 SECNAP Network Security, LLC
# 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.11148");
  script_version("2024-02-26T14:36:40+0000");
  script_tag(name:"last_modification", value:"2024-02-26 14:36:40 +0000 (Mon, 26 Feb 2024)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_cve_id("CVE-2002-0370", "CVE-2002-1139");
  script_name("Microsoft Windows Unchecked Buffer in Decompression Functions (Q329048)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2002 SECNAP Network Security, LLC");
  script_family("Windows : Microsoft Bulletins");
  script_dependencies("secpod_reg_enum.nasl");
  script_mandatory_keys("SMB/registry_enumerated");

  script_tag(name:"summary", value:"Two vulnerabilities exist in the Compressed Folders function:

  An unchecked buffer exists in the programs that handles the decompressing of files from a zipped file.
  A security vulnerability results because attempts to open a file with a specially malformed filename
  contained in a zipped file could possibly result in Windows Explorer failing, or in code of the
  attacker's choice being run.

  The decompression function could place a file in a directory that was not the same as, or a child of, the
  target directory specified by the user as where the decompressed zip files should be placed. This could
  allow an attacker to put a file in a known location on the users system, such as placing a program in a
  startup directory");

  script_tag(name:"impact", value:"Two vulnerabilities, the most serious
  of which could run code of attacker's choice");

  script_tag(name:"affected", value:"- Microsoft Windows 98 with Plus! Pack

  - Microsoft Windows Me

  - Microsoft Windows XP");

  script_tag(name:"solution", value:"The vendor has released updates. Please see the references for more information.");

  script_xref(name:"URL", value:"https://docs.microsoft.com/en-us/security-updates/securitybulletins/2002/ms02-054");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/5873");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/5876");

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

  exit(0);
}

include("secpod_reg.inc");

if ( hotfix_check_sp(xp:2) <= 0 ) exit(0);
if ( hotfix_missing(name:"329048") > 0 &&
     hotfix_missing(name:"873376") > 0 )
  security_message(port:0);

7.5 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

7 High

AI Score

Confidence

Low

0.041 Low

EPSS

Percentile

92.2%

Related for OPENVAS:136141256231011148