Lucene search

K
openvasCopyright (C) 2013 Greenbone Networks GmbHOPENVAS:1361412562310804109
HistoryOct 15, 2013 - 12:00 a.m.

Corel PDF Fusion 1.11 Multiple Vulnerabilities - Windows

2013-10-1500:00:00
Copyright (C) 2013 Greenbone Networks GmbH
plugins.openvas.org
15

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.4

Confidence

Low

EPSS

0.933

Percentile

99.1%

Corel PDF Fusion is prone to multiple vulnerabilities.

# Copyright (C) 2013 Greenbone Networks GmbH
# 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-or-later
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.

CPE = "cpe:/a:corel:pdf_fusion";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804109");
  script_version("2022-10-11T10:12:36+0000");
  script_cve_id("CVE-2013-0742", "CVE-2013-3248");
  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:"last_modification", value:"2022-10-11 10:12:36 +0000 (Tue, 11 Oct 2022)");
  script_tag(name:"creation_date", value:"2013-10-15 14:34:30 +0530 (Tue, 15 Oct 2013)");
  script_name("Corel PDF Fusion 1.11 Multiple Vulnerabilities - Windows");

  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2013 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("gb_corel_pdf_fusion_smb_login_detect.nasl");
  script_mandatory_keys("corel/pdf_fusion/detected");

  script_tag(name:"summary", value:"Corel PDF Fusion is prone to multiple vulnerabilities.");

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

  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:"insight", value:"The following vulnerabilities exist:

  - The application loads a library (wintab32.dll) in an insecure manner. This can be exploited to
  load arbitrary libraries by tricking a user into opening a '.pdf' or '.xps' file.

  - A boundary error exists when parsing names in ZIP directory entries of a XPS file and can be
  exploited to cause a stack-based buffer overflow by tricking a user into opening a specially
  crafted XPS file.");

  script_tag(name:"affected", value:"Corel PDF Fusion 1.11 is known to be affected.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote attacker to execute
  arbitrary code, cause a denial of service (application crash) and allows local users to gain
  privileges via a Trojan horse wintab32.dll file.");

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

  script_xref(name:"URL", value:"http://secunia.com/advisories/52707/");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/61160");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/61010");
  script_xref(name:"URL", value:"http://cxsecurity.com/cveshow/CVE-2013-0742");

  exit(0);
}

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

if( ! infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE ) )
  exit( 0 );

version = infos["version"];
location = infos["location"];

if( version_is_equal( version:version, test_version:"1.11" ) ) {
  report = report_fixed_ver( installed_version:version, fixed_version:"None", install_path:location );
  security_message( port:0, data:report );
  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.4

Confidence

Low

EPSS

0.933

Percentile

99.1%