Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Apache Commons Collections to v3.2.2 #1

Merged
merged 1 commit into from
Dec 16, 2016

Conversation

dzc34
Copy link
Member

@dzc34 dzc34 commented Apr 9, 2016

What's this PR do?

Upgrade Apache Commons Collections to v3.2.2

Any background context you want to provide?

"Version 3.2.1 has a CVSS 10.0 vulnerability. That's the worst kind of
vulnerability that exists. By merely existing on the classpath, this
library causes the Java serialization parser for the entire JVM process
to go from being a state machine to a turing machine. A turing machine
with an exec() function!" @osake

https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8103
https://commons.apache.org/proper/commons-collections/security-reports.html
http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/

@dzc34 dzc34 assigned dzc34 and unassigned dzc34 Apr 9, 2016
@dzc34 dzc34 force-pushed the upgrade-apache-commons-collections--by-osake branch from 3d5e2ac to 060f473 Compare April 15, 2016 20:28
@dzc34 dzc34 force-pushed the upgrade-apache-commons-collections--by-osake branch from 060f473 to 829eef4 Compare May 6, 2016 18:18
@dzc34 dzc34 force-pushed the upgrade-apache-commons-collections--by-osake branch from 829eef4 to 4c5650d Compare July 23, 2016 22:40
@dzc34 dzc34 force-pushed the upgrade-apache-commons-collections--by-osake branch 3 times, most recently from 64e9d8b to 70616fb Compare August 16, 2016 21:11
Version 3.2.1 has a CVSS 10.0 vulnerability. That's the worst kind of
vulnerability that exists. By merely existing on the classpath, this
library causes the Java serialization parser for the entire JVM process
to go from being a state machine to a turing machine. A turing machine
with an exec() function!

https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-8103
https://commons.apache.org/proper/commons-collections/security-reports.html
http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/
@dzc34 dzc34 force-pushed the upgrade-apache-commons-collections--by-osake branch from 70616fb to 1fb22b1 Compare September 4, 2016 19:56
@mfaure mfaure merged commit 9843356 into master Dec 16, 2016
@dzc34 dzc34 deleted the upgrade-apache-commons-collections--by-osake branch December 20, 2016 23:38
@dzc34
Copy link
Member Author

dzc34 commented Dec 20, 2016

Finally, added with d7e5480

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants