Trend Micro InterScan Web Security Virtual Appliance Multiple Information Disclosure Vulnerabilities
🗓️ 08 Apr 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType
openvas🔗 plugins.openvas.org👁 26 Views
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2014-8510 | 7 Nov 201419:00 | – | cve | |
| CVE-2014-8510 | 7 Nov 201419:00 | – | cvelist | |
| EUVD-2014-8347 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-8510 | 7 Nov 201419:55 | – | nvd | |
| Design/Logic Flaw | 7 Nov 201419:55 | – | prion | |
| Trend Micro IWSVA < 6.0 Build 1244 Information Disclosure | 6 Apr 201500:00 | – | nessus | |
| Trend Micro InterScan Web Security Virtual Appliance Information Disclosure Vulnerability | 6 Nov 201400:00 | – | zdi |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/70964 |
# SPDX-FileCopyrightText: 2015 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:trendmicro:interscan_web_security_virtual_appliance";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.105247");
script_cve_id("CVE-2014-8510");
script_tag(name:"cvss_base", value:"4.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:S/C:P/I:N/A:N");
script_version("2025-01-17T15:39:18+0000");
script_name("Trend Micro InterScan Web Security Virtual Appliance Multiple Information Disclosure Vulnerabilities");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/70964");
script_tag(name:"impact", value:"Attackers can exploit these issues to obtain potentially sensitive
information that may lead to further attacks.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version/build is present on the target host.");
script_tag(name:"insight", value:"The AdminUI in Trend Micro InterScan Web Security Virtual Appliance (IWSVA)
allows remote authenticated users to read arbitrary files via vectors related to configuration input when saving filters.");
script_tag(name:"solution", value:"Update to 6.0 HF build 1244 or later.");
script_tag(name:"summary", value:"Trend Micro InterScan Web Security Virtual Appliance is prone to
multiple information disclosure vulnerabilities.");
script_tag(name:"affected", value:"Trend Micro InterScan Web Security Virtual Appliance (IWSVA) before 6.0 HF build 1244.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"package");
script_tag(name:"last_modification", value:"2025-01-17 15:39:18 +0000 (Fri, 17 Jan 2025)");
script_tag(name:"creation_date", value:"2015-04-08 10:22:02 +0200 (Wed, 08 Apr 2015)");
script_category(ACT_GATHER_INFO);
script_family("General");
script_copyright("Copyright (C) 2015 Greenbone AG");
script_dependencies("gb_trend_micro_interscan_web_security_virtual_appliance_consolidation.nasl");
script_mandatory_keys("trendmicro/IWSVA/detected");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! vers = get_app_version( cpe:CPE, nofork:TRUE ) )
exit( 0 );
if( ! build = get_kb_item( "trendmicro/IWSVA/build" ) )
build = 0;
if( version_is_less( version:vers, test_version:"6.0" ) )
vuln = TRUE;
if( vers == "6.0" && int( build ) < 1244 )
vuln = TRUE;
if( vuln ) {
report = report_fixed_ver( installed_version:vers, installed_build:build,
fixed_version:"6.0", fixed_build:"1244" );
security_message( port:0, 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
17 Jan 2025 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 24
EPSS0.01487