-
Notifications
You must be signed in to change notification settings - Fork 56
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
Import fixed Apache Commons Collections #444
Comments
Spring IO Platform 2.0.x and 1.1.x will be fixed version of commons-collections at next maintenance release.
We need to watch these release timing. |
@btshimizukza |
* Apply fix version for COLLECTIONS-580
…ions-3.2.2 [1.0.x] Update to Commons-Collections 3.3.2 #444
5.1.0 will resolved via #362 . |
5.0.2 will be resolved via #392 . |
Description
In commons-collections 3.2.1, arbitrary remote code execution vulnerability was found.
It was fixed 3.2.2.
https://issues.apache.org/jira/browse/COLLECTIONS-580
5.1.0.RELEASE is based on Spring IO Platform 2.0.0.RELEASE, but it contains commons-collection 3.2.1.
Spring 4 itself had similar vulnerability in older version. But fixed version (4.2.3 in IOPF 2.0.0.RELEASE #362 / 4.1.9 #392) will be imported in the next release.
Possible Solutions
Override its version to commons-collections 3.2.2.
It is necessary to backport to 1.0.x because of its impact.
Affects Version/s
Fix Version/s
Issue Links
https://jvn.jp/vu/JVNVU94276522/
https://issues.apache.org/jira/browse/COLLECTIONS-580
https://jira.spring.io/browse/SPR-13656
#362
The text was updated successfully, but these errors were encountered: