
CVE Reproduction: cve-2025-24472-fortinet_authbypass_reproduction
CVE-2025-24472 is an authentication bypass vulnerability in Fortinet FortiOS and FortiProxy. An unauthenticated attacker can craft specially formed CSF (Central Security Fabric) proxy requests to gain super-admin privileges on affected devices. The flaw carries a CVSS score of 8.1 and is known to be actively exploited by ransomware groups including SuperBlack (Mora_001).
| Product | Affected Versions |
|---|
| FortiOS | 7.0.0 – 7.0.16 |
| FortiProxy | 7.2.0 – 7.2.12, 7.0.0 – 7.0.19 |
The attacker sends a crafted HTTP request to the target's CSF proxy endpoint.
By manipulating the Forwarded-For or Authorization headers and embedding the
target serial number, the request is processed as originating from a trusted
fabric member. The device then grants super-admin privileges without requiring
valid credentials.
See exploit.py for a complete PoC script.