CVE-2026-46776: Oracle Unified Directory Unauthenticated LDAP Access Vulnerability
Oracle Unified Directory, a directory service component in Oracle Fusion Middleware, contains a network-accessible vulnerability that allows attackers without credentials to read, modify, or delete sensitive directory data. An attacker on the network can exploit this flaw via the LDAP protocol to gain unauthorized access to critical configuration and user information, with limited ability to disrupt service. The vulnerability affects two specific versions: 12.2.1.4.0 and 14.1.2.1.0.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.6 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
- Weaknesses (CWE)
- CWE-284
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-17 / 2026-06-18
NVD description (verbatim)
Vulnerability in the Oracle Unified Directory product of Oracle Fusion Middleware (component: OUD Core). Supported versions that are affected are 12.2.1.4.0 and 14.1.2.1.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via LDAP to compromise Oracle Unified Directory. Successful attacks of this vulnerability can result in unauthorized creation, deletion or modification access to critical data or all Oracle Unified Directory accessible data as well as unauthorized read access to a subset of Oracle Unified Directory accessible data and unauthorized ability to cause a partial denial of service (partial DOS) of Oracle Unified Directory. CVSS 3.1 Base Score 8.6 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L).
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
This vulnerability in Oracle Unified Directory's core LDAP functionality stems from improper access controls (CWE-284). The flaw permits unauthenticated network-based attackers to bypass authentication requirements via LDAP protocol communication. Successful exploitation grants attackers the ability to perform create, read, update, and delete operations on directory objects without valid credentials. The vulnerability carries a CVSS 3.1 base score of 8.6, reflecting high integrity impact (data modification and deletion), partial confidentiality loss, and limited availability impact. Attack complexity is low, and no user interaction is required; the only prerequisite is network reachability to the LDAP service port.
Business impact
Compromise of an Oracle Unified Directory instance can expose and alter critical enterprise directory data, including user identities, organizational hierarchies, authentication credentials, and application configuration references. In environments where Unified Directory serves as a central identity repository, unauthorized modification poses a cascading risk to dependent systems and applications relying on accurate directory information. Loss of data integrity may undermine access control decisions across the enterprise. Additionally, partial service disruption could affect authentication and authorization operations, impacting business continuity for user login and access provisioning workflows.
Affected systems
Oracle Unified Directory versions 12.2.1.4.0 and 14.1.2.1.0 are confirmed vulnerable. These versions are part of Oracle Fusion Middleware deployments, commonly used in enterprise identity and access management stacks. Organizations running either of these specific patch levels should treat this as a priority for inventory and assessment. Verify your deployed version against Oracle's official versioning documentation to confirm exposure.
Exploitability
This vulnerability is easily exploitable from a technical standpoint. No authentication is required, attack complexity is minimal, and the attacker needs only network access to the LDAP port. The vulnerability does not require user interaction or special configuration to trigger. However, practical exploitation depends on the attacker's ability to reach the Unified Directory instance over the network—firewalling, network segmentation, and LDAP access controls can reduce attack surface. Organizations without network-level protection of their directory services face heightened risk.
Remediation
Apply the security patch released by Oracle for versions 12.2.1.4.0 and 14.1.2.1.0. Consult Oracle's June 2026 critical patch update (CPU) advisory for the specific patched versions and download locations. In parallel, restrict network access to LDAP ports (typically 389 and 636) using firewall rules, network access control lists, and VPN requirements. Ensure the Unified Directory service runs with minimal necessary privileges and monitor LDAP connection logs for suspicious unauthenticated access attempts.
Patch guidance
Oracle has released patches addressing this vulnerability as part of their June 2026 critical patch cycle. Affected organizations should retrieve patched versions for 12.2.1.4.0 and 14.1.2.1.0 from Oracle's official patch portal and apply them following standard change management procedures. Test patches in a non-production environment before production deployment. Verify patch installation by confirming the updated version number and reviewing the patch descriptor documentation. If your environment cannot immediately patch, prioritize compensating controls such as network isolation and access restrictions.
Detection guidance
Monitor LDAP query logs for unexpected unauthenticated access attempts, unusual bind operations, or queries attempting to read or modify sensitive directory objects without valid credentials. Network intrusion detection systems should flag LDAP protocol activity from unexpected sources. Configuration management tools can help track unauthorized changes to directory entries. Log aggregation platforms can correlate failed and successful LDAP operations to identify reconnaissance or exploitation patterns. Organizations without detailed LDAP logging should enable it immediately on affected instances.
Why prioritize this
This vulnerability warrants high-priority remediation due to its easy exploitability, lack of authentication requirements, and direct impact on data integrity and confidentiality. Oracle Unified Directory typically underpins enterprise identity infrastructure; compromise can cascade across dependent systems. The CVSS 8.6 score reflects substantial risk. Although not yet in CISA's Known Exploited Vulnerabilities catalog, the technical ease of exploitation and critical nature of affected systems justify expedited patching schedules.
Risk score, explained
The CVSS 3.1 score of 8.6 (HIGH severity) reflects the combination of unauthenticated network accessibility (AV:N, PR:N), low attack complexity (AC:L), high integrity impact (I:H—data can be modified or deleted), partial confidentiality impact (C:L—some data can be read), and limited availability impact (A:L—partial service disruption possible). No user interaction is required (UI:N). The high integrity impact is the dominant risk factor, as unauthorized modification of directory data undermines trust in identity infrastructure.
Frequently asked questions
Do I need to be authenticated to exploit this vulnerability?
No. This is an unauthenticated vulnerability. An attacker on the network can exploit it without valid directory credentials, making it significantly more dangerous than flaws requiring authentication.
If I'm running Oracle Unified Directory but not version 12.2.1.4.0 or 14.1.2.1.0, am I affected?
According to the published advisory, only versions 12.2.1.4.0 and 14.1.2.1.0 are listed as affected. Verify your exact patch level against Oracle's documentation. Older or newer versions may or may not be vulnerable; consult Oracle for definitive guidance.
Can firewall rules mitigate this vulnerability until we can patch?
Yes. Restricting network access to LDAP ports (389/tcp for standard LDAP, 636/tcp for LDAPS) via firewall rules or network segmentation is an effective interim control. Limit LDAP access to trusted administrative networks and VPN connections. This reduces exposure but does not eliminate the vulnerability itself.
What should I log to detect exploitation attempts?
Enable detailed LDAP audit logging focusing on unauthenticated bind attempts, entry modifications, deletions, and searches on sensitive objects. Monitor for repeated failed authentications from unexpected sources, and alert on any successful modification or deletion operations from unauthenticated sessions.
This analysis is based on the official CVE-2026-46776 advisory published by Oracle on 2026-06-17. Organizations should verify affected product versions and patch availability directly through Oracle's official channels before taking action. The vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities catalog as of the analysis date. This assessment does not constitute legal, compliance, or business advice. Security teams should conduct their own risk assessment in the context of their environment, regulatory requirements, and threat landscape. Source: NVD (public-domain), retrieved 2026-07-23. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-35262HIGHOracle Data Integrator Authentication Bypass – Data Exposure Risk
- CVE-2026-35269HIGHOracle Identity Manager REST WebServices Authentication Bypass
- CVE-2026-35271HIGHOracle PeopleSoft WebLogic Unauthenticated Data Access Vulnerability (CVSS 8.7)
- CVE-2026-35275HIGHOracle VM VirtualBox Shared Folders Privilege Escalation Vulnerability (CVSS 7.5)
- CVE-2026-35277HIGHOracle REST Data Services Authorization Bypass
- CVE-2026-35311HIGHOracle WebLogic Server Remote Takeover via Low-Privilege Access Control Flaw
- CVE-2026-35314HIGHOracle Access Manager Authentication Bypass (CVSS 7.3)
- CVE-2026-35315HIGHOracle WebCenter Content Remote Takeover via Low-Privilege HTTP Access