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-29399 — CVE-2024-29399 reference | Kitploit
Tools/GitHubGitHub/ally-petitt/cve-2024-29399
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubally-petitt/cve-2024-29399

CVE-2024-29399

CVE-2024-29399 reference

View Repository
2 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-2024-29399 Vulnerability Details

Overview

In Savane v3.13 and prior, a lack of validation on uploaded files can allow for privilege escalation. Web servers configured according to the installation instructions are vulnerable to Cross-Site Scripting (XSS). In misconfigured web servers this can lead to Remote Code Execution (RCE).

CWE Classification: CWE-434: Unrestricted Upload of File with Dangerous Type

Reported By: Ally Petitt

Affected Product: Savane

Affected Versions: 3.13 and prior

Validation Steps

  1. Visit /register/upload.php in the browser.
  2. Upload a malicious file. This can be, but is not limited to, an HTML or PHP file depending on the webserver configuration (see Overview). Examples of either are shown below:

PoC.html

root@kitploit:~
<script>
  alert("XSS");
</script>

PoC.php

root@kitploit:~
<?php
  echo system("id");
?>
  1. Visit the displayed link to the uploaded file to trigger code execution.

Mitigation

Upgrade to Savane version 3.14 or higher. The patch can be found here.

Download Tool