postgis / docker-postgis

Docker image for PostGIS
https://hub.docker.com/r/postgis/postgis/
MIT License
1.37k stars 464 forks source link

postgis:14-master has malware kdevtmpfsi vulnerability #374

Closed manuelep closed 8 months ago

manuelep commented 8 months ago

it seams the image of the version 14 is affected by this vulnerability: https://github.com/docker-library/postgres/issues/817

ImreSamu commented 8 months ago

it seams ...

Ouch ...

I don't find any malware :

docker pull postgis/postgis:14-master
docker run -it --rm  postgis/postgis:14-master bash -c "find / -name kdevtmpfsi"

IMHO: It is not recommended to run the postgis/postgis and upstream docker postgres images with an open port 5432 in the cloud using a simple password, as they are vulnerable. A brief security warning is also included in the readme.

For guidance on how to handle this situation and secure your Docker image, please refer to the recommendations provided in this discussion:

manuelep commented 8 months ago

yes I closed the issue as far as I found that the problem was related to a bad su password management... Sorry! thanks a lot!

Il 10 gennaio 2024 18:21:30 CET, ImreSamu @.***> ha scritto:

it seams ...

Ouch ...

I don't find any malware :

docker pull postgis/postgis:14-master
docker run -it --rm  postgis/postgis:14-master bash -c "find / -name kdevtmpfsi"

IMHO: It is not recommended to run the postgis/postgis and upstream docker postgres images with an open port 5432 in the cloud using a simple password, as they are vulnerable. A brief security warning is also included in the readme.

For guidance on how to handle this situation and secure your Docker image, please refer to the recommendations provided in this discussion:

-- Reply to this email directly or view it on GitHub: https://github.com/postgis/docker-postgis/issues/374#issuecomment-1885280407 You are receiving this because you modified the open/close state.

Message ID: @.***>