Lucene search

K
nessusThis script is Copyright (C) 2023 and is owned by Tenable, Inc. or an Affiliate thereof.MANAGEENGINE_ADMANAGER_PLUS_CVE-2021-42847.NASL
HistoryMay 11, 2023 - 12:00 a.m.

ManageEngine ADManager Plus <= Build 7005 RCE (deprecated)

2023-05-1100:00:00
This script is Copyright (C) 2023 and is owned by Tenable, Inc. or an Affiliate thereof.
www.tenable.com
16
deprecated
manageengine
admanager plus
rce
cve-2021-42847
nessus
exploit
metasploit

EPSS

0.18

Percentile

96.3%

This plugin has been deprecated. Use manageengine_adaudit_plus_cve-2021-42847.nbin (plugin ID 155716) instead.

#%NASL_MIN_LEVEL 80900
##
# (C) Tenable, Inc.
#
# @DEPRECATED@
#
# Disabled on 2023/05/12. Deprecated by manageengine_adaudit_plus_cve-2021-42847.nbin
##

include('compat.inc');

if (description)
{
  script_id(175389);
  script_version("1.2");
  script_set_attribute(attribute:"plugin_modification_date", value:"2023/05/14");

  script_cve_id("CVE-2021-42847");

  script_name(english:"ManageEngine ADManager Plus <= Build 7005 RCE (deprecated)");

  script_set_attribute(attribute:"synopsis", value:
"This plugin has been deprecated.");
  script_set_attribute(attribute:"description", value:
"This plugin has been deprecated. Use manageengine_adaudit_plus_cve-2021-42847.nbin (plugin ID 155716) instead.");
  # https://pitstop.manageengine.com/portal/en/community/topic/fix-released-for-a-vulnerability-in-manageengine-adaudit-plus
  script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?5109b3c1");
  script_set_attribute(attribute:"solution", value:
"n/a");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:F/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:F/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2021-42847");

  script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
  script_set_attribute(attribute:"exploit_available", value:"true");
  script_set_attribute(attribute:"metasploit_name", value:'ManageEngine ADAudit Plus Authenticated File Write RCE');
  script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");

  script_set_attribute(attribute:"vuln_publication_date", value:"2021/11/11");
  script_set_attribute(attribute:"patch_publication_date", value:"2021/11/11");
  script_set_attribute(attribute:"plugin_publication_date", value:"2023/05/11");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:zohocorp:manageengine_admanager_plus");
  script_end_attributes();

  script_category(ACT_GATHER_INFO);
  script_family(english:"CGI abuses");

  script_copyright(english:"This script is Copyright (C) 2023 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_require_keys("installed_sw/ManageEngine ADManager Plus");
  script_require_ports("Services/www", 8080);

  exit(0);
}
exit(0, 'This plugin has been deprecated. Use manageengine_adaudit_plus_cve-2021-42847.nbin (plugin ID 155716) instead.');

EPSS

0.18

Percentile

96.3%

Related for MANAGEENGINE_ADMANAGER_PLUS_CVE-2021-42847.NASL