CVE-2026-35563
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIt was identified that the LDAP client implementation in version 2.1.7 does not verify if the server certificate matches the intended LDAP hostname. While the underlying code validates the certificate chain against a trusted authority, the absence of endpoint identification allows a valid certificate issued for an entirely unrelated host to be improperly accepted. This oversight leaves the connection highly vulnerable to server impersonation and complete connection compromise. The root cause of this vulnerability lies in the incomplete TLS server identity verification within the LDAP client implementation. The attacker requires MITM capability on the network to exploit this vulnerability. This attacker must be able to present a certificate trusted by the client's configured trust store. The hostname verification has been enforced in the new version of the LDAP API
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe LDAP client in version 2.1.7 validates the certificate chain against trusted authorities but fails to verify that the server certificate matches the intended LDAP hostname. This allows a MITM attacker with a trusted certificate for an unrelated host to impersonate the LDAP server and compromise the connection.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 2.0.0, < 2.1.7CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- High
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Apache Directory Ldap Api library usageLocate the ldap-api library in your deployment: check for JAR files named ldap-api-*.jar, or inspect Maven/Gradle dependency files (pom.xml, build.gradle) for the Apache Directory Ldap Api artifactAffected if The library version is 2.0.0 or higher but below 2.1.7
-
Verify SSL/TLS is enabled for LDAP connectionsInspect your application configuration or connection code for LDAPS (ldaps:// URL scheme) or StartTLS usage. Check if javax.net.ssl properties or custom SSLContext are configured for LDAP connectionsAffected if LDAP connections use SSL or TLS encryption (the vulnerability requires a secure channel to be established)
-
Confirm hostname verification is not enforcedReview the LDAP connection code or SSL configuration for any custom TrustManager,HostnameVerifier, or disabled verification flags. Look for patterns like DisabledCertificateVerification, TrustAllSSLVerifier, or similar configurations that bypass hostname validationAffected if Hostname verification is explicitly disabled or a TrustManager that does not validate endpoint identity is in use
You are affected if Apache Directory Ldap Api version 2.0.0 to < 2.1.7 is in use AND your application connects to LDAP servers over SSL/TLS with hostname verification disabled or missing
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.1.7
Upgrade to the newer version of the LDAP API that enforces hostname verification, then verify LDAP connectivity continues to function correctly.
2.1.8 or later
- 1. Identify all applications and services using Directory Ldap Api version 2.0.0 through 2.1.6
- 2. Upgrade the Directory Ldap Api dependency to version 2.1.8 or later
- 3. Rebuild and redeploy all affected applications
- 4. Verify LDAPS connections are working after the upgrade
- 5. Test that hostname verification is functioning correctly (certificate must match the LDAP server hostname)
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation1.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,616.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-35563 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-35563 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data