Closed
Description
Referencing: https://thehackernews.com/2019/10/nginx-php-fpm-hacking.html?m=1
According to the referenced article, there is a new vulnerability (CVE-2019-11043) which has been patched in PHP 7.2.24. At this time, laradock/php-fpm:2.2-7.2 is on PHP 7.2.21.
Would we be able to get a new Docker image with this updated? It appears that since the Dockerfile
uses FROM php:7.2-fpm
, all you need to do is re-run the build as php has already has pushed the patch.
$ docker run -it php:7.2-fpm bash
Unable to find image 'php:7.2-fpm' locally
7.2-fpm: Pulling from library/php
8d691f585fa8: Pull complete
cba12d3fd8b1: Pull complete
cda54d6474c8: Pull complete
412447ed0729: Pull complete
1205d5ea3b9d: Pull complete
80a25696cb8a: Pull complete
62a7e0bf9b1b: Pull complete
e917be2fd0e7: Pull complete
e8ae1818d84f: Pull complete
e7c57f770d97: Pull complete
286407d851ec: Pull complete
Digest: sha256:8451ce66994c1cfbe5d823e6767cb425ac2d721ac31a33f9f808675578ee53a3
Status: Downloaded newer image for php:7.2-fpm
root@272b48382901:/var/www/html# php -v
PHP 7.2.24 (cli) (built: Oct 25 2019 04:29:43) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
Metadata
Metadata
Assignees
Labels
No labels