Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2996+ Articles
168+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-94127: F5 BIG-IP APM Heap-based Buffer Overflow Vulnerability
CVE-2026-94127: F5 BIG-IP APM Heap-based Buffer Overflow Vulnerability

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-94127

CVE-2026-94127: F5 BIG-IP APM Heap-based Buffer Overflow Vulnerability

Heap-based buffer overflow in F5 BIG-IP APM (OAuth + access policy) allows unauthenticated RCE; added to CISA KEV as actively exploited.

Dylan H.

Security Team

September 22, 2026
7 min read

Affected Products

  • F5 BIG-IP APM (virtual servers with access policy + OAuth profile configured)

Executive Summary

F5 has disclosed CVE-2026-94127, a critical heap-based buffer overflow (CWE-122) affecting BIG-IP Access Policy Manager (APM). The vulnerability is present when a BIG-IP virtual server has both an access policy and an OAuth profile configured. Under that configuration, specially crafted traffic reaching the virtual server can corrupt heap memory in the data-plane component that handles OAuth authentication flows, and F5 states the flaw could allow an unauthenticated attacker to achieve remote code execution (RCE).

CVSS Score: 9.8 (Critical) — CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H (network attack vector, low complexity, no privileges or user interaction required, full impact to confidentiality, integrity, and availability). A CVSS v4.0 score of approximately 9.3 has also been reported.

On 2026-09-22, CISA added CVE-2026-94127 to its Known Exploited Vulnerabilities (KEV) catalog as part of a batch of four newly listed flaws, citing evidence of active exploitation in the wild. The KEV entry carries a due date of 2026-09-25 — an unusually tight three-day federal remediation window that reflects the confirmed in-the-wild exploitation and unauthenticated network-reachable attack surface. This is a data-plane issue handled by the Traffic Management Microkernel (TMM); F5 states there is no control-plane exposure, and systems running in Appliance mode are also affected.

Vulnerability Overview

FieldDetail
CVE IDCVE-2026-94127
CVSS Score9.8 Critical (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H)
TypeHeap-based Buffer Overflow (CWE-122)
Attack VectorNetwork — specially crafted traffic to an exposed virtual server
Privileges RequiredNone (unauthenticated)
ConditionAccess policy and an OAuth profile configured on the same BIG-IP virtual server
ComponentAPM data-plane OAuth processing (Traffic Management Microkernel)

Affected Versions

Public reporting on F5's advisory (K000162605) describes the following affected BIG-IP APM branches, each fixed by a vendor engineering hotfix:

BranchAffected RangeFixed In
21.x21.1.0Engineering hotfix for 21.1.0
17.5.x17.5.0 through 17.5.1Engineering hotfix for 17.5.1
17.1.x17.1.0 through 17.1.3Engineering hotfix for 17.1.3

Treat these ranges as general guidance rather than exact build numbers. Any BIG-IP APM instance with an access policy and an OAuth profile bound to the same virtual server should be considered at risk until confirmed patched — administrators should verify their exact version and hotfix level directly against F5's advisory K000162605 on my.f5.com rather than relying solely on secondary reporting.

Attack Vector

  1. An administrator has configured a BIG-IP virtual server with both an APM access policy and an OAuth profile — a common pattern for SSO/OAuth-based application access proxying.
  2. An unauthenticated attacker sends specially crafted requests toward that virtual server, targeting the OAuth authentication flow that APM's data-plane component parses.
  3. Malformed or oversized fields in the crafted OAuth traffic cause the APM/TMM code path to write past the bounds of a heap-allocated buffer during processing.
  4. The resulting heap corruption can be leveraged to redirect execution flow, allowing the attacker to achieve remote code execution in the context of the data-plane process — without ever needing valid credentials or a legitimate OAuth token.
  5. Because the flaw lives in the data plane, appliances configured in Appliance mode (which restricts shell/control-plane access) remain exploitable via this network path.

F5 and CISA have both indicated evidence of real-world exploitation of this flaw; as of this writing no public proof-of-concept or Metasploit/Nuclei module has been confirmed, but the KEV listing alone should be treated as active-exploitation confirmation.

Impact of Successful Exploitation

Impact AreaDescription
ConfidentialityFull — attacker-controlled code execution can read sensitive configuration, credentials, and traffic
IntegrityFull — attacker can modify APM policies, traffic behavior, or install persistence
AvailabilityFull — crash/DoS of the data plane is possible even without full RCE
Authentication BypassYes — no credentials or valid OAuth session required
Blast RadiusAny virtual server pairing an access policy with an OAuth profile is a candidate entry point; a compromised BIG-IP can become a pivot into internal networks and every application it proxies

