XHack Logo
XHack
Products
Services
Compliance
Pricing
Resources
Company
Sign upLogin
XHack Logo
XHackOffensive Security

Certified offensive security team delivering penetration testing evidence written for your auditor.

OSCP+OSCPC-AI/MLPenCASA
support@xhack.io

24/7 SOC Operations

XHack Status
Under attack? Get help now
Services
  • VAPT Services
  • Red Teaming
  • SOC Services
  • Threat Intelligence
  • Incident Response
  • Managed Testing
Pricing
  • Platform Plans
  • Services Pricing
Compliance
  • SOC 2
  • PCI DSS
  • ISO 27001
  • GDPR
  • HIPAA
  • ISO 42001
  • AI Maturity Assessment
  • TX-RAMP
  • NBFC / SECP
  • All Frameworks
Products
  • Vulnerability Assessment
  • GitGuard
  • AI Probe
  • SOC Dashboard
  • AI Agent
  • Cloud Investigation
Comparison
  • XBOW vs XHack
  • Horizon3 vs XHack
  • Strix vs XHack
  • Pentera vs XHack
Resources
  • Platform Tour
  • All Features
  • Install the Agent
  • XHack AI
  • Documentation
  • Blog
  • Case Studies
  • Documents
  • FAQ
Company
  • About Us
  • Our Team
  • Certifications
  • Security and Trust
  • VAPT Explained
  • Contact

© 2026 XHack. All rights reserved.

Security & TrustVulnerability DisclosurePrivacy PolicyTerms of ServiceRefund Policy
Blog/News

CVE-2026-94127: Is Your F5 BIG-IP Exposed? The Five-Minute Check

XHack

XHack

Author

September 24, 2026

17 min read

CVE-2026-94127: Is Your F5 BIG-IP Exposed? The Five-Minute Check

Table of contents

19

What BIG-IP APM Is, and Why This Box Matters

What CVE-2026-94127 Actually Is

The Setup That Makes CVE-2026-94127 Real

Why “Keep the Management Port Private” Does Not Save You

Exploited Before the Patch: What We Know and What We Don’t

What watchTowr’s Technical Write-Up Adds

Are You Exposed to CVE-2026-94127? Five Checks

Hunting for CVE-2026-94127 Compromise

Fixing CVE-2026-94127

This Is the Second APM Bug of 2026

How XHack Reads CVE-2026-94127

FAQ: CVE-2026-94127 Questions Answered

What is CVE-2026-94127?

Is CVE-2026-94127 being actively exploited?

Which BIG-IP versions does CVE-2026-94127 affect?

How do I fix CVE-2026-94127?

Am I affected if I only use APM as an OAuth client or resource server?

How can I tell if CVE-2026-94127 was used against my BIG-IP?

The Bottom Line

By Salman Khan, OSCP+, Founder of XHack, SRT (Synack Red Team member)

Read this in 30 seconds: CVE-2026-94127 is an unauthenticated remote code execution bug in F5 BIG-IP APM, and attackers were using it before F5 had a fix.

  • Only one setup is affected. APM must be acting as an OAuth Authorization Server, with an access policy and an OAuth profile on the same virtual server. APM used only as an OAuth client or resource server is not affected.
  • Attackers got there first. F5 says it learned the flaw “has been exploited.” It scores 9.8 on CVSS 3.1 and needs no login.
  • The federal deadline is tomorrow. CISA added CVE-2026-94127 to its exploited list on September 22 and gave agencies until September 25, three days, plus a forensic check.
  • Your management-port lockdown does not help. F5 calls this a data plane issue. The vulnerable path is the virtual server your clients already reach.
  • Patch, then hunt. The fix is an engineering hotfix. If you ran the vulnerable setup while it was exposed, look for signs of compromise before you call it closed.

Most critical bugs hit everyone who runs the product. This one only hits people who turned on one specific feature, and that is what makes it easy to miss.

CVE-2026-94127 is a heap-based buffer overflow in F5 BIG-IP Access Policy Manager, the part of BIG-IP that handles logins, single sign-on and token issuing for a lot of large organizations. It sits at the edge of the network, which is exactly where an attacker wants a remote code execution bug to be.

Here is what F5 has said, what it has not, and how to check your own boxes today.

CVE-2026-94127 severity summary: CVSS 9.8, heap overflow in F5 BIG-IP APM when configured as an OAuth Authorization Server, exploited as a zero-day and on CISA KEV
CVE-2026-94127 at a glance: unauthenticated RCE in BIG-IP APM, exploited before the patch

