Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 790 Bytes

File metadata and controls

32 lines (17 loc) · 790 Bytes

CVE-2025-7775 | NetScaler ADC RCE PoC

⚠️ Disclaimer: This is a hypothetical PoC for educational purposes only.Segment NetScaler networks CVE-2025-7775 does not exist. Use only in an isolated lab.

Overview

Simulated exploit for a hypothetical unauthenticated RCE in Citrix NetScaler ADC/Gateway. Designed for internal detection validation and IR drill training. Lab Requirements

Isolated network

Licensed NetScaler VPX instance (lab use)

Python 3.x

Usage

git clone https://github.com/your-org/cve-2025-7775-poc.git

pip install requests

python3 poc.py https://<lab-ip>

The script sends a HTTP POST with a simulated command injection pattern to /api/v1/configuration and checks for a test file.

N

License

MIT. Use legally and ethically.