Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.7.1
Description
Remove dependency on org.bouncycastle bcprov-jdk15on before version 1.6.0 for Ambari Server security concerns. See
- CVE-2018-1000180 - https://nvd.nist.gov/vuln/detail/CVE-2018-1000180
This dependency is compiled into the apacheds-all.jar from
<dependency> <groupId>org.apache.directory.server</groupId> <artifactId>apacheds-all</artifactId> <version>2.0.0-M24</version> </dependency>
The relevant parts of this need to be broken out and the offending bouncy castle JAR needs to be excluded as needed.