ibm-messaging / mq-jms-spring

Components to assist MQ JMS integration with Spring frameworks
Apache License 2.0
186 stars 102 forks source link

Spring Boot Starter Vulnerable to CVE-2024-34447 #110

Closed loffing closed 1 week ago

loffing commented 2 months ago

Version 3.2.4 of mq-jms-spring-boot-starter is vulnerable to CVE-2024-34447 due to its transitive dependency on version 1.77 of org.bouncycastle:bcprov-jdk18on.


ibmmqmet commented 2 months ago

If there is a vulnerability in the MQ client code (not this package), it will be reported via an IBM security bulletin.

So far, no version of the MQ client has been released with a later dependency level of the bouncy castle jars. (Version 9.3.5.1 didn't change those dependencies.) If and when a new MQ level comes out that uses the newer BC files, then it will get referenced through an update in this module. But right now, there's nothing that can be done here.

loffing commented 1 week ago

This vulnerability no longer exists in version 3.3.0 of mq-jms-spring-boot-starter.