-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 6.8.0
-
Component/s: Core - Web Resources
-
1
-
Severity 3 - Minor
Summary
Similar to the issue described in CONFSERVER-40130, Synchrony Proxy is still using the old commons-collections library which allows for remote code execution. We can see this by looking at the following directories:
<Confluence-Install>/confluence/confluence/WEB-INF/lib/commons-collections-3.2.2.jar <Confluence-Install>/confluence/synchrony-proxy/WEB-INF/lib/commons-collections-3.2.1.jar
Notes
Similar to CONFSERVER-40130, we’ll need to update the library for Synchrony Proxy.