Page 1 of 1

Security fixes / dependency upgrades

PostPosted: Wed Jun 08, 2022 3:26 pm
by bbqf
Hi,

I am building a docker image of the latest serviio and with a 'docker scan' I found several suggestions of dependencies that need to be upgraded to fix High/Critical vulnerabilities (will post the full log if needed):

Issues to fix by upgrading:

Upgrade com.thoughtworks.xstream:xstream@1.4.11.1 to com.thoughtworks.xstream:xstream@1.4.19 to fix
Upgrade commons-io:commons-io@2.6 to commons-io:commons-io@2.7 to fix
Upgrade org.apache.logging.log4j:log4j-core@2.15.0 to org.apache.logging.log4j:log4j-core@2.17.1 to fix

The last one, log4j is a big one and a fix has been available for half a year by now, so it would be great to have these fixed.

Re: Security fixes / dependency upgrades

PostPosted: Wed Jun 08, 2022 6:07 pm
by atc98092
I can't speak to the first two items, but Serviio did have an upgrade because of the log4j issue. Serviio version 2.2.1 was released solely to address it.

Re: Security fixes / dependency upgrades

PostPosted: Sun Jun 12, 2022 6:02 pm
by sutrus
Yes, but it turned out that the log4j patch inserted into the serviio was not effective.
Since then, several more log4j fixes have been released.

Re: Security fixes / dependency upgrades

PostPosted: Fri Jul 01, 2022 2:46 pm
by soerentsch
+1

that what @bbqf said!

Plus Upgrade org.freemarker:freemarker@2.3.15 to org.freemarker:freemarker@2.3.30.

The list is just the result of a
  Code:
docker scan
.