CVE-2026-70905 Overview
CVE-2026-70905 is a critical authentication vulnerability in Oracle Access Manager, a component of Oracle Fusion Middleware. The flaw resides in the Agent infrastructure and is exploitable over the network through the Security Assertion Markup Language (SAML) protocol. An unauthenticated remote attacker can compromise Oracle Access Manager and achieve full takeover of the identity gateway. Affected versions include 12.2.1.4.0 and 14.1.2.1.0. Oracle disclosed the issue in its August 2026 Critical Patch Update.
Critical Impact
Successful exploitation results in complete takeover of Oracle Access Manager, exposing every downstream application that relies on it for single sign-on and access enforcement.
Affected Products
- Oracle Access Manager 12.2.1.4.0
- Oracle Access Manager 14.1.2.1.0
- Oracle Fusion Middleware deployments using the Access Manager Agent infrastructure
Discovery Timeline
- 2026-08-18 - CVE-2026-70905 published to NVD
- 2026-08-20 - Last updated in NVD database
- August 2026 - Oracle releases fix in the Oracle Security Alert August 2026
Technical Details for CVE-2026-70905
Vulnerability Analysis
Oracle Access Manager (OAM) provides authentication, single sign-on, and access enforcement for enterprise applications. The Agent infrastructure component brokers SAML assertions between OAM and integrated agents such as WebGate. CVE-2026-70905 allows an unauthenticated attacker with only network reachability to the SAML endpoint to compromise the server. Oracle's advisory categorizes the flaw with confidentiality, integrity, and availability impact, indicating end-to-end takeover rather than partial disclosure or denial of service. Because OAM sits in front of downstream Fusion Middleware applications, a compromise of the authentication broker cascades to any resource it protects.
Root Cause
Oracle has not published detailed root-cause information beyond identifying the Agent infrastructure and SAML as the affected code path. The CWE is recorded as NVD-CWE-noinfo. Historically, similar OAM issues have stemmed from improper validation of SAML assertions, weaknesses in signature verification, or deserialization of attacker-controlled XML payloads. Refer to the Oracle Security Alert August 2026 for the authoritative advisory.
Attack Vector
The attack is remote, unauthenticated, and requires no user interaction. An attacker sends a crafted SAML request or assertion to a network-accessible OAM endpoint. Oracle characterizes the vulnerability as easily exploitable, which indicates a reliable and low-complexity attack path against default configurations exposing SAML endpoints.
No public proof-of-concept code is available at the time of writing. See the vendor advisory for technical details.
Detection Methods for CVE-2026-70905
Indicators of Compromise
- Unexpected administrative sessions, policy modifications, or new agent registrations inside Oracle Access Manager consoles.
- Anomalous SAML AuthnRequest or Response traffic to OAM endpoints from untrusted source IPs.
- OAM server logs showing successful authentications without preceding credential validation events.
Detection Strategies
- Inspect OAM audit logs (oam-server-*.log, access_log) for malformed or unusually large SAML payloads targeting /oam/server/dap/cred_submit and related SAML endpoints.
- Alert on new or modified WebGate agent profiles that were not created through change-managed workflows.
- Correlate outbound traffic from OAM hosts against baseline behavior to identify post-exploitation command-and-control activity.
Monitoring Recommendations
- Enable verbose SAML message logging on OAM servers during triage and forward events to a central SIEM.
- Monitor for privilege changes on the WebLogic domain hosting OAM, including new administrative users and role assignments.
- Track process creation and outbound network connections from the OAM JVM to detect follow-on code execution.
How to Mitigate CVE-2026-70905
Immediate Actions Required
- Apply the fixes distributed in the Oracle Security Alert August 2026 to all Oracle Access Manager 12.2.1.4.0 and 14.1.2.1.0 deployments.
- Restrict network access to OAM SAML endpoints so that only trusted identity federation partners can reach them.
- Rotate OAM administrative credentials, agent keys, and any signing or encryption certificates after patching.
Patch Information
Oracle addressed CVE-2026-70905 in the August 2026 Critical Patch Update. Administrators should download the appropriate patch bundle for Oracle Fusion Middleware 12.2.1.4.0 or 14.1.2.1.0 from My Oracle Support and apply it following Oracle's patching runbook. Post-patch, validate that the Agent infrastructure and SAML endpoints load correctly and that federated logins continue to function.
Workarounds
- If patching cannot be completed immediately, place OAM SAML endpoints behind a reverse proxy or WAF that terminates and validates SAML traffic.
- Temporarily disable unused SAML federation partners and agent profiles to reduce the attack surface.
- Enforce strict network segmentation so that OAM management interfaces are not reachable from the public internet.
Refer to the vendor advisory for configuration guidance specific to your Fusion Middleware topology.
Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

