First published: Fri Jun 16 2023(Updated: )
Bouncy Castle For Java before 1.74 is affected by an LDAP injection vulnerability. The vulnerability only affects applications that use an LDAP CertStore from Bouncy Castle to validate X.509 certificates. During the certificate validation process, Bouncy Castle inserts the certificate's Subject Name into an LDAP search filter without any escaping, which leads to an LDAP injection vulnerability.
Credit: cve@mitre.org cve@mitre.org cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
maven/org.bouncycastle:bcprov-debug-jdk15on | >=1.49<=1.70 | |
maven/org.bouncycastle:bcprov-ext-jdk15on | >=1.49<=1.70 | |
maven/org.bouncycastle:bcprov-jdk15on | >=1.49<=1.70 | |
maven/org.bouncycastle:bcprov-debug-jdk14 | >=1.49<1.74 | 1.74 |
maven/org.bouncycastle:bcprov-ext-jdk14 | >=1.49<1.74 | 1.74 |
maven/org.bouncycastle:bcprov-jdk14 | >=1.49<1.74 | 1.74 |
maven/org.bouncycastle:bcprov-debug-jdk18on | <1.74 | 1.74 |
maven/org.bouncycastle:bcprov-debug-jdk15to18 | <1.74 | 1.74 |
maven/org.bouncycastle:bcprov-ext-jdk18on | <1.74 | 1.74 |
maven/org.bouncycastle:bcprov-ext-jdk15to18 | <1.74 | 1.74 |
maven/org.bouncycastle:bcprov-jdk15to18 | <1.74 | 1.74 |
maven/org.bouncycastle:bcprov-jdk18on | <1.74 | 1.74 |
Bouncycastle Bc-java | <1.74 | |
redhat/BouncyCastle | <1.74 | 1.74 |
IBM Security Verify Privilege On-Premises | <=All |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-33201 is an LDAP injection vulnerability in Bouncy Castle for Java before version 1.74.
The LDAP injection vulnerability in Bouncy Castle allows an attacker to inject malicious LDAP statements, potentially leading to unauthorized access or data leakage.
CVE-2023-33201 has a severity rating of 7.1 (high).
To fix the LDAP injection vulnerability, update Bouncy Castle for Java to version 1.74 or later.
You can find more information about CVE-2023-33201 on the Bouncy Castle website and the official GitHub page for BC-Java.