You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Mike Hearn (JIRA)" <ji...@apache.org> on 2017/10/26 12:12:00 UTC

[jira] [Created] (ARTEMIS-1483) Upgrade beanutils to fix CVE 2015-6420

Mike Hearn created ARTEMIS-1483:
-----------------------------------

             Summary: Upgrade beanutils to fix CVE 2015-6420
                 Key: ARTEMIS-1483
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1483
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Mike Hearn


In ARTEMIS-309 the version of Apache Commons Collections was upgraded to 3.2.2 however, this fix was not sufficient because ACC is also pulled in via Apache BeanUtils. This is a potential problem because it is enough for the bad library to anywhere on the classpath, so whether Artemis is vulnerable or not may depend on the vagaries of classpath ordering (if both versions somehow end up in the distribution by mistake).

BeanUtils has a 1.9.3 release where the dependency was upgraded to fix the CVE. If Artemis upgrades to BeanUtils 1.9.3 the problem is resolved.

We noticed this in our project using the OWASP Dependency Scanner:

https://www.owasp.org/index.php/OWASP_Dependency_Check

It'd be a great thing for you guys to start using this wonderful plugin too. The reports it generates are excellent.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)