Lucene search
+L

Elasticsearch '_snapshot API' Information Disclosure Vulnerability - Linux

🗓️ 09 Oct 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 35 Views

Elasticsearch '_snapshot API' Information Disclosure Vulnerability - Linux. Error in access_key and security_key parameters via '_snapshot' API allows remote attackers to query API and leak sensitive information

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2018-3826
19 Sep 201819:00
cve
cvelist
Cvelist
CVE-2018-3826
19 Sep 201819:00
cvelist
elastic
Elastic
Elastic Stack 6.3.0 and 5.6.10 Security Update
13 Jun 201818:23
elastic
nessus
Tenable Nessus
Elasticsearch ESA-2018-10
22 Aug 201800:00
nessus
euvd
EUVD
EUVD-2018-15613
7 Oct 202500:30
euvd
nvd
NVD
CVE-2018-3826
19 Sep 201819:29
nvd
openvas
OpenVAS
Elasticsearch '_snapshot API' Information Disclosure Vulnerability - Windows
9 Oct 201800:00
openvas
prion
Prion
Design/Logic Flaw
19 Sep 201819:29
prion
susecve
SUSE CVE
SUSE CVE-2018-3826
15 Feb 202304:33
susecve
ubuntucve
UbuntuCve
CVE-2018-3826
19 Sep 201819:29
ubuntucve
Rows per page
# 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:elastic:elasticsearch";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.814076");
  script_version("2025-09-03T08:26:15+0000");
  script_cve_id("CVE-2018-3826");
  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_tag(name:"last_modification", value:"2025-09-03 08:26:15 +0000 (Wed, 03 Sep 2025)");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2019-10-09 23:40:00 +0000 (Wed, 09 Oct 2019)");
  script_tag(name:"creation_date", value:"2018-10-09 11:12:08 +0530 (Tue, 09 Oct 2018)");
  script_name("Elasticsearch '_snapshot API' Information Disclosure Vulnerability - Linux");

  script_tag(name:"summary", value:"Elasticsearch is prone to an information disclosure vulnerability.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is
  present on the target host.");

  script_tag(name:"insight", value:"The flaw is due to an error when access_key
  and security_key parameters are set via the '_snapshot' API.");

  script_tag(name:"impact", value:"Successful exploitation will allow remote
  attackers to query the _snapshot API and leak sensitive information.");

  script_tag(name:"qod_type", value:"remote_banner_unreliable");
  script_tag(name:"affected", value:"Elasticsearch versions 6.0.0-beta1 to 6.2.4.");
  script_tag(name:"solution", value:"Update to Elasticsearch version 6.3.0 or later. Please see the references for more information.");

  script_tag(name:"solution_type", value:"VendorFix");
  script_xref(name:"URL", value:"https://discuss.elastic.co/t/elastic-stack-6-3-0-and-5-6-10-security-update/135777");
  script_xref(name:"URL", value:"https://www.elastic.co/community/security");

  script_copyright("Copyright (C) 2018 Greenbone AG");
  script_category(ACT_GATHER_INFO);
  script_family("Web application abuses");
  script_dependencies("gb_elastic_elasticsearch_consolidation.nasl", "os_detection.nasl");
  script_mandatory_keys("elastic/elasticsearch/detected", "Host/runs_unixoide");

  exit(0);
}

include("version_func.inc");
include("revisions-lib.inc");
include("host_details.inc");

if(isnull(port = get_app_port(cpe: CPE)))
 exit(0);

if(!infos = get_app_version_and_location(cpe:CPE, port:port, exit_no_version:TRUE))
  exit(0);

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

if(revcomp(a:vers, b:"6.0.0-beta1") >= 0 && revcomp(a:vers, b:"6.2.4") <= 0) {
  report = report_fixed_ver(installed_version:vers, fixed_version:"6.3.0", install_path:path);
  security_message(data:report, port:port);
  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