What BIG-IP APM Is, and Why This Box Matters

BIG-IP is F5’s appliance and software line for load balancing and application delivery. APM (Access Policy Manager) is a module on top of it. It decides who gets in: it shows the logon page, checks the user, and applies policy before traffic reaches the application behind it.

APM can also act as an OAuth 2.0 authorization server. In that role it issues authorization codes, access tokens and refresh tokens, and it can check tokens on request. Plenty of companies use it to put a single login in front of mobile apps, partner APIs and internal tools.

Two things make a bug here serious. The device is usually reachable from the internet on purpose, because clients have to log in. And it holds the keys: session data, tokens and often credentials for everything behind it.

What CVE-2026-94127 Actually Is

F5 published advisory K000162605 on September 22, 2026. The description, as recorded in NVD, reads:

“When a BIG-IP APM access policy and an OAuth profile are configured on a virtual server, specific malicious traffic can lead to remote code execution (RCE). This vulnerability is only present when BIG-IP APM is configured as an OAuth Authorization Server.”

The same record adds that an unauthenticated attacker can do this, that a BIG-IP in Appliance mode is also vulnerable, and that it is “a data plane issue; there is no control plane exposure.”

The details in short:

  • Type: heap-based buffer overflow, CWE-122.
  • Score: 9.8 (Critical) on CVSS 3.1 and 9.3 on CVSS 4.0. Both are F5’s own scores, which is what NVD lists.
  • Attack needs: network access to the virtual server. No login, no user click, low complexity.
  • Who found it: F5’s CVE record credits F5 itself as the finder. No outside researcher is named.
  • Dates: the CVE ID was reserved on September 20. It was published on September 22, the same day as the advisory and the CISA listing.

F5 itself has not published the vulnerable function or the exact request that triggers it. A third-party research team has since reverse-engineered and published both, which we cover in its own section below.

The Setup That Makes CVE-2026-94127 Real

Here is the part most headlines skip. CVE-2026-94127 is not “BIG-IP APM is vulnerable.” It is “BIG-IP APM is vulnerable if it is an OAuth authorization server.”

F5’s documentation for APM as an OAuth server shows how that setup is built:

  1. An admin creates an OAuth profile under Access > Federation > OAuth Authorization Server > OAuth Profile. It lists the client applications and resource servers the profile serves.
  2. The profile is selected inside an access profile.
  3. That access profile is attached to a virtual server, the listener that takes traffic on a real IP and port, usually 443.
  4. The access policy behind it must contain a Logon Page and an OAuth Authorization agent.

That virtual server then answers the authorization server endpoints: authorize, token issuance, token revocation and token introspection, plus the OpenID Connect and key endpoints if you enable them.

APM used the other way round, as an OAuth client or resource server that only checks tokens from someone else’s server, is not affected. F5 also documents that running both roles on one box takes two virtual servers, so an organization can have APM in both roles and only one of them is the risk.

How to tell if your BIG-IP is exposed to CVE-2026-94127: a decision flow from APM provisioned, to an access profile on a virtual server, to an OAuth profile in the authorization server role, to a patched hotfix version
Four questions decide whether CVE-2026-94127 applies to your BIG-IP

Why “Keep the Management Port Private” Does Not Save You

Most BIG-IP advice of the last few years comes down to one line: do not expose the management interface. That was the right advice for older bugs, and it is why F5’s own note stands out here.

F5 says CVE-2026-94127 is “a data plane issue; there is no control plane exposure.” The data plane is the traffic path, run by the TMM (Traffic Management Microkernel) process. The attack goes to the virtual server, not to the management port.

That leaves you with a hard fact. An OAuth authorization server is meant to be reachable by its clients, and clients are often on the internet. So the thing that has to be open for the service to work is the same thing the bug lives behind. That is our reading of F5’s wording, and it is why hiding the admin interface will not protect you from CVE-2026-94127.

Two more details from the advisory are easy to miss:

  • Appliance mode does not help. It locks down admin shell access, and F5 says systems in it are vulnerable too.
  • Unlisted versions are unknown, not safe. F5’s record says software versions past End of Technical Support “are not evaluated.” If you run an older branch, “not on the list” means nobody checked, so ask F5.

Exploited Before the Patch: What We Know and What We Don’t

Here is the record, checked against CISA’s own catalog file:

DateWhat happened
Sep 20, 2026CVE ID reserved (F5’s CVE record)
Sep 22, 2026F5 advisory K000162605 and CVE published
Sep 22, 2026CISA adds CVE-2026-94127 to KEV
Sep 25, 2026CISA’s deadline for federal agencies

