Skip to main content
CVE Vulnerability Database
Vulnerability Database/CVE-2026-60360

CVE-2026-60360: Oracle Unified Directory Auth Bypass

CVE-2026-60360 is a critical authentication bypass vulnerability in Oracle Unified Directory that allows complete system takeover. This article covers technical details, affected versions, impact analysis, and mitigation.

Published:

CVE-2026-60360 Overview

CVE-2026-60360 is a maximum-severity vulnerability in Oracle Unified Directory (OUD), a component of Oracle Fusion Middleware. The flaw resides in the OUD Core component and affects supported versions 12.2.1.4.0 and 14.1.2.1.0. An unauthenticated attacker with network access via Lightweight Directory Access Protocol (LDAP) can compromise Oracle Unified Directory without user interaction. The scope-changing nature of the vulnerability means successful exploitation impacts systems beyond OUD itself. Oracle disclosed the issue in the Oracle July 2026 Security Alert.

Critical Impact

Unauthenticated remote attackers can take over Oracle Unified Directory over LDAP and pivot to additional Fusion Middleware products due to scope change.

Affected Products

  • Oracle Unified Directory 12.2.1.4.0
  • Oracle Unified Directory 14.1.2.1.0
  • Oracle Fusion Middleware components that rely on OUD for directory services

Discovery Timeline

  • 2026-07-21 - CVE-2026-60360 published to NVD
  • 2026-07-21 - Last updated in NVD database
  • July 2026 - Oracle releases fix in the July 2026 Critical Patch Update

Technical Details for CVE-2026-60360

Vulnerability Analysis

CVE-2026-60360 affects the OUD Core component of Oracle Unified Directory, Oracle's LDAP-based identity storage and virtualization platform. The vulnerability is reachable over the network through the LDAP service and does not require authentication or user interaction. Attackers who exploit the flaw achieve full takeover of the directory server, including confidentiality, integrity, and availability impact.

Because OUD serves as an authoritative directory for downstream applications, a compromise cascades to other Fusion Middleware components. The scope change indicates that vulnerable code in OUD can be abused to affect security-managed resources outside the OUD trust boundary. This makes the flaw a viable initial-access vector into broader Oracle identity infrastructure.

Root Cause

Oracle has not published detailed root-cause information in the public advisory. The bulletin classifies the issue within OUD Core and identifies LDAP as the protocol used to reach the vulnerable code path. Given the impact profile and unauthenticated network exposure, the flaw is consistent with an LDAP request-handling defect that permits attacker-controlled input to alter server behavior or bypass authentication.

Attack Vector

An attacker sends a crafted LDAP request to an exposed OUD instance on the network. No credentials, no privileges, and no user interaction are required. Successful requests grant control over the directory server and can propagate to systems that rely on OUD for authentication or attribute lookups.

Oracle has not released proof-of-concept code, and no public exploit is currently available. The EPSS probability at time of publication is 0.486%. Refer to the Oracle July 2026 Security Alert for vendor-supplied technical details.

Detection Methods for CVE-2026-60360

Indicators of Compromise

  • Unexpected LDAP bind or extended operation requests from untrusted networks to OUD listener ports (default 1389/1636).
  • New or modified administrative accounts, ACIs, or password policies inside OUD that cannot be tied to change tickets.
  • Anomalous outbound connections from OUD hosts to attacker infrastructure following LDAP traffic spikes.
  • OUD process restarts, crashes, or configuration reloads without corresponding administrative activity.

Detection Strategies

  • Inspect OUD access and audit logs for malformed LDAP messages, oversized requests, or repeated failed operations from a single source.
  • Correlate LDAP traffic on 1389, 1636, and administrative ports with authentication events in downstream Fusion Middleware applications.
  • Baseline normal LDAP client populations and alert on new source IPs binding anonymously or invoking extended operations.

Monitoring Recommendations

  • Forward OUD access, error, and audit logs to a centralized SIEM for retention and correlation.
  • Enable packet-level monitoring on LDAP interfaces to capture request payloads for forensic review.
  • Track privileged directory changes (cn=Directory Manager, ACI modifications, replication topology edits) in near real time.

How to Mitigate CVE-2026-60360

Immediate Actions Required

  • Apply the July 2026 Critical Patch Update from Oracle to all OUD 12.2.1.4.0 and 14.1.2.1.0 deployments as the primary remediation.
  • Restrict LDAP and LDAPS network access to OUD instances to trusted management and application subnets only.
  • Audit OUD administrative accounts, ACIs, and replication agreements for unauthorized changes made prior to patching.
  • Rotate directory administrator credentials and any service account passwords stored in OUD after remediation.

Patch Information

Oracle addressed CVE-2026-60360 in the July 2026 Critical Patch Update. Administrators should download and install the patches referenced in the Oracle July 2026 Security Alert for Oracle Unified Directory 12.2.1.4.0 and 14.1.2.1.0. No supported workaround replaces the patch given the maximum CVSS base score and unauthenticated network exploitability.

Workarounds

  • Place OUD behind network access control lists that permit LDAP traffic only from known application servers and administrative jump hosts.
  • Terminate LDAP connections at a hardened reverse proxy or LDAP-aware firewall capable of filtering malformed requests.
  • Disable anonymous binds and unused LDAP extended operations until patching is complete.
bash
# Example: restrict OUD LDAP/LDAPS access with host-based firewall rules
# Allow only application and admin subnets, drop everything else
iptables -A INPUT -p tcp -s 10.20.30.0/24 --dport 1389 -j ACCEPT
iptables -A INPUT -p tcp -s 10.20.30.0/24 --dport 1636 -j ACCEPT
iptables -A INPUT -p tcp -s 10.20.40.10/32 --dport 4444 -j ACCEPT
iptables -A INPUT -p tcp --dport 1389 -j DROP
iptables -A INPUT -p tcp --dport 1636 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.