Open rgoltz opened 1 month ago
It is rebuilt periodically, typically as a result of base image updates and PHP version bumps. Unfortunately, the Alpine base image doesn't update as often as it sometimes needs to, so this results in a bit of lag at the higher levels.
In regards to the CVE, is "OCSP stapling" a feature of libcurl that's commonly used in PHP projects? I don't think I've seen it used much, but that could be my sampling bias.
Describe the issue
The most recent image tag for
php:zts-alpine
using an out-dated curl and libcurl version. This version is vulnerable against CVE-2024-8096. A fix is provided from curl project via version 8.10.0 (or higher). This version was released at 11 Sep 2024 containing the fix named "gtls: fix OCSP stapling Management" to resolve this CVE.8.9.1-r2
8.10.0-r0
You can find this vulnerability on docker-hub as well:
Question/Request
The latest build of image-tag
php:zts-alpine
on docker-hub was push at 27 Sep 2024.