Lucene search

K
openvasCopyright (C) 2018 Greenbone AGOPENVAS:1361412562310813616
HistoryJun 27, 2018 - 12:00 a.m.

Trend Micro OfficeScan RCE And XSS Vulnerabilities (1117762)

2018-06-2700:00:00
Copyright (C) 2018 Greenbone AG
plugins.openvas.org
31

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

9.6 High

AI Score

Confidence

High

0.647 Medium

EPSS

Percentile

97.9%

Trend Micro OfficeScan is prone to multiple code execution and cross site scripting vulnerabilities.

# SPDX-FileCopyrightText: 2018 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.813616");
  script_version("2023-07-20T05:05:18+0000");
  script_cve_id("CVE-2017-11393", "CVE-2017-11394");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_tag(name:"last_modification", value:"2023-07-20 05:05:18 +0000 (Thu, 20 Jul 2023)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2017-08-06 01:29:00 +0000 (Sun, 06 Aug 2017)");
  script_tag(name:"creation_date", value:"2018-06-27 11:07:13 +0530 (Wed, 27 Jun 2018)");
  script_name("Trend Micro OfficeScan RCE And XSS Vulnerabilities (1117762)");

  script_tag(name:"summary", value:"Trend Micro OfficeScan is prone to multiple code execution 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 improper parsing of the tr and T parameters in Proxy.php, the process
    does not properly validate a user-supplied string before using it to execute
    a system call.

  - An input validation error in the third-party component previously used for
    mapping displays.");

  script_tag(name:"impact", value:"Successful exploitation will allow attackers
  to execute arbitrary code on vulnerable installations of Trend Micro OfficeScan.");

  script_tag(name:"affected", value:"Trend Micro OfficeScan versions XG(12.0)
  prior to XG CP 1641 r1 and 11.0 SP1 prior to 11.0 SP1 CP 6392 r1.");

  script_tag(name:"solution", value:"Upgrade to OfficeScan XG CP 1708 or
  11.0 SP1 CP 6392 r1 or later. Please see the references for more information.");

  script_tag(name:"solution_type", value:"VendorFix");

  ## OSCE XG CP 1641-r1 has been removed from the Download Center because it was included in CP 1708
  ## Can result in FP, if CP 1641-r1 is already applied, not sure about build version after patch
  script_tag(name:"qod", value:"30");

  script_xref(name:"URL", value:"https://success.trendmicro.com/solution/1117762-osce-11-0-sp1-critical-patch-6392-and-osce-xg-critical-patch-1641-is-now-available-in-the-download-c");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/100127");
  script_category(ACT_GATHER_INFO);
  script_family("General");
  script_copyright("Copyright (C) 2018 Greenbone AG");
  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(!infos = get_app_version_and_location(cpe:CPE, exit_no_version:TRUE ))
  exit(0);

vers = infos["version"];
path = infos["location"];

if(vers =~ "^1[12]\.") {

  ## http://docs.trendmicro.com/all/ent/officescan/v11.0/en-us/osce_11.0_sp1_server_readme.htm#7 - 11.0 SP1 =  11.0.2995
  ## http://files.trendmicro.com/products/officescan/11.0_SP1/osce_11_sp1_patch1_win_all_criticalpatch_6392_r1.html - 11.0 SP1 CP 6392 = 11.0.6392
  if(version_in_range(version:vers, test_version:"11.0.2995", test_version2:"11.0.6391")) {
    fix = "11.0 SP1 CP 6392 r1";
  }

  ## http://files.trendmicro.com/products/officescan/XG/SP1/osce_xg_sp1_win_en_criticalpatch_b4406.html - XG SP1 = 12.0.4345
  else if(version_in_range(version:vers, test_version:"12.0", test_version2:"12.0.1707")) {
    fix = "XG CP 1708";
  }
}

if(fix) {
  report = report_fixed_ver(installed_version:vers, fixed_version:fix, install_path:path);
  security_message(port:0, data:report);
  exit(0);
}

exit(99);

10 High

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:N/AC:L/Au:N/C:C/I:C/A:C

9.8 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

9.6 High

AI Score

Confidence

High

0.647 Medium

EPSS

Percentile

97.9%

Related for OPENVAS:1361412562310813616