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 — Exploit for CVE-2025-0282: A remote unauthenticated stack based buffer overflow affecting Ivanti Connect Secure, Ivanti Policy Secure, and Ivanti Neurons for ZTA gateways | Kitploit
Tools/GitHubGitHub/almanatra/cve-2025-0282
Vulnerability AnalysisExploitationPenetration TestingRed TeamingPayload DevelopmentBinary Exploitation
GitHubalmanatra/cve-2025-0282

CVE-2025-0282

Exploit for CVE-2025-0282: A remote unauthenticated stack based buffer overflow affecting Ivanti Connect Secure, Ivanti Policy Secure, and Ivanti Neurons for ZTA gateways

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

PoC for CVE-2025-0282

Remote Unauthenticated Stack Buffer Overflow in Ivanti Products

Overview

This proof-of-concept demonstrates exploitation of CVE-2025-0282, a critical vulnerability affecting:

  • Ivanti Connect Secure
  • Ivanti Policy Secure
  • Ivanti Neurons for ZTA gateways

Based on watchTowr's research, this PoC uses a ROP chain targeting Ivanti Connect Secure 22.7r2.4 specifically. Other versions require custom ROP chain development.

The payload creates a new privileged admin account with:

  • Username: admin
  • Password: password
  • Root-level privileges (UID 0)

Prerequisites

  • Python 3.x
  • Required packages: requests, pyopenssl
  • Vulnerable Ivanti system (version 22.7r2.4)

Usage

  1. Run the exploit:
root@kitploit:~
python3 CVE-2025-0282.py -t <TARGET_IP> -p 443
Download Tool