Lucene search
+L

Advantech WebAccess Multiple Vulnerabilities

🗓️ 16 Apr 2014 00:00:00Reported by Copyright (C) 2014 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 33 Views

Advantech WebAccess Multiple Vulnerabilities present in versions before 7.2 allowing SQL injection attacks, security restriction bypass, and system compromise. Upgrade to version 7.2 or later

Related
Refs
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
Advantech WebAccess < 7.2-2013.11.14 Multiple Vulnerabilities
14 Feb 201700:00
nessus
nessus
Tenable Nessus
Advantech WebAccess Multiple BWOCXRUN.OCX ActiveX Vulnerabilities
14 Apr 201400:00
nessus
nessus
Tenable Nessus
Advantech WebAccess < 7.2-2013.11.14 Multiple Vulnerabilities
17 Aug 201500:00
nessus
nessus
Tenable Nessus
Advantech WebAccess webvact ActiveX Multiple Buffer Overflow Vulnerabilities
14 Apr 201400:00
nessus
circl
Circl
CVE-2014-0763
29 May 201815:50
circl
circl
Circl
CVE-2014-0764
19 Sep 202519:48
circl
circl
Circl
CVE-2014-0765
19 Sep 202519:48
circl
circl
Circl
CVE-2014-0766
19 Sep 202519:48
circl
circl
Circl
CVE-2014-0767
19 Sep 202519:48
circl
circl
Circl
CVE-2014-0768
19 Sep 202519:48
circl
Rows per page
# 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.804430");
  script_version("2023-12-20T05:05:58+0000");
  script_cve_id("CVE-2014-0763", "CVE-2014-0764", "CVE-2014-0765", "CVE-2014-0766",
                "CVE-2014-0767", "CVE-2014-0768", "CVE-2014-0770", "CVE-2014-0771",
                "CVE-2014-0772", "CVE-2014-0773");
  script_tag(name:"cvss_base", value:"7.5");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/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-04-16 14:52:28 +0530 (Wed, 16 Apr 2014)");
  script_name("Advantech WebAccess Multiple Vulnerabilities");

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

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

  script_tag(name:"insight", value:"- Certain input related to some SOAP requests is not properly sanitised within
 the DBVisitor.dll component before being used in a SQL query.

  - Multiple boundary errors within the webvact.ocx ActiveX control when
  handling GotoCmd, NodeName2, AccessCode, UserName, and NodeName strings
  can be exploited to cause stack-based buffer overflows.

  - A boundary error within the webvact.ocx ActiveX control when handling the
  AccessCode2 string can be exploited to cause a stack-based buffer overflow.

  - Two errors within the 'OpenUrlToBuffer()' and 'OpenUrlToBufferTimeout()'
  methods of the BWOCXRUN.BwocxrunCtrl.1 ActiveX control can be exploited
  to disclose contents of arbitrary local or network resources.

  - An error within the 'CreateProcess()' method of the BWOCXRUN.BwocxrunCtrl.1
  ActiveX control can be exploited to bypass the intended restrictions and
  subsequently execute arbitrary code.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers to conduct SQL injection attacks,
  bypass certain security restrictions, and compromise a user's system.");

  script_tag(name:"affected", value:"Advantech WebAccess before 7.2");
  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://secunia.com/advisories/57873");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66718");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66722");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66725");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66728");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66732");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66733");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66740");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66742");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66749");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/66750");
  script_xref(name:"URL", value:"http://ics-cert.us-cert.gov/advisories/ICSA-14-079-03");
  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.2" ) ) {
  report = report_fixed_ver( installed_version: vers, fixed_version: "7.2", install_path: path );
  security_message( data: report, port: port );
  exit( 0 );
}

exit( 99 );

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 Dec 2023 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 27.5
EPSS0.19243
33