Lucene search
K

Elasticsearch ESA-2017-06

🗓️ 22 Aug 2018 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 33 Views

Checks version of Elasticsearch for X-Pack Security privilege escalation vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
CNVD
ElasticSearch X-Pack Security Elevation of Privilege Vulnerability
7 Jun 201700:00
cnvd
CVE
CVE-2017-8438
5 Jun 201714:00
cve
Cvelist
CVE-2017-8438
5 Jun 201714:00
cvelist
Elastic
Elastic Stack 5.4.1 and 5.3.3 Security updates
1 Jun 201716:29
elastic
EUVD
EUVD-2017-17389
7 Oct 202500:30
euvd
NVD
CVE-2017-8438
5 Jun 201714:29
nvd
OpenVAS
Elastic Kibana X-Pack 'CVE-2017-8438' Privilege Escalation Vulnerability - Linux
23 Oct 201700:00
openvas
OpenVAS
Elastic Kibana X-Pack 'CVE-2017-8438' Privilege Escalation Vulnerability - Windows
23 Oct 201700:00
openvas
OSV
CVE-2017-8438
5 Jun 201714:29
osv
Prion
Design/Logic Flaw
5 Jun 201714:29
prion
Rows per page
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(112038);
  script_version("1.2");
  script_cvs_date("Date: 2019/11/04");

  script_cve_id("CVE-2017-8438");

  script_name(english:"Elasticsearch ESA-2017-06");
  script_summary(english:"Checks the version of Elasticsearch.");

  script_set_attribute(attribute:"synopsis", value:
"The remote web server hosts a Java application that is affected by 
multiple vulnerabilities.");
  script_set_attribute(attribute:"description", value:
"X-Pack Security versions 5.0.0 to 5.4.0 contain a privilege escalation
bug in the run_as functionality. This bug prevents transitioning into
the specified user specified in a run_as request. If a role has been
created using a template that contains the _user properties, the
behavior of run_as will be incorrect. Additionally if the run_as user
specified does not exist, the transition will not happen.");
  script_set_attribute(attribute:"see_also", value:"https://www.elastic.co/community/security");
  script_set_attribute(attribute:"solution", value:
"User currently using run_as functionality should upgrade to X-Pack
Security 5.4.1");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:S/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2017-8438");

  script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");

  script_set_attribute(attribute:"vuln_publication_date", value:"2017/06/01");
  script_set_attribute(attribute:"patch_publication_date", value:"2017/06/01");
  script_set_attribute(attribute:"plugin_publication_date", value:"2018/08/22");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:elastic:x-pack");
  script_end_attributes();

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

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

  script_dependencies("elasticsearch_detect.nbin");
  script_require_keys("installed_sw/Elasticsearch");
  script_require_ports("Services/www", 9200);

  exit(0);
}

include("audit.inc");
include("http.inc");
include("vcf.inc");

app = "Elasticsearch";

get_install_count(app_name:app, exit_if_zero:TRUE);

port = get_http_port(default:9200);

app_info = vcf::get_app_info(app:app, port:port, webapp:TRUE);

if (empty_or_null(app_info["Plugins/X-Pack/security"]))
  audit(AUDIT_WEB_APP_EXT_NOT_INST, app, app_info['path'], "X-Pack Security plugin");

constraints = [
  { "min_version" : "5.0.0", "fixed_version" : "5.4.1" }
];

vcf::check_version_and_report(app_info:app_info, constraints:constraints, severity:SECURITY_WARNING);

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

04 Nov 2019 00:00Current
7.8High risk
Vulners AI Score7.8
CVSS 26.5
CVSS 38.8
EPSS0.00411
33