Lucene search

K
openvasCopyright (C) 2014 Greenbone AGOPENVAS:1361412562310804478
HistorySep 08, 2014 - 12:00 a.m.

Advantech WebAccess Multiple Stack Based Buffer Overflow Vulnerabilities

2014-09-0800:00:00
Copyright (C) 2014 Greenbone AG
plugins.openvas.org
14

CVSS2

6.8

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

AI Score

6.8

Confidence

Low

EPSS

0.154

Percentile

95.9%

Advantech WebAccess is prone to multiple stack based buffer overflow vulnerabilities.

# SPDX-FileCopyrightText: 2014 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

CPE = "cpe:/a:advantech:advantech_webaccess";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.804478");
  script_version("2023-12-20T05:05:58+0000");
  script_cve_id("CVE-2014-0985", "CVE-2014-0986", "CVE-2014-0987", "CVE-2014-0988",
                "CVE-2014-0989", "CVE-2014-0990", "CVE-2014-0991", "CVE-2014-0992");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"last_modification", value:"2023-12-20 05:05:58 +0000 (Wed, 20 Dec 2023)");
  script_tag(name:"creation_date", value:"2014-09-08 12:07:35 +0530 (Mon, 08 Sep 2014)");

  script_name("Advantech WebAccess Multiple Stack Based Buffer Overflow Vulnerabilities");

  script_tag(name:"summary", value:"Advantech WebAccess is prone to multiple stack based buffer overflow vulnerabilities.");

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

  script_tag(name:"insight", value:"The multiple stack based buffer
  overflow flaws are due to an error when parsing NodeName, GotoCmd,
  NodeName2, AccessCode, AccessCode2, UserName, projectname, password
  parameters");

  script_tag(name:"impact", value:"Successful exploitation will allow
  attackers execution of arbitrary code within the context of the
  application, or otherwise crash the whole application.");

  script_tag(name:"affected", value:"Advantech WebAccess before 7.3");

  script_tag(name:"solution", value:"Upgrade to Advantech
  WebAccess 7.2 or later.");
  script_tag(name:"solution_type", value:"VendorFix");
  script_xref(name:"URL", value:"http://www.coresecurity.com/advisories/advantech-webaccess-vulnerabilities");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69529");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69531");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69532");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69533");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69534");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69535");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69536");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/69538");
  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2014 Greenbone AG");
  script_dependencies("gb_advantech_webaccess_consolidation.nasl");
  script_mandatory_keys("advantech/webaccess/detected");
  exit(0);
}

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

if( isnull( port = get_app_port( cpe: CPE ) ) )
  exit( 0 );

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

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

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

exit( 99 );

CVSS2

6.8

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

AI Score

6.8

Confidence

Low

EPSS

0.154

Percentile

95.9%