
CVE-2026-2699
Critical Authentication Bypass (CVSS 9.8) in customer-managed Progress ShareFile Storage Zones Controller (SZC) ≤ 5.12.3.
CVE-2026-2699 is a severe authentication bypass vulnerability affecting the web interface of Progress ShareFile Storage Zones Controller (customer-managed deployments).
An unauthenticated remote attacker can access restricted configuration pages, which can lead to system configuration changes and, when chained with CVE-2026-2701, full pre-auth remote code execution (RCE).
This repository contains detection scripts, technical analysis, and proof-of-concept materials (where legally and ethically permitted).

The vulnerability stems from insufficient access control and flawed redirect handling in the SZC web management interface, allowing unauthenticated users to reach sensitive configuration functionality.
detection/ — Non-destructive detection scripts (Python)analysis/ — Detailed technical write-up and root cause explanationpoc/ — Proof-of-concept (educational / authorized testing only)exploit-chain/ — Demonstration of chaining with CVE-2026-2701 (RCE)assets/ — Screenshots, diagrams, and logs| Version | Status |
|---|---|
| ≤ 5.12.3 | Vulnerable |
| 5.12.4+ | Patched |
| 6.x | Not affected |
Note: Only customer-managed (on-premises) Storage Zones Controller deployments are impacted.
/Configuration/ or similar endpoints.Official Advisory:
Progress ShareFile Security Vulnerability – February 2026
This repository includes a lightweight detection script:
python3 watchTowr-vs-Progress-ShareFile-CVE-2026-2699.py -t https://target-sz-controller.example.com
Inspired by the official watchTowr detection artifact.
All materials in this repository are provided for educational, research, and defensive security purposes only.
Unauthorized exploitation against systems you do not own or have explicit permission to test is illegal and unethical.
Contributions, improved detections, or additional write-ups are welcome via Pull Requests.
Made with ❤️ for the security community