Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.10, 2.5.12, 2.7.7
-
None
-
None
-
CVE-2026-27727, CVE-2026-27830
Description
Current Situation
JS7 JOC Cockpit ships with mchange-commons-java 0.3.1 and c3p0 0.10.0 (both of com.mchange group). Both libraries are affected by the vulnerablities.
These libraries are still shipped because of backward compatiblity reasons only, but are not in use anymore as HikariCP is used as the default connection pool. Therefore our application is not affected.
Desired Behavior
The libraries should be dropped and should not be shipped with the product any longer.
Workaround
- User who are still using c3p0 for personal reasons as a connection pool should download and replace both librarires with newer versions that fixes the issue.
- Users who cannot upgade their JS7 JOC Cockpit instance can do the following steps to get rid of the vulnerable components
- stop the JOC Cockpit service
- delete both libraries from [JETTY_BASE]/webapps/joc/WEB-INF/lib
- start JOC Cockpit service again