-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
hello
first thank you for all the work!
I use a docker-compose setup which uses nextcloud:latest
docker-compose images
Container Repository Tag Image Id Size
nextcloud nextcloud latest 2f8c2f1cae24 868.6 MB
nextcloud-db mariadb latest 6d5c5ed114ad 407.6 MB
Last week a lot of CVE for apache were mentioned and one should upgrade to at lease 2.46.something.
nextcloud:latest still uses:
docker exec -it nextcloud /bin/bash
root@22...a:/var/www/html# dpkg -l | grep apa
ii apache2 2.4.38-3+deb10u4
https://packages.debian.org/buster/apache2
shows:
dep: apache2-bin (= 2.4.38-3+deb10u4)for buster
dep: apache2-bin (= 2.4.46-4~bpo10+1) for buster-backports
dep: apache2-bin (= 2.4.46-4) [alpha] for sid
dep: apache2-bin (= 2.4.48-3) [nicht alpha]for sid
to maintain the "A safe home for all your data" statement, the apache version of nextcloud should use at least all the backports
(or alpine as the fpm version does, alpine 3.14 uses 2.4.48)
I'm not sure if the apache is exploitable in the config nextcloud uses, but resent packages are probably safer than old ones.
Thank you