Description
OpenDJ is an LDAPv3 compliant directory service. Prior to 5.1.2, the SASL PLAIN authorization identity path in opendj-server-legacy/src/main/java/org/opends/server/extensions/PlainSASLMechanismHandler.java checked the PROXIED_AUTH privilege but did not evaluate the mayProxy proxy ACI scope when an authzid resolved to a different user. Both dn: and u: or bare authzid forms could therefore let an authenticated account holding PROXIED_AUTH assume any resolvable non-root identity outside the identities permitted by its proxy ACI. The fix returns INVALID_CREDENTIALS (49) before password verification when the target authorization identity is not permitted. This issue is fixed in version 5.1.2.
Published: 2026-08-13
Score: 9.6 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An authorization bypass exists in OpenDJ where accounts holding the PROXIED_AUTH privilege can assume any non‑root user identity without the necessary proxy ACL check. The flaw permits authentication as a different user using the SASL PLAIN mechanism, effectively granting the attacker the target’s permissions. This is a classic privilege escalation and authorization failure, classified under CWE‑285 and CWE‑639.

Affected Systems

OpenIdentityPlatform’s OpenDJ directory service versions earlier than 5.1.2 are affected. Specifically the SASL PLAIN handler in opendj-server-legacy/processes user authentication requests involving the PROXIED_AUTH privilege. Users who are not root but whose identities can be resolved are vulnerable, regardless of whether the target is specified via dn: or u: authzid forms.

Risk and Exploitability

With a CVSS score of 9.6, the vulnerability is considered critical. No EPSS information is currently available, and it is not listed in CISA’s KEV catalog. The attack vector is likely a legitimate LDAP connection using SASL PLAIN over which an authenticated account that possesses PROXIED_AUTH attempts to set an authzid to any resolvable non‑root identity. If the target identity is not permitted by its proxy ACI, the fix now returns INVALID_CREDENTIALS, but prior to the patch the request would succeed, giving the attacker full access to the impersonated user’s data and permissions.

Generated by OpenCVE AI on August 13, 2026 at 20:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenDJ to version 5.1.2 or later
  • Revoke or restrict the PROXIED_AUTH privilege on non‑admin accounts until the upgrade can be applied
  • Enable and monitor LDAP audit logs for suspicious use of PROXIED_AUTH with unauthorized authzid values

Generated by OpenCVE AI on August 13, 2026 at 20:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-p279-2cqp-84jg OpenDJ SASL PLAIN authzid bypassing the proxy ACI scope check
History

Tue, 18 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 14 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
First Time appeared Openidentityplatform
Openidentityplatform opendj
Vendors & Products Openidentityplatform
Openidentityplatform opendj

Thu, 13 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Description OpenDJ is an LDAPv3 compliant directory service. Prior to 5.1.2, the SASL PLAIN authorization identity path in opendj-server-legacy/src/main/java/org/opends/server/extensions/PlainSASLMechanismHandler.java checked the PROXIED_AUTH privilege but did not evaluate the mayProxy proxy ACI scope when an authzid resolved to a different user. Both dn: and u: or bare authzid forms could therefore let an authenticated account holding PROXIED_AUTH assume any resolvable non-root identity outside the identities permitted by its proxy ACI. The fix returns INVALID_CREDENTIALS (49) before password verification when the target authorization identity is not permitted. This issue is fixed in version 5.1.2.
Title OpenDJ: Authorization bypass in SASL PLAIN allowing a `proxied-auth` holder to impersonate any resolvable non-root user without an ACI proxy grant
Weaknesses CWE-285
CWE-639
References
Metrics cvssV3_1

{'score': 9.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N'}


Subscriptions

Openidentityplatform Opendj
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-18T01:30:06.653Z

Reserved: 2026-08-13T14:04:09.603Z

Link: CVE-2026-73644

cve-icon Vulnrichment

Updated: 2026-08-18T01:30:00.657Z

cve-icon NVD

Status : Received

Published: 2026-08-13T18:18:20.093

Modified: 2026-08-18T02:17:29.367

Link: CVE-2026-73644

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T12:14:45Z

Weaknesses
  • CWE-285

    Improper Authorization

  • CWE-639

    Authorization Bypass Through User-Controlled Key