Trend Micro Deep Discovery Inspector Authentication Bypass and XSS Vulnerabilities
🗓️ 19 Aug 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType
openvas🔗 plugins.openvas.org👁 34 Views
| Reporter | Title | Published | Views | Family All 19 |
|---|---|---|---|---|
| Trend Micro Deep Discovery 3.7.1096 Authentication Bypass / XSS Vulnerabilities | 20 Aug 201500:00 | – | zdt | |
| Trend Micro Deep Discovery Inspector Authentication Bypass Vulnerability | 20 Aug 201500:00 | – | cnvd | |
| Trend Micro Deep Discovery Inspector Cross-Site Scripting Vulnerability | 20 Aug 201500:00 | – | cnvd | |
| CVE-2015-2872 | 23 Aug 201515:00 | – | cve | |
| CVE-2015-2873 | 23 Aug 201515:00 | – | cve | |
| CVE-2015-2872 | 23 Aug 201515:00 | – | cvelist | |
| CVE-2015-2873 | 23 Aug 201515:00 | – | cvelist | |
| EUVD-2015-2960 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2015-2961 | 7 Oct 202500:30 | – | euvd | |
| CVE-2015-2872 | 23 Aug 201515:59 | – | nvd |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/76397 |
| esupport | www.esupport.trendmicro.com/solution/en-US/1112206.aspx |
| securityfocus | www.securityfocus.com/bid/76396 |
# SPDX-FileCopyrightText: 2016 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:deep_discovery_inspector";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.807355");
script_version("2023-07-20T05:05:17+0000");
script_cve_id("CVE-2015-2873", "CVE-2015-2872");
script_tag(name:"cvss_base", value:"5.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:P/A:N");
script_tag(name:"last_modification", value:"2023-07-20 05:05:17 +0000 (Thu, 20 Jul 2023)");
script_tag(name:"creation_date", value:"2016-08-19 17:14:20 +0530 (Fri, 19 Aug 2016)");
script_name("Trend Micro Deep Discovery Inspector Authentication Bypass and XSS Vulnerabilities");
script_tag(name:"summary", value:"Trend Micro Deep Discovery Inspector is prone to authentication bypass and cross-site scripting vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"Multiple flaws are due to an:
- Insufficient access restrictions for some sensitive files via a direct
request to the system log URL, whitelist URL and blacklist URL.
- Insufficient validation of crafted input passed to index.php and
to the widget feature.");
script_tag(name:"impact", value:"Successful exploitation will allow a remote
attacker to gain access to potentially sensitive information and execute
arbitrary javascript code in the context of current user.");
script_tag(name:"affected", value:"Trend Micro Deep Discovery Inspector with
software before 3.5, 3.6, 3.7 and 3.8");
script_tag(name:"solution", value:"Install the vendor patch.");
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
script_xref(name:"URL", value:"http://esupport.trendmicro.com/solution/en-US/1112206.aspx");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/76396");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/76397");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_trendmicro_deep_discovery_inspector_detect.nasl");
script_mandatory_keys("deep_discovery_inspector/detected");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!trendPort = get_app_port(cpe:CPE))
exit(0);
if (!trendVersion = get_app_version(cpe:CPE, port:trendPort))
exit(0);
if (version_is_equal(version:trendVersion, test_version: "3.8")) {
report = report_fixed_ver(installed_version: trendVersion, fixed_version: "3.8 CP B1263 or 3.8 CP B2047");
security_message(port: trendPort, data: report);
exit(0);
}
if (version_is_equal(version:trendVersion, test_version: "3.7")) {
report = report_fixed_ver(installed_version: trendVersion, fixed_version: "3.7 CP B1248 or 3.7 CP B1228 or 3.7 CP B1227");
security_message(port: trendPort, data: report);
exit(0);
}
if (version_is_equal(version:trendVersion, test_version: "3.6")) {
report = report_fixed_ver(installed_version: trendVersion, fixed_version: "3.6 CP B1217");
security_message(port: trendPort, data: report);
exit(0);
}
if (version_is_equal(version:trendVersion, test_version: "3.5")) {
report = report_fixed_ver(installed_version: trendVersion, fixed_version: "3.5 CP B1477 or 3.5 CP B1544 or 3.5 CP B1433");
security_message(port: trendPort, data: report);
exit(0);
}
exit(0);
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 Jul 2023 00:00Current
6.2Medium risk
Vulners AI Score6.2
CVSS 25.5
EPSS0.02718