The disclosure of CVE-2026-94127, an actively exploited critical vulnerability in F5 BIG-IP Access Policy Manager (APM), highlights a growing cybersecurity concern: attackers are increasingly targeting the infrastructure responsible for authentication, application access and remote connectivity itself.

The vulnerability is a heap-based buffer overflow that can allow an unauthenticated remote attacker to execute arbitrary code on affected BIG-IP systems.

F5 has assigned the flaw a CVSS v3.1 score of 9.8 and a CVSS v4.0 score of 9.3.

More importantly, F5 has confirmed exploitation in the wild, and CISA added the vulnerability to its Known Exploited Vulnerabilities catalog on September 22, 2026.

The vulnerability has an important configuration requirement

CVE-2026-94127 does not affect every BIG-IP APM deployment.

According to F5's updated guidance, exploitation applies where APM is configured to operate as an OAuth authorization server.

The vulnerable configuration requires a virtual server to have both:

  • an APM access policy; and
  • an OAuth authorization-server profile.

Systems that use APM only as an OAuth client or OAuth resource server, without an authorization-server profile, are not affected by this vulnerability.

That distinction is important because organizations need to assess configuration, not merely product version.

A vulnerability scanner reporting “BIG-IP APM present” does not by itself establish exploitability.

Administrators should identify exactly which virtual servers are operating as OAuth authorization servers and prioritize those systems immediately.

Why unauthenticated RCE on an access gateway is particularly dangerous

BIG-IP APM is commonly used to control access to enterprise applications, remote-access services and authenticated resources.

That places it in a highly privileged position.

A successful attacker does not simply compromise another application server.

They compromise infrastructure that may already sit between users and sensitive applications.

Depending on post-exploitation access, such a foothold could potentially help an attacker:

  • execute commands on the appliance;
  • establish persistence;
  • access configuration information;
  • inspect authentication-related data;
  • attempt movement toward internal systems;
  • interfere with access-control services; or
  • use the compromised appliance as trusted infrastructure for further attacks.

Not every one of these outcomes has been publicly demonstrated specifically for CVE-2026-94127, but they illustrate why remote code execution on access infrastructure carries substantially greater risk than an isolated application flaw.

Restricting the management interface does not solve this problem

One of the most important operational details is that this vulnerability is triggered through the virtual server handling OAuth traffic, not through the BIG-IP administrative interface.

That means simply restricting access to the management GUI or management network does not mitigate the flaw.

This is critical because organizations frequently assume that an appliance is adequately protected once its management interface is isolated.

In this case, the vulnerable attack surface is part of the service the appliance is intentionally providing.

Even BIG-IP systems operating in Appliance mode remain vulnerable under the affected configuration.

Active exploitation changes the urgency

There is a major difference between a critical vulnerability and a critical vulnerability already being exploited.

Once exploitation has been confirmed, defenders should no longer ask only:

“Is exploit code available?”

The more important question becomes:

“Was this system exposed before we patched it?”

This is why patching alone should not close the incident-response process.

Organizations running affected BIG-IP APM configurations should assume that historical exposure matters and review telemetry covering the period before remediation.

F5 has released engineering hotfixes

F5 has provided engineering hotfixes for supported affected branches, including:

  • BIG-IP 21.1
  • BIG-IP 17.5
  • BIG-IP 17.1

Organizations should apply the vendor-provided hotfix corresponding to their exact release branch.

Versions that have reached End of Technical Support were not evaluated by F5, meaning their status should be considered unknown rather than safe.

That distinction is particularly important for organizations running older network appliances.

Unsupported software does not become secure when security testing stops.

It merely becomes less observable.

An iRule mitigation is available where immediate patching is not possible

F5 has provided an iRule-based mitigation for affected virtual servers where organizations cannot immediately install the engineering hotfix.

Customers must obtain the mitigation through F5 support.

CISA has instructed affected U.S. federal agencies to apply the mitigation first to support forensic triage and then install the final vendor patch as soon as possible.

This sequencing is meaningful.

Applying controls without first considering forensic evidence can erase or overwrite information needed to determine whether exploitation occurred.

CISA gave agencies only three days to act

CISA added CVE-2026-94127 to its Known Exploited Vulnerabilities catalog on September 22 and established a September 25 remediation deadline for applicable U.S. federal civilian agencies.

Such a short remediation window reflects the seriousness associated with actively exploited vulnerabilities in Internet-facing security infrastructure.

Private-sector organizations are not automatically bound by that federal deadline, but it should still be treated as a strong risk signal.

An attacker is unlikely to defer exploitation because an enterprise change board meets next Thursday.

Organizations should look for evidence of exploitation

F5 has provided several indicators that should trigger investigation.

One important signal is repeated failed OAuth UserInfo requests in:

/var/log/apm

with errors indicating:

The access token is invalid.

A high number of such requests from the same source over a short period should attract attention.

Organizations can also examine the OAuth statistics counter using:

tmctl global_oauth_stat -s total_requests,total_userinfo_requests,total_failed

