Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2015-5531-POC — Proof-of-concept exploit for CVE-2015-5531, a directory traversal vulnerability in Elasticsearch 1.6.1 and earlier, allowing remote file read via crafted API calls with automatic Unicode decoding. | Kitploit
Tools/GitHubGitHub/moch3n/cve-2015-5531-poc
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubmoch3n/cve-2015-5531-poc

CVE-2015-5531-POC

Proof-of-concept exploit for CVE-2015-5531, a directory traversal vulnerability in Elasticsearch 1.6.1 and earlier, allowing remote file read via crafted API calls with automatic Unicode decoding.

View Repository
213 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2015-5531-POC

Vulnerability Background

Elasticsearch is an open-source, distributed RESTful search engine built on Lucene, developed by Elasticsearch B.V. in the Netherlands. It is primarily used in cloud computing and supports indexing data via HTTP using JSON. Versions of Elasticsearch prior to 1.6.1 contain a directory traversal vulnerability. Remote attackers can exploit this vulnerability to read arbitrary files by using the snapshot API call.

Usage

root@kitploit:~
-u Specify the URL
-f Specify the file to read

This POC is a modified version of an existing one from the internet, which automatically performs Unicode decoding on the retrieved results. The code is relatively rough.

image
Download Tool