Lucene search

K
openvasCopyright (C) 2018 Greenbone AGOPENVAS:1361412562310112391
HistoryOct 11, 2018 - 12:00 a.m.

EPS Viewer Buffer Overflow Vulnerability - Windows

2018-10-1100:00:00
Copyright (C) 2018 Greenbone AG
plugins.openvas.org
17

CVSS2

9.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.9

Confidence

Low

EPSS

0.113

Percentile

95.3%

EPS Viewer is prone to a buffer overflow vulnerability.

# SPDX-FileCopyrightText: 2018 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.112391");
  script_version("2024-09-25T05:06:11+0000");
  script_tag(name:"last_modification", value:"2024-09-25 05:06:11 +0000 (Wed, 25 Sep 2024)");
  script_tag(name:"creation_date", value:"2018-10-11 21:37:12 +0200 (Thu, 11 Oct 2018)");
  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_tag(name:"qod_type", value:"registry");
  script_tag(name:"solution_type", value:"WillNotFix");

  script_cve_id("CVE-2013-4979");

  script_name("EPS Viewer Buffer Overflow Vulnerability - Windows");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_family("General");
  script_dependencies("gb_epsviewer_detect_win.nasl");
  script_mandatory_keys("IdeaMK/EPSViewer/Win/Installed");

  script_tag(name:"summary", value:"EPS Viewer is prone to a buffer overflow vulnerability.");

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

  script_tag(name:"insight", value:"EPS Viewer is prone to a security vulnerability when processing EPS files.
  This vulnerability could be exploited by a remote attacker to execute arbitrary code on the target machine
  by enticing EPS Viewer users to open a specially crafted EPS file (client-side vulnerability).");

  script_tag(name:"affected", value:"EPS Viewer up to and including version 3.2.");

  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_xref(name:"URL", value:"https://www.secureauth.com/labs/advisories/eps-viewer-buffer-overflow-vulnerability");

  exit(0);
}

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

CPE = "cpe:/a:ideamk:eps_viewer";

if( ! infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE ) ) exit( 0 );
vers = infos["version"];
path = infos["location"];

if( version_is_less_equal( version:vers, test_version:"3.2" ) ) {
  report = report_fixed_ver( installed_version:vers, fixed_version:"WillNotFix", install_path:path );
  security_message( data:report, port:0 );
  exit( 0 );
}

exit( 99 );

CVSS2

9.3

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.9

Confidence

Low

EPSS

0.113

Percentile

95.3%

Related for OPENVAS:1361412562310112391