Lucene search

K
openvasCopyright (C) 2016 Greenbone AGOPENVAS:1361412562310807041
HistoryJan 25, 2016 - 12:00 a.m.

Advantech WebAccess Multiple Buffer Overflow Vulnerabilities (Jan 2016)

2016-01-2500:00:00
Copyright (C) 2016 Greenbone AG
plugins.openvas.org
67

CVSS2

10

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.9

Confidence

Low

EPSS

0.293

Percentile

97.0%

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

# SPDX-FileCopyrightText: 2016 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.807041");
  script_version("2024-02-20T05:05:48+0000");
  script_cve_id("CVE-2014-9202", "CVE-2014-9208");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2024-02-20 05:05:48 +0000 (Tue, 20 Feb 2024)");
  script_tag(name:"creation_date", value:"2016-01-25 12:23:44 +0530 (Mon, 25 Jan 2016)");
  script_name("Advantech WebAccess Multiple Buffer Overflow Vulnerabilities (Jan 2016)");

  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:"Multiple flaws are due to improper bounds
  checking when passing strings to functions in the affected DLL");

  script_tag(name:"impact", value:"Successfully exploiting this issue allow
  attacker to crash the application or run arbitrary code by getting a user to
  execute the specially crafted file.");

  script_tag(name:"affected", value:"Advantech WebAccess versions
  before 8.0_20150816");

  script_tag(name:"solution", value:"Upgrade to Advantech WebAccess version
  8.0_20150816 or later.");

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

  script_tag(name:"qod_type", value:"remote_banner");

  script_xref(name:"URL", value:"https://ics-cert.us-cert.gov/advisories/ICSA-15-258-04");
  script_xref(name:"URL", value:"https://ics-cert.us-cert.gov/advisories/ICSA-15-251-01A");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  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: "8.0.2015.08.16" ) ) {
  report = report_fixed_ver( installed_version: vers, fixed_version: "8.0.2015.08.16", install_path: path );
  security_message( data: report, port: port );
  exit( 0 );
}

exit( 99 );

CVSS2

10

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

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

AI Score

6.9

Confidence

Low

EPSS

0.293

Percentile

97.0%