Immediate Remediation

  1. Patch first. Apply the F5 engineering hotfix for your BIG-IP APM branch identified in advisory K000162605 as soon as possible. Federal agencies are on a CISA KEV due date of 2026-09-25; treat that as the outer bound, not the target.
  2. Workaround if you cannot patch immediately: F5 has made an emergency iRule mitigation available through F5 Support that can be attached to affected virtual servers to block the malicious traffic pattern while a patch window is scheduled. Contact F5 Support to obtain the current iRule.
  3. Reduce exposure: where feasible, temporarily disable or unbind the OAuth profile from virtual servers that also carry an access policy until the hotfix is applied — this removes the vulnerable configuration combination entirely, at the cost of breaking OAuth-based access for that virtual server.
  4. Restrict network reach: ensure management and application virtual servers exposed to this configuration are not reachable from untrusted networks any more broadly than required; this does not fully mitigate the flaw but reduces the attack surface while patching is scheduled.
  5. Verify build/hotfix level directly against F5's advisory rather than relying on version numbers alone — hotfix engineering builds do not always map cleanly to version strings shown in the UI.

Detection Indicators

IndicatorNotes
Repeated/anomalous OAuth authentication failures in APM logsF5 and secondary reporting flag this as a likely sign of exploitation attempts against the OAuth profile
Unexpected TMM process restarts or crashesHeap corruption attempts that fail cleanly may crash the data-plane process before achieving RCE
Malformed or oversized OAuth request fields in captured trafficCrafted requests targeting the vulnerable parsing path may show abnormal field lengths/encoding
New or unexpected processes/child processes spawned by TMMPossible sign of successful RCE and post-exploitation activity
Unplanned configuration changes to access policies or OAuth profilesCould indicate an attacker modifying policy after gaining code execution

CISA KEV Context

Inclusion in CISA's Known Exploited Vulnerabilities (KEV) catalog means CISA has direct evidence that a vulnerability is being actively exploited in the wild — it is not a theoretical or research-only finding. Under Binding Operational Directive BOD 22-01, Federal Civilian Executive Branch (FCEB) agencies are required to remediate KEV-listed vulnerabilities on internet-facing and internal assets by the catalog's specified due date, which for most entries falls within roughly two to three weeks of the date added. CVE-2026-94127 was added on 2026-09-22 with a due date of 2026-09-25 — a compressed timeline that signals CISA's assessment of both the severity (unauthenticated RCE) and the confirmed exploitation activity. Private-sector organizations are not legally bound by BOD 22-01, but security teams broadly treat the KEV catalog and its due dates as an authoritative signal of real-world risk and should prioritize remediation on the same timeline as federal agencies, if not faster given internet-facing BIG-IP deployments are common targets.

Post-Remediation Steps

  1. Confirm the hotfix is active by verifying the running software/hotfix version against F5's advisory rather than assuming a package install succeeded.
  2. Review APM and TMM logs across the exploitation window (back to when the OAuth profile was first paired with an access policy on each affected virtual server) for signs of the indicators listed above.
  3. Rotate any credentials, session secrets, or OAuth client secrets handled by affected virtual servers if any compromise indicators are found.
  4. Re-enable any OAuth profiles that were temporarily disabled as a workaround, now that the underlying hotfix is applied.
  5. Remove any emergency iRule mitigation once the hotfix is confirmed active, unless F5 guidance indicates it should remain as defense-in-depth.
  6. Add BIG-IP APM version/hotfix tracking to routine patch-management review given this is the second APM OAuth/access-policy RCE disclosed in this vulnerability class within the year.

References

  • NVD — CVE-2026-94127
  • F5 Security Advisory K000162605
  • CISA — Known Exploited Vulnerabilities Catalog
#CVE#F5#BIG-IP#CISA KEV#RCE#Buffer Overflow

Related Articles

CVE-2025-53521: F5 BIG-IP APM Remote Code Execution — CISA

A critical unauthenticated RCE vulnerability in F5 BIG-IP APM is being actively exploited in the wild. Malicious traffic targeting access policy virtual...

4 min read

CISA Adds CVE-2025-53521 to KEV After Active F5 BIG-IP APM

CISA has added CVE-2025-53521, a critical vulnerability in F5 BIG-IP Access Policy Manager, to its Known Exploited Vulnerabilities catalog after...

5 min read

Hackers Now Exploit Critical F5 BIG-IP Flaw in Attacks

F5 has reclassified a BIG-IP APM vulnerability from denial-of-service to critical remote code execution, warning that attackers are actively exploiting...

6 min read
Back to all Security Alerts