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-41107 — This repository contains an PoC for the critical vulnerability identified as CVE-2024-41107 in Apache CloudStack | Kitploit
Tools/GitHubGitHub/d0rb/cve-2024-41107
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthenticationLearning & Education
GitHubd0rb/cve-2024-41107

CVE-2024-41107

This repository contains an PoC for the critical vulnerability identified as CVE-2024-41107 in Apache CloudStack

View Repository
842 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

🇮🇱 #BringThemHome #NeverAgainIsNow 🇮🇱

We demand the safe return of all citizens who have been taken hostage by the terrorist group Hamas. We will not rest until every hostage is released and returns home safely. You can help bring them back home. https://stories.bringthemhomenow.net/

## 🚀 CVE-2024-41107 Exploit 🚀

This repository contains an exploit for the critical vulnerability identified as CVE-2024-41107 in Apache CloudStack. This vulnerability affects versions 4.5.0 through 4.18.2.1 and 4.19.0.0 through 4.19.0.2. The flaw lies within the Security Assertion Markup Language (SAML) authentication mechanism, allowing attackers to submit unsigned SAML responses to gain unauthorized access to user accounts and control over cloud resources.

⚠️ Disclaimer ⚠️

This code is for educational purposes only. Unauthorized access to computer systems is illegal and unethical. Use this information responsibly and within the boundaries of the law.

✨ Features ✨

  • Exploits the SAML authentication vulnerability in Apache CloudStack
  • Bypasses signature checks to gain unauthorized access
  • Demonstrates the critical nature of CVE-2024-41107

🛠️ Requirements 🛠️

  • Python 3.x
  • requests library
  • beautifulsoup4 library

Install the required libraries using:

root@kitploit:~
pip install requests beautifulsoup4

📄 Usage 📄

  1. Clone the repository:
root@kitploit:~
git clone https://github.com/d0rb/CVE-2024-41107/PoC.git
cd cve-2024-41107-exploit
  1. Edit the Exploit Code:

Update the url and saml_response_template variables in exploit.py with the target CloudStack instance and your SAML issuer details.

  1. Run the Exploit:
root@kitploit:~
python exploit.py
  1. Check the Response:

If successful, the script will print the session ID indicating unauthorized access.

🔒 Mitigation 🔒

To mitigate this vulnerability, users are advised to:

  • Disable SAML authentication by setting the saml2.enabled global setting to false.
  • Upgrade to the patched versions 4.18.2.2 or 4.19.1.0 released by Apache.
  • Review access logs for signs of exploitation.

⚠️ Disclaimer: This code is for educational purposes only. Unauthorized use of this code is illegal. Always ensure you have permission before testing against any system.

Download Tool