An unexplained increase in total_failed may indicate suspicious activity.

Security teams should additionally review:

/var/log/audit

for unexpected commands occurring around the same timeframe.

TMM crashes may provide another clue

F5 has observed situations in which exploitation-related activity causes the Traffic Management Microkernel (TMM) to enter a loop, followed by the SOD daemon generating a SIGABRT.

TMM core files therefore deserve investigation when they occur alongside other suspicious indicators.

A crash by itself does not prove exploitation.

However, the combination of:

repeated OAuth failures → suspicious commands → TMM SIGABRT

should warrant immediate human review.

This is a useful reminder that abnormal service failures are not always reliability problems.

Sometimes the crash is the security alert.

Patching does not establish that the system was never compromised

One of the most important lessons for defenders is that installing the hotfix addresses the vulnerability but does not prove an attacker did not exploit it beforehand.

Once remote code execution is achieved, an attacker may potentially establish persistence independent of the original vulnerability.

Organizations should therefore investigate affected appliances before returning them to normal trust status.

If evidence of compromise is found, remediation may need to include:

  • credential rotation;
  • review of administrative accounts;
  • integrity validation;
  • examination of configuration changes;
  • analysis of outbound connections; and
  • rebuilding the appliance from a known-good source where appropriate.

The wider F5 context should not be ignored

This latest disclosure follows other significant security incidents affecting BIG-IP APM.

Earlier in 2026, researchers documented malware associated with compromised BIG-IP APM devices that injected a PHP web shell into memory, allowing the malicious payload to avoid conventional disk-based file scanning.

That earlier malware could manipulate what PHP saw in memory while leaving the corresponding files on disk apparently clean.

This demonstrates an important point for appliance incident response:

Checking filesystem hashes alone may not be sufficient to establish that a device is trustworthy.

Attackers targeting high-value network appliances increasingly use techniques designed specifically to survive simplistic integrity checks.

Network appliances are no longer passive infrastructure

Firewalls, VPN gateways, load balancers and access-policy systems are sometimes treated operationally as infrastructure rather than as active computing platforms.

From an attacker's perspective, that distinction is meaningless.

These appliances:

  • run operating systems;
  • expose services;
  • execute code;
  • store credentials and certificates;
  • maintain privileged network access; and
  • often sit directly on the Internet.

They therefore deserve the same level of monitoring and incident-response planning as critical servers.

In some environments, they deserve considerably more.

Identity infrastructure is an increasingly attractive target

CVE-2026-94127 is particularly notable because it affects an OAuth authorization-server configuration.

Modern organizations increasingly depend on identity infrastructure as the control plane governing access to applications and data.

That creates a powerful incentive for attackers to compromise the access layer itself.

Rather than stealing one employee's credentials, an attacker may attempt to compromise the system that processes authentication for thousands of employees.

This changes the security model.

Identity and access infrastructure should be treated as Tier-0 or similarly high-value systems, with:

  • restricted administrative access;
  • rapid vulnerability remediation;
  • strong logging;
  • outbound traffic monitoring;
  • configuration integrity checks;
  • privileged-account protection; and
  • tested recovery procedures.

What should organizations do now?

Organizations operating BIG-IP APM should immediately determine:

  1. Whether APM is enabled.
  2. Whether any virtual server has an access policy attached.
  3. Whether that configuration includes an OAuth authorization-server profile.
  4. Whether the running BIG-IP version is affected.
  5. Whether the relevant engineering hotfix has been installed.

If the system is vulnerable, the vendor hotfix should be prioritized.

Where immediate patching is operationally impossible, organizations should obtain and deploy the F5 mitigation while preserving relevant forensic evidence.

Security teams should then review APM, audit and TMM activity for signs of exploitation.

The broader cybersecurity lesson

CVE-2026-94127 reinforces a recurring trend in modern attacks:

The infrastructure designed to provide secure access is itself becoming a primary attack target.

An attacker who compromises an endpoint gains one foothold.

An attacker who compromises an access gateway may gain a position from which many systems, users and authentication workflows become reachable.

This is why actively exploited vulnerabilities in VPNs, firewalls, identity gateways and network controllers deserve exceptionally rapid remediation.

The most important question is no longer whether the vulnerability is theoretically dangerous.

F5 has already confirmed that attackers are exploiting it.

For organizations operating vulnerable BIG-IP APM OAuth authorization servers, the appropriate response is therefore patch, investigate and validate, not simply patch and move on.


Attackers are exploiting a critical flaw in F5 BIG-IP Access Policy Manager (APM) that lets them run code on a BIG-IP system without logging in, F5 says. The flaw, CVE-2026-94127, affects only systems in which APM serves as an OAuth authorization server, issuing access tokens to applications. F5 disclosed it in an advisory on September 22 and has released engineering hotfixes.

Source: F5 Patches Critical BIG-IP APM Zero-Day Exploited for Unauthenticated RCE on OAuth Servers via The Hacker News — published 23 Sep 2026.