The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsThere is no fixed version for org.bouncycastle:bcprov-ext-jdk14.
org.bouncycastle:bcprov-ext-jdk14 is a Java implementation of cryptographic algorithms.
Affected versions of this package are vulnerable to LDAP Injection in the parseDN() method of the JDK 1.4 LDAPStoreHelper class, which returns the raw DN component that callers concatenate into an LDAP filter of the form (attr=value) and pass to DirContext.search() without the filterEncode() escaping applied to the main Java sources. An attacker can inject LDAP filter logic and alter the directory queries an application issues by presenting a certificate whose Subject or Issuer CN contains LDAP filter metacharacters. This affects only the bcprov-jdk14 distribution, where the ant/jdk14.xml build overwrites the patched main Java file with the unescaped JDK 1.4 variant, and it requires the application to resolve certificates through this LDAP-backed store.
Note: This is a bypass of the fix for the vulnerability described in CVE-2026-0636.