Elasticsearch < 1.6.0 Arbitrary Code Execution Vulnerability
🗓️ 01 Mar 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType
openvas🔗 plugins.openvas.org👁 25 Views
| Reporter | Title | Published | Views | Family All 17 |
|---|---|---|---|---|
| Elasticsearch 1.5.2 File Creation Vulnerability | 10 Jun 201500:00 | – | zdt | |
| elasticsearch -- security fix for shared file-system repositories | 9 Jun 201500:00 | – | freebsd | |
| Elasticsearch Arbitrary Code Execution Vulnerability | 24 Jun 201500:00 | – | cnvd | |
| CVE-2015-4165 | 9 Aug 201716:00 | – | cve | |
| CVE-2015-4165 | 9 Aug 201716:00 | – | cvelist | |
| Elasticsearch Engineered Attack Vulnerability CVE-2015-4165 | 9 Jun 201521:40 | – | elastic | |
| EUVD-2022-3784 | 3 Oct 202520:07 | – | euvd | |
| FreeBSD : elasticsearch -- security fix for shared file-system repositories (23232028-1ba4-11e5-b43d-002590263bf5) | 26 Jun 201500:00 | – | nessus | |
| Improper Access Control in Elasticsearch | 14 May 202202:48 | – | github | |
| CVE-2015-4165 | 9 Aug 201716:29 | – | nvd |
10
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/75113 |
| elastic | www.elastic.co/community/security/ |
# 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.108363");
script_version("2025-09-03T08:26:15+0000");
script_cve_id("CVE-2015-4165");
script_tag(name:"cvss_base", value:"6.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:P/I:P/A:P");
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:H/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:"2018-10-09 19:57:00 +0000 (Tue, 09 Oct 2018)");
script_tag(name:"creation_date", value:"2018-03-01 16:01:42 +0100 (Thu, 01 Mar 2018)");
script_name("Elasticsearch < 1.6.0 Arbitrary Code Execution Vulnerability");
script_copyright("Copyright (C) 2018 Greenbone AG");
script_category(ACT_GATHER_INFO);
script_family("Web application abuses");
script_dependencies("gb_elastic_elasticsearch_consolidation.nasl");
script_mandatory_keys("elastic/elasticsearch/detected");
script_xref(name:"URL", value:"https://www.elastic.co/community/security/");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/75113");
script_tag(name:"summary", value:"Elasticsearch is prone to an arbitrary code-execution vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"impact", value:"An attacker could exploit this issue to
execute arbitrary code in the context of the application.");
script_tag(name:"insight", value:"The snapshot API in Elasticsearch before 1.6.0
when another application exists on the system that can read Lucene files and
execute code from them, is accessible by the attacker, and the Java VM on which
Elasticsearch is running can write to a location that the other application can
read and execute from, allows remote authenticated users to write to and create
arbitrary snapshot metadata files, and potentially execute arbitrary code.");
script_tag(name:"affected", value:"Elasticsearch version 1.0.0 through 1.5.2.");
script_tag(name:"solution", value:"Update to Elasticsearch version 1.6.0,
or later.");
# Only vulnerable in specific circumstances
script_tag(name:"qod_type", value:"remote_banner_unreliable");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("version_func.inc");
include("host_details.inc");
if( isnull( port = get_app_port( cpe: CPE ) ) ) exit( 0 );
if( ! vers = get_app_version( cpe:CPE, port:port ) ) exit( 0 );
if( version_in_range( version:vers, test_version:"1.0.0", test_version2:"1.5.2" ) ) {
report = report_fixed_ver( installed_version:vers, fixed_version:"1.6.0" );
security_message( port:port, 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
03 Sep 2025 00:00Current
7.6High risk
Vulners AI Score7.6
CVSS 26
CVSS 37.5
EPSS0.0445