| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| Trend Micro OfficeScan Cross-Site Scripting Vulnerability | 3 May 201700:00 | – | cnvd | |
| Trend Micro OfficeScan Cross-Site Scripting Vulnerability (CNVD-2017-08215) | 9 May 201700:00 | – | cnvd | |
| CVE-2017-5481 | 3 May 201720:00 | – | cve | |
| CVE-2017-8801 | 5 May 201719:00 | – | cve | |
| CVE-2017-5481 | 3 May 201720:00 | – | cvelist | |
| CVE-2017-8801 | 5 May 201719:00 | – | cvelist | |
| EUVD-2017-14585 | 7 Oct 202500:30 | – | euvd | |
| EUVD-2017-17744 | 7 Oct 202500:30 | – | euvd | |
| CVE-2017-5481 | 3 May 201720:59 | – | nvd | |
| CVE-2017-8801 | 5 May 201719:29 | – | nvd |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/98007 |
# SPDX-FileCopyrightText: 2017 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:office_scan";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.107154");
script_version("2024-06-28T05:05:33+0000");
script_cve_id("CVE-2017-5481", "CVE-2017-8801");
script_tag(name:"last_modification", value:"2024-06-28 05:05:33 +0000 (Fri, 28 Jun 2024)");
script_tag(name:"creation_date", value:"2017-04-26 11:00:00 +0200 (Wed, 26 Apr 2017)");
script_tag(name:"cvss_base", value:"4.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2019-10-03 00:03:00 +0000 (Thu, 03 Oct 2019)");
script_tag(name:"qod_type", value:"registry");
script_name("Trend Micro OfficeScan Multiple Privilege Escalation and Cross Site Scripting Vulnerabilities");
script_tag(name:"summary", value:"Trend Micro OfficeScan is prone to a privilege escalation vulnerability
and multiple cross-site scripting vulnerabilities");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"impact", value:"An attacker can exploit these issues to execute arbitrary script code in
the browser of an unsuspecting user in the context of the affected site, steal cookie-based authentication
credentials, access or modify data, or gain sensitive information to gain elevated privileges.");
script_tag(name:"affected", value:"Trend Micro OfficeScan XG (12.0) and 11.0 are affected.");
script_tag(name:"solution", value:"Trend Micro OfficeScan XG (12.0) users should update to XG CP 1352.
Trend Micro OfficeScan XG 11.0 users should update to Version 11.0 SP1 CP 6325.");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/98007");
script_tag(name:"solution_type", value:"VendorFix");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2017 Greenbone AG");
script_family("General");
script_dependencies("gb_trend_micro_office_scan_detect.nasl");
script_mandatory_keys("Trend/Micro/Officescan/Ver");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if(!Ver = get_app_version(cpe:CPE)){
exit(0);
}
if (Ver =~ "^11\.")
{
if(version_is_equal(version: Ver, test_version:"11.0"))
{
fix = "11.0 SP1 CP 6325";
VULN = TRUE;
}
}
if (Ver =~ "^12\.")
{
if (version_is_equal(version: Ver, test_version:"12.0"))
{
fix = "XG CP 1352";
VULN = TRUE;
}
}
if (VULN)
{
report = report_fixed_ver(installed_version:Ver, fixed_version:fix);
security_message(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