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-0282-Ivanti-exploit — CVE-2025-0282 is a critical vulnerability found in Ivanti Connect Secure, allowing Remote Command Execution (RCE) through a buffer overflow exploit. | Kitploit
Tools/GitHubGitHub/absholi7ly/cve-2025-0282-ivanti-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationCommand and ControlRemote Access ToolPayload Development
GitHubabsholi7ly/cve-2025-0282-ivanti-exploit

CVE-2025-0282-Ivanti-exploit

CVE-2025-0282 is a critical vulnerability found in Ivanti Connect Secure, allowing Remote Command Execution (RCE) through a buffer overflow exploit.

View Repository
531421 year agoReviewed by Kitploit

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-2025-0282-Ivanti-exploit

CVE-2025-0282 is a critical vulnerability found in Ivanti Connect Secure, allowing Remote Command Execution (RCE) through a buffer overflow exploit. This vulnerability enables attackers to upload malicious files (e.g., web shells) and execute commands on the target system with elevated privileges. It is highly recommended to update affected systems to the latest version to mitigate the risk of exploitation.

Uploading a Web Shell

To use the tool for uploading a web shell to the target system:

root@kitploit:~
python3 CVE_2025_0282_Ivanti.py <target_ip> <local_shell_path>
  • <target_ip>: The IP address of the target server.
  • <local_shell_path>: Path to the web shell file on your local machine.

Executing Remote Commands

After successfully uploading the web shell, the tool allows you to execute commands on the target system interactively.

Proof of Concept 1
Download Tool