CISA’s KEV entry is named “F5 BIG-IP APM Heap-based Buffer Overflow Vulnerability.” Its record on NVD carries CISA’s own triage: exploitation active, automatable yes, technical impact total. Those are the three answers you never want to see together.

The deadline is short because of CISA’s BOD 26-04, issued June 10, 2026. For a publicly exposed asset where an exploit gives full control and can be automated, agencies get three days and must also run a forensic triage of the asset to see whether it was compromised. The KEV entry is flagged for exactly that. CISA’s note even says to apply F5’s iRule first, so the triage can happen safely, and install the final patch afterwards.

What is not known, as of today:

  • No plug-and-play exploit tool. Rapid7 found no confirmed public proof of concept as of September 22. watchTowr published a detailed technical write-up on September 23, covered below, but it is a research account, not a ready-to-run exploit.
  • No attribution. No source names an attacker, a malware family or a victim.
  • No ransomware link yet. CISA lists ransomware use as “Unknown.”
  • No published count of hit devices. Shadowserver, as reported by BleepingComputer, sees over 14,700 IP addresses with BIG-IP APM fingerprints. That counts devices running APM. It says nothing about who is vulnerable, patched or a honeypot.

If someone tells you they know who is behind CVE-2026-94127, they know more than F5, CISA and every vendor we read.

What watchTowr’s Technical Write-Up Adds

On September 23, 2026, watchTowr Labs published a technical analysis of CVE-2026-94127 by researcher Sina Kheirkhah. It is not F5’s own advisory, and F5 still has not published these details itself, but it is the most detailed public account we have found, and it changes some of what we said above.

The trigger. watchTowr configured an OAuth profile on a test BIG-IP and sent a request to the OAuth userinfo endpoint, /f5-oauth2/v1/userinfo, with an Authorization header larger than 0x4100 bytes, about 16.6 KB. In the code they analyzed, TMM allocates a fixed 0x4100-byte heap buffer for a userinfo request and, before the fix, copies the header into it with no check that the header fits. Anything longer overflows the buffer.

watchTowr’s diff of the patched build shows the CVE-2026-94127 fix is a size check: the patched code tests whether the header is larger than 0x4100 bytes and, if so, returns the error “Authorization header too big” before the copy runs. The unpatched code has no such test.

From crash to code execution. watchTowr says it got lucky with the heap layout: in about 90% of its runs, an object holding a function pointer landed just past the overflowed buffer, and TMM later calls that pointer. Overwriting it, together with a stack pivot and a chain of code that already exists in the binary, gave the researchers control of execution in their lab. They also note that BIG-IP has address randomization and no executable heap or stack, but no position-independent executable.

Two more system protections shaped what they could do next. SELinux blocked their first attempt, a direct call to run a shell command, with a plain permission error. Instead, they found a script the appliance itself runs automatically every time TMM crashes, /etc/bigstart/scripts/tmm.finish, and used their code-execution primitive to append a command to that file rather than run one directly. Because the same bug crashes TMM to trigger it, the crash they caused was also what ran their planted command.

Read this for what it is: one research team’s detailed account of CVE-2026-94127, not a public exploit tool. watchTowr did not publish ready-to-run exploit code, and we have not reproduced any part of this ourselves. Nothing here changes the fix for CVE-2026-94127: install the hotfix, or use the iRule mitigation in the meantime.

Are You Exposed to CVE-2026-94127? Five Checks

F5’s version list is short. The affected builds are:

BranchAffectedFixed in
21.121.1.0Hotfix-BIGIP-21.1.0.2.0.30.22-ENG
17.517.5.0 to 17.5.1Hotfix-BIGIP-17.5.1.9.0.160.12-ENG
17.117.1.0 to 17.1.3Hotfix-BIGIP-17.1.3.5.0.41.14-ENG

Go in this order. Each step can end the search early:

  1. Is APM provisioned? If the module is not licensed and running, CVE-2026-94127 does not apply.
  2. Is the version on the list? Compare the running version and any installed hotfix against the table above. Anything on an unlisted branch needs a question to F5.
  3. Is any OAuth profile defined? Open Access > Federation > OAuth Authorization Server > OAuth Profile. An empty list means the trigger setup does not exist.
  4. Is that profile attached to an access profile? A profile nobody uses is not on a virtual server.
  5. Is that access profile on a virtual server that clients can reach? This is the exposed door. Note which addresses can reach it, and whether that includes the internet.

Only step 5 is the exposure. If you get there, treat the box as vulnerable until the hotfix is on it.

