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-5777 — Exploit for CVE-2025-5777: Citrix NetScaler Memory Disclosure (CitrixBleed 2) | Kitploit
Tools/GitHubGitHub/ndr-repo/cve-2025-5777
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubndr-repo/cve-2025-5777

CVE-2025-5777

Exploit for CVE-2025-5777: Citrix NetScaler Memory Disclosure (CitrixBleed 2)

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

Exploit for CVE-2025-5777: Citrix NetScaler Memory Disclosure (CitrixBleed 2) [T1606]

Disclaimer

  • Intented for authorized use only.

    • It is your responsibility to verify authorization before use.
  • I am not responsible for any legal or criminal proceedings filed against you for using this.

Description

  • External, unauthenticated exploit for memory leak in Citrix NetScaler Gateway & AAA Virtual Server
  • Leverages insufficient input validation in the web app to fire the payload, and TOCTOU Race Conditions to scrape variables in memory

Asset Discovery & Exposure Analysis - (Red/Purple Team -> Organization)

Method 1: Search Engine Dorking

root@kitploit:~
site:<targetDomainSuffix> intitle:"Netscaler AAA" | intitle:"Citrix Gateway"

Method 2: Hunter.how

root@kitploit:~
domain.suffix=="<targetDomainSuffix>" and header.server="snow_adc"

Exploit Usage

root@kitploit:~
bash CVE-2025-5777.sh <targetDomain>

Pivoting - Red Team Operations

Objective - Pivot externally without credentials -> internal with low priv user credentials over VPN

Methodology

  • Inspect response bodies and experiment with decoding and escaping to gain visibility on the asset - log files, etc.
  • Inspect response headers, repeat til capture of active user session cookies in memory - Demonstration by horizon3.ai
  • Authenticate to the target domain

References

  • CVEdetails.com
  • Tenable Plugins
  • Attack Vector: CAPEC-29 - Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions
  • Adversary Emulation: T1606 - Forge Web Credentials
  • EUVD-2025-18497
  • Horizon3.ai - CitrixBleed 2 Exploit Deep Dive
Download Tool