Lucene search

K
openvasCopyright (C) 2013 Greenbone AGOPENVAS:1361412562310803304
HistoryFeb 01, 2013 - 12:00 a.m.

Foxit Advanced PDF Editor Buffer Overflow Vulnerability

2013-02-0100:00:00
Copyright (C) 2013 Greenbone AG
plugins.openvas.org
9

7.6 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

HIGH

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

7.1 High

AI Score

Confidence

Low

0.002 Low

EPSS

Percentile

64.7%

Foxit Advanced PDF Editor is prone to a buffer overflow vulnerability.

# SPDX-FileCopyrightText: 2013 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.803304");
  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:"2013-02-01 19:35:22 +0530 (Fri, 01 Feb 2013)");
  script_cve_id("CVE-2013-0107");
  script_tag(name:"cvss_base", value:"7.6");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:C/I:C/A:C");
  script_name("Foxit Advanced PDF Editor Buffer Overflow Vulnerability");
  script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/275219");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/57558");
  script_xref(name:"URL", value:"http://www.security-database.com/detail.php?alert=CVE-2013-0107");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_family("Buffer overflow");
  script_dependencies("gb_foxit_advanced_pdf_editor_detect_win.nasl");
  script_mandatory_keys("foxit/advanced_editor/win/ver");
  script_tag(name:"impact", value:"Successful exploitation allows an attacker to execute arbitrary code or
  cause a denial-of-service.");
  script_tag(name:"affected", value:"Foxit Advanced PDF Editor Version 3.x before 3.04");
  script_tag(name:"insight", value:"The flaw caused due to stack buffer overflow, which allow attackers to
  execute arbitrary code via a crafted document containing instructions that
  reconstruct a certain security cookie.");
  script_tag(name:"solution", value:"Upgrade to the Foxit Advanced PDF Editor version 3.04 or later.");
  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"summary", value:"Foxit Advanced PDF Editor is prone to a buffer overflow vulnerability.");

  script_xref(name:"URL", value:"http://www.foxitsoftware.com/downloads");
  exit(0);
}

include("version_func.inc");

foxitVer = get_kb_item("foxit/advanced_editor/win/ver");

# If we install 3.04, it takes 3.0.4.0
if(foxitVer && foxitVer =~ "^3")
{
  if(version_is_less(version: foxitVer, test_version: "3.0.4.0")){
    security_message( port: 0, data: "The target host was found to be vulnerable" );
    exit(0);
  }
}

7.6 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

HIGH

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

7.1 High

AI Score

Confidence

Low

0.002 Low

EPSS

Percentile

64.7%

Related for OPENVAS:1361412562310803304