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-2024-36991 — Critical Splunk Vulnerability CVE-2024-36991: Patch Now to Prevent Arbitrary File Reads | Kitploit
Tools/GitHubGitHub/jaytiwari05/cve-2024-36991
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubjaytiwari05/cve-2024-36991

CVE-2024-36991

Critical Splunk Vulnerability CVE-2024-36991: Patch Now to Prevent Arbitrary File Reads

View Repository
91 year 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

Splunk Path Traversal Exploit (CVE-2024-36991)

Screenshot 2025-03-30 at 8 18 32 PM

Description

This is a Proof-of-Concept (PoC) exploit script for CVE-2024-36991, a path traversal vulnerability affecting Splunk Enterprise on Windows versions below:

  • 9.2.2
  • 9.1.5
  • 9.0.10

The vulnerability allows unauthenticated attackers to access sensitive files on the server by exploiting a path traversal flaw in the Splunk web interface.

Severity: Critical
Impact: Arbitrary File Read


⚠️ Vulnerable Versions

  • Splunk Enterprise < 9.2.2
  • Splunk Enterprise < 9.1.5
  • Splunk Enterprise < 9.0.10

💡 Usage

To run the exploit, use the following commands: Screenshot 2025-03-30 at 8 17 55 PM

root@kitploit:~
# Using Python3
python3 exploit.py -u http://victim.com -s 1

# Running directly
./exploit.py -u http://victim.com -s 1

Parameters:

  • -u, --url: The base URL of the target Splunk server.
  • -s, --section: Select the section to enumerate (1-5):

Sections:

  1. Credentials & Secrets:

    • /etc/passwd
    • /etc/auth/splunk.secret
    • /etc/auth/server.pem
    • /var/run/splunk/session
    • /etc/system/local/authentication.conf
  2. Configuration Files:

    • /etc/system/local/web.conf
    • /etc/system/local/inputs.conf
  3. Logs & History:

    • /var/log/splunk/splunkd.log
    • /var/log/splunk/audit.log
    • /var/log/splunk/metrics.log
    • /var/log/splunk/searches.log
    • /var/run/splunk/dispatch

🛡️ Mitigation

To protect your Splunk server:

  • Upgrade to Splunk Enterprise 9.2.2, 9.1.5, or 9.0.10 or later.
  • Apply proper access controls and firewall rules.

⚠️ Disclaimer

This exploit is for educational and authorized penetration testing purposes only. Unauthorized use is illegal and unethical. The author takes no responsibility for misuse.

Download Tool
  • System & Service Files:

    • /bin/splunk.exe
    • /bin/splunkd.exe
    • /etc/system/default/server.conf
    • /etc/system/default/user-seed.conf
    • /var/lib/splunk/persistentstorage.db
  • Apps & Custom Scripts:

    • /etc/apps/Splunk_TA_windows/bin
    • /etc/apps/Splunk_TA_nix/bin
    • /etc/apps/SplunkForwarder/local
    • /etc/apps/Splunk_SA_CIM/local