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-20281-2-Cisco-ISE-RCE — Unauthenticated Python PoC for CVE-2025-20281 RCE against ISE ERS API | Kitploit
Tools/GitHubGitHub/abrewer251/cve-2025-20281-2-cisco-ise-rce
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubabrewer251/cve-2025-20281-2-cisco-ise-rce

CVE-2025-20281-2-Cisco-ISE-RCE

Unauthenticated Python PoC for CVE-2025-20281 RCE against ISE ERS API

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
View Repository
211131 year agoReviewed by Kitploit
Share

CVE-2025-20281-2-Cisco-ISE-RCE

Unauthenticated Python PoC for CVE-2025-20281 RCE against Cisco ISE API

CVE-2025-20281 Unauthenticated PoC

A minimal Python proof-of-concept that exploits the unauthenticated RCE in Cisco ISE’s ERS API (CVE-2025-20281) by injecting arbitrary shell commands into the InternalUser resource.

Warning: Only run against systems you own or have explicit permission to test. Misuse of this tool is illegal.

Features

  • No authentication required
  • Supports two modes:
    • --whoami to run whoami on the target and display the HTTP response
    • --reverse to spawn a bash reverse shell back to your listener

This script is based on the version loaded here :contentReference[oaicite:2]{index=2}.

Prerequisites

  • Python 3.6+
  • Install dependencies:
    root@kitploit:~
    pip install requests urllib3
    
Download Tool