...
There is a critical vulnerability, CVE-2024-45410, published by NIST NVD on Traefik reverse proxies, affecting versions 2.x versions until 2.11.9 and 3.x versions utill until 3.1.3. Traefik is part of our Smart ID Docker compose package. In case your hosting is based on the Smart ID Docker compose package, please verify the used Traefik container version and update if necessary.
...
In /docker/compose/smartid.env, change the Traefik version as described below:
# -- Traefik #TRAEFIK_VERSION=v3.x.x
to
# -- Traefik
TRAEFIK_VERSION=v3.1.4
Restart Update and restart the Traefik container, for example with the following commands:
...