CVE-2026-0636: LDAP Injection Vulnerability in LDAPStoreHelper.java
Improper neutralization of special elements used in an LDAP query ('LDAP injection') vulnerability in Legion of the Bouncy Castle Inc. BC-JAVA bcprov on all (prov modules).
This vulnerability is associated with program files LDAPStoreHelper.
This issue affects BC-JAVA: from 1.74 before 1.80.2, from 1.81 before 1.81.1, from 1.82 before 1.84.
Security readout for executives and security teams
Plain-English summary
BC-JAVA can build unsafe LDAP queries when applications pass untrusted data through LDAPStoreHelper. An unauthenticated remote attacker may manipulate directory searches, potentially exposing or altering limited information. Impact depends on whether the application uses the vulnerable helper with attacker-controlled input.
Executive priority
Treat as a targeted, moderate-priority remediation. Prioritize internet-facing or identity-sensitive applications using LDAPStoreHelper, then upgrade within the normal security patch cycle. Escalate urgency if validation confirms unauthenticated input reaches the vulnerable query path.
Technical view
CVE-2026-0636 is a CWE-90 LDAP injection flaw in BC-JAVA bcprov's LDAPStoreHelper.java. It affects versions 1.74 through 1.80.1, 1.81, and 1.82 through 1.83. CVSS 3.1 is 6.5: network-reachable, low complexity, no privileges or interaction, with low confidentiality and integrity impact and no availability impact.
Likely exposure
Exposure requires a vulnerable bcprov version and an application path where attacker-controlled values reach LDAPStoreHelper query construction. Merely having BC-JAVA installed does not establish exploitability. Internet-facing services, APIs, or identity workflows using this helper deserve prompt review.
Exploitation context
The CVSS vector describes remote, unauthenticated, low-complexity exploitation without user interaction. However, the source bundle marks KEV false and provides no evidence of active exploitation. Practical impact remains application-dependent because untrusted input must reach the affected LDAP query logic.
Researcher notes
The vendor identifies LDAPStoreHelper as the affected program file and provides a patch commit. The supplied evidence establishes affected and fixed version ranges, but does not document observed attacks or prove every bcprov consumer is reachable. Deployment-specific data flow analysis is therefore essential.
Mitigation direction
Upgrade 1.74–1.80.1 deployments to BC-JAVA 1.80.2 or later.
Upgrade version 1.81 to BC-JAVA 1.81.1 or later.
Upgrade 1.82–1.83 deployments to BC-JAVA 1.84 or later.
Apply the relevant Red Hat security erratum when using affected Red Hat packages.
Restrict untrusted input from LDAP query construction until upgrades are completed.
Validation and detection
Inventory direct and transitive bcprov dependencies, including versions packaged inside deployed applications.
Confirm runtime artifacts do not contain affected BC-JAVA versions.
Search application code and dependency usage for LDAPStoreHelper.java or its exposed APIs.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-90: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-90 · source CWE mapping
Improper Neutralization of Special Elements used in an LDAP Query ('LDAP Injection')
Improper Neutralization of Special Elements used in an LDAP Query ('LDAP Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.