One honest limit: as far as we can tell, F5 has published no way to fingerprint a vulnerable system from outside. The answer lives in the device’s configuration, so someone has to look inside.

Hunting for CVE-2026-94127 Compromise

F5’s advisory lists three indicators and says the combination is what matters. As BleepingComputer quotes F5, look for “a combination of multiple OAuth authentication failures and suspicious commands, shortly followed by a TMM SIGABRT.”

F5’s advisory page loads only in a browser, so we could not read it directly. The specifics below come from The Hacker News and Cyber Security News, who summarized it. Confirm them against K000162605 before you build detections.

  • OAuth failures: ten or more invalid-token failures from one IP address in /var/log/apm. The command tmctl global_oauth_stat -s total_requests,total_userinfo_requests,total_failed should show an unexplained jump in total_failed.
  • Suspicious commands: entries in /var/log/audit that line up in time with those failures.
  • A TMM crash: TMM core files, with a SIGABRT signal.
  • A tampered crash-hook script: unexpected content appended to /etc/bigstart/scripts/tmm.finish, the script BIG-IP itself runs every time TMM crashes. watchTowr’s write-up describes using exactly this file as a foothold. Its absence does not rule out a different technique.
The three signals to hunt for after CVE-2026-94127: repeated OAuth failures in /var/log/apm, suspicious commands in /var/log/audit, then a TMM SIGABRT crash
The pattern F5 says to look for: failures, then commands, then a TMM crash

A crash is a likely side effect of a heap overflow. It is not guaranteed. Our reading is that a quiet log is not proof of a clean box, especially if the attacker got the memory layout right the first time.

If any indicator shows up, F5’s advice is a full investigation: administrative activity, configuration changes, accounts, running processes, scheduled tasks and outbound connections. Do not stop at the patch.

Fixing CVE-2026-94127

  1. Find every affected virtual server. Use the five checks above. Do it for every BIG-IP, including the staging and disaster recovery pair nobody remembers.
  2. Install the hotfix for your branch. The table above has the exact build. These are engineering hotfixes, so plan a real change window and test the failover.
  3. If you cannot patch today, get the iRule. F5 says one is “available upon request”: open a ticket with F5 support. CISA recommends applying it first, then the final patch.
  4. Cut the audience. If your OAuth clients come from a known set of networks, limit the virtual server to those. This is our advice, not F5’s, and it only shrinks the risk.
  5. Hunt before you close the ticket. Patching stops new attacks. It does not remove something already on the box.
  6. If you find signs of compromise, rotate what the box held. Client secrets, token signing keys and any credentials APM stores are all in scope. That is also our advice.

Related reading: the same edge-device pattern shows up in CVE-2026-8452 on Citrix NetScaler and CVE-2026-76460 on Cisco ISE. Our OAuth and SSO testing guide covers the login flows this feature is built to serve.

This Is the Second APM Bug of 2026

CVE-2026-94127 is not the first exploited remote code execution flaw in BIG-IP APM this year. CISA added CVE-2025-53521 to KEV on March 27. BleepingComputer reports that F5 first called it a denial-of-service bug and later re-rated it as critical remote code execution.

In September, Sophos and ESET described what attackers dropped on devices hit through that earlier bug: a Linux rootkit ESET calls PoisonedRefresh. According to Help Net Security, it hides a web shell in memory instead of on disk, so file checks look clean. BleepingComputer adds that it survives BIG-IP upgrade images.

To be clear: no source connects PoisonedRefresh to CVE-2026-94127. We are not saying it is the same actor or the same tool. We are saying it is a live example of what patient attackers do after they get code execution on an APM box. It is also why “we patched” and “we are clean” are two different statements.

One more piece of context. In October 2025, F5 disclosed that a nation-state attacker had stolen BIG-IP source code and information about undisclosed vulnerabilities, according to Help Net Security. Nothing published ties that incident to CVE-2026-94127, and we are not implying it does. It just explains why security teams watch BIG-IP disclosures closely.

How XHack Reads CVE-2026-94127

We will be plain about limits. watchTowr has now published how CVE-2026-94127 works, and we are not going to point that at a BIG-IP we have not been authorized to test, or tell you we did. The honest work is around the bug, not through it.

That work is where most teams have gaps. It is finding every BIG-IP you actually run, including the ones nobody put in the asset list. It is reading the real configuration to see which virtual servers combine an OAuth profile and an access policy, and who can reach them. It is checking that the hotfix really landed, on both members of an HA pair. And it is a proper look at the logs and the box itself for the indicators above.

That is the kind of testing our human testers and AI agents run on edge infrastructure, and your data stays on your own machine while we do it.

FAQ: CVE-2026-94127 Questions Answered

What is CVE-2026-94127?

CVE-2026-94127 is a heap-based buffer overflow in F5 BIG-IP Access Policy Manager that allows an unauthenticated attacker to run code on the device. It only exists when APM is set up as an OAuth Authorization Server, with an access policy and an OAuth profile on the same virtual server.

Is CVE-2026-94127 being actively exploited?

Yes. F5 says it learned the flaw “has been exploited,” and CISA added CVE-2026-94127 to its Known Exploited Vulnerabilities catalog on September 22, 2026. CISA’s own triage marks exploitation as active and automatable.

Which BIG-IP versions does CVE-2026-94127 affect?

F5 lists 17.1.0 through 17.1.3, 17.5.0 through 17.5.1, and 21.1.0. Versions past End of Technical Support are not evaluated, so an older branch is unknown rather than safe. Ask F5 if you run one.

How do I fix CVE-2026-94127?

Install the engineering hotfix for your branch: Hotfix-BIGIP-21.1.0.2.0.30.22-ENG, Hotfix-BIGIP-17.5.1.9.0.160.12-ENG or Hotfix-BIGIP-17.1.3.5.0.41.14-ENG. If you cannot patch right away, open a ticket with F5 support for the iRule mitigation, then install the hotfix.

Am I affected if I only use APM as an OAuth client or resource server?

No. F5 says deployments using APM strictly as an OAuth client or resource server, without OAuth authorization server profiles configured, are not affected by CVE-2026-94127.

How can I tell if CVE-2026-94127 was used against my BIG-IP?

Look for the combination F5 describes: repeated OAuth authentication failures, suspicious commands, then a TMM SIGABRT crash. Check /var/log/apm, /var/log/audit and TMM core files. A crash alone does not prove compromise, and its absence does not prove safety.

The Bottom Line

CVE-2026-94127 punishes a specific choice: turning APM into an OAuth authorization server and putting it where clients can reach it. If you never made that choice, you are fine. If you did, you are on the wrong side of an exploited, unauthenticated code execution bug, and the fix is a hotfix, not a setting.

Do the five checks today, patch the boxes that fail them, and hunt before you close the ticket. The federal deadline for CVE-2026-94127 is tomorrow. Yours should not be later.


Categories

News

Previous

CVE-2026-63030: The wp2shell Bug That Hands Strangers a WordPress Admin Account

Next

FedRAMP Penetration Testing: The Complete 2026 Guide

On this page

What BIG-IP APM Is, and Why This Box Matters

What CVE-2026-94127 Actually Is

The Setup That Makes CVE-2026-94127 Real

Why “Keep the Management Port Private” Does Not Save You

Exploited Before the Patch: What We Know and What We Don’t

What watchTowr’s Technical Write-Up Adds

Are You Exposed to CVE-2026-94127? Five Checks

Hunting for CVE-2026-94127 Compromise

Fixing CVE-2026-94127

This Is the Second APM Bug of 2026

How XHack Reads CVE-2026-94127

FAQ: CVE-2026-94127 Questions Answered

What is CVE-2026-94127?

Is CVE-2026-94127 being actively exploited?

Which BIG-IP versions does CVE-2026-94127 affect?

How do I fix CVE-2026-94127?

Am I affected if I only use APM as an OAuth client or resource server?

How can I tell if CVE-2026-94127 was used against my BIG-IP?

The Bottom Line

Related articles

Continue reading

CVE-2026-100706: How a Kyverno Tenant Becomes Cluster Admin

News

CVE-2026-100706: How a Kyverno Tenant Becomes Cluster Admin

CVE-2026-100706 lets a Kyverno tenant reach cluster admin via an encoded path. See who is exposed, the fixed version 1.1...

Read article
CVE-2026-87902: The WordPress Bug That Needs Three Things to Work

News

CVE-2026-87902: The WordPress Bug That Needs Three Things to Work

CVE-2026-87902 is an exploited WordPress core bug in 4.7.0 to 7.1.1. See the three conditions for code execution, how to...

Read article
CVE-2026-5430: The WSO2 Token Check That Lets Unverifiable Tokens Through

News

CVE-2026-5430: The WSO2 Token Check That Lets Unverifiable Tokens Through

CVE-2026-5430 is an exploited WSO2 API Manager JWT bypass scored 10.0. See affected versions, the fixed update levels, w...

Read article