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-2026-10520 — CVE-2026-10520 | Kitploit
Tools/GitHubGitHub/0xblackash/cve-2026-10520
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed Teaming
GitHub0xblackash/cve-2026-10520

CVE-2026-10520

CVE-2026-10520

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

🎯 CVE-2026-10520 & CVE-2026-10523 - Ivanti Sentry

ChatGPT Image Jun 11, 2026, 11_19_12 AM

Ivanti Sentry Critical RCE

Pre-Authentication Remote Code Execution + Authentication Bypass

Author: Ashraf Zaryouh "0xBlackash"

GitHub


📌 Overview

Two critical vulnerabilities affecting Ivanti Sentry (formerly MobileIron Sentry):

  • CVE-2026-10520 → CVSS 10.0 - Pre-auth OS Command Injection (RCE as root)
  • CVE-2026-10523 → CVSS 9.9 - Authentication Bypass

These flaws allow unauthenticated attackers to achieve full system compromise.


✨ Features

  • ✅ Clean & Fast PoC
  • ✅ Pre-Authentication (No credentials needed)
  • ✅ Root-level command execution
  • ✅ Detailed output formatting
  • ✅ Proxy support
  • ✅ Verbose mode
  • ✅ Beautiful terminal UI

🚀 Usage

root@kitploit:~
python3 CVE-2026-10520.py --url <TARGET> --cmd <COMMAND>

Examples

root@kitploit:~
# Basic usage
python3 CVE-2026-10520.py --url https://target.com:8443 --cmd "id"

# Verbose mode
python3 CVE-2026-10520.py --url https://target.com:8443 --cmd "whoami" -v

# With proxy
python3 CVE-2026-10520.py --url https://target.com:8443 --cmd "uname -a" --proxy 127.0.0.1:8080

# Check kernel
python3 CVE-2026-10520.py --url https://target.com:8443 --cmd "uname -a"

📋 Options


🛠️ Installation

root@kitploit:~
git clone https://github.com/0xBlackash/CVE-2026-10520.git
cd CVE-2026-10520
chmod +x CVE-2026-10520.py

📷 Successful Exploitation

When vulnerable, you will see:

root@kitploit:~

 ██████╗ ██╗  ██╗██████╗ ██╗      █████╗  ██████╗██╗  ██╗ █████╗ ███████╗██╗  ██╗
██╔═████╗╚██╗██╔╝██╔══██╗██║     ██╔══██╗██╔════╝██║ ██╔╝██╔══██╗██╔════╝██║  ██║
██║██╔██║ ╚███╔╝ ██████╔╝██║     ███████║██║     █████╔╝ ███████║███████╗███████║
████╔╝██║ ██╔██╗ ██╔══██╗██║     ██╔══██║██║     ██╔═██╗ ██╔══██║╚════██║██╔══██║
╚██████╔╝██╔╝ ██╗██████╔╝███████╗██║  ██║╚██████╗██║  ██╗██║  ██║███████║██║  ██║
 ╚═════╝ ╚═╝  ╚═╝╚═════╝ ╚══════╝╚═╝  ╚═╝ ╚═════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
  
          CVE-2026-10520 & CVE-2026-10523 PoC Exploit
          Ivanti Sentry Pre-Auth RCE + Auth Bypass
          
          Author: Ashraf Zaryouh "0xBlackash"
          GitHub: https://github.com/0xBlackash


[+] Target is VULNERABLE!
Command Output:
uid=0(root) gid=0(root) groups=0(root)

⚠️ Disclaimer

This tool is for educational and authorized security testing only.
Unauthorized use against systems you do not own is illegal.
The author takes no responsibility for misuse.


🔧 Affected Versions

  • Ivanti Sentry before 10.5.2, 10.6.2, 10.7.1

Fixed in: 10.5.2 / 10.6.2 / 10.7.1


📜 References

  • Official Ivanti Advisory
  • watchTowr Labs Original Research
  • NVD Entries: CVE-2026-10520, CVE-2026-10523

Made with ❤️ by Ashraf Zaryouh "0xBlackash"

Star the repo if you found it useful! ⭐

Download Tool
ArgumentDescriptionRequired
--urlTarget URL (e.g. https://target:8443)Yes
--cmdCommand to executeYes
-v, --verboseEnable verbose outputNo
--proxyHTTP proxy (host:port)No