TL;DR
F5 Networks patched a critical zero-day flaw in its BIG-IP Access Policy Manager (APM). The vendor confirmed that this F5 BIG-IP RCE vulnerability is currently being exploited in the wild. Additionally, security researchers have publicly disclosed full technical details and a working proof-of-concept exploit. Administrators must update or mitigate immediately to prevent remote network compromise.
- CVE: CVE-2026-94127
- CVSS: 9.8 (Critical · CVSSv3)
- Product: F5 BIG-IP
- Affected: 21.1.0, 17.5.0, 17.1.0
- Impact: BIG-IP APM OAuth vulnerability
- Status: Exploited in the wild
- Patched in: Hotfix-BIGIP-21.1.0.2.0.30.22-ENG, Hotfix-BIGIP-17.5.1.9.0.160.12-ENG, Hotfix-BIGIP-17.1.3.5.0.41.14-ENG
- EPSS: 1.3% (30-day)
- Action: Update to Hotfix-BIGIP-21.1.0.2.0.30.22-ENG, Hotfix-BIGIP-17.5.1.9.0.160.12-ENG, Hotfix-BIGIP-17.1.3.5.0.41.14-ENG now
Track every F5 CVE the moment it's exploited.
Get free email alertsWhy It Matters
BIG-IP APM serves as a central access proxy for corporate networks and APIs. Consequently, a zero-day flaw in this component allows attackers to bypass core security perimeters. F5 issued a stark warning in its advisory: “We have learned that this vulnerability has been exploited.”
An unauthenticated attacker can leverage this F5 BIG-IP RCE vulnerability to execute arbitrary commands. This capability leads to complete system takeover. The severity of the situation escalated when researchers from watchTowr published a detailed vulnerability analysis alongside a public PoC repository. The availability of weaponized code means that any unpatched system faces an imminent threat of intrusion.
How The Attack Works
The flaw, tracked as CVE-2026-94127, targets BIG-IP APM instances configured as OAuth Authorization Servers. The vulnerability stems from a basic heap-based buffer overflow in the C code handling OAuth requests.
When a client sends a request to the OAuth endpoint, the system allocates a 0x4100-byte heap buffer for the Authorization header. However, prior to the patch, the code did not verify if the supplied header actually fit inside this buffer. An attacker simply sends an HTTP GET request to the /f5-oauth2/v1/userinfo endpoint with a massive Authorization header exceeding 0x4100 bytes. The system blindly copies the oversized string, corrupting adjacent heap metadata and overwriting function pointers. To bypass SELinux restrictions, attackers use return-oriented programming (ROP) to append malicious commands to the /etc/bigstart/scripts/tmm.finish hook script, which executes automatically when the corrupted process crashes.
Affected Versions
This vulnerability impacts BIG-IP APM deployments that utilize OAuth Authorization Server profiles on a virtual server. The exploit targets systems running vulnerable versions, such as BIG-IP 21.1.0 (build 0.0.38). Deployments acting strictly as OAuth Clients or Resource Servers without authorization server profiles remain unaffected.
Patch Or Mitigation Steps
Administrators must install the latest F5 security updates immediately. For environments running version 21.1.0, apply hotfix build 0.30.22. If patching is not immediately feasible, you must apply the mitigating iRule provided by F5 Support to the affected virtual server. You should also review the official F5 security advisory and monitor your systems for multiple OAuth authentication failures followed by TMM SIGABRT crashes. Securing your access proxies is critical to stopping this active threat.
Support Our Threat Intelligence
Find our vulnerability reports and weekly recaps helpful? Support our work today and unlock a 100% ad-free reading experience!