[bitnami/kafka] /usr/sbin has Owner and Group Writable permissions #67229
Labels
kafka
solved
stale
15 days without activity
tech-issues
The user has a technical issue about an application
Name and Version
bitnami/kafka:3.6.1-debian-11-r0
What architecture are you using?
amd64
What steps will reproduce the bug?
Run the following command,
docker run --rm --entrypoint=bash docker.io/bitnami/kafka:3.6.1-debian-11-r0 -c "ls -lrt /usr"
What is the expected behavior?
/usr/sbin file should not be writable as it contains binaries which are
frequently executed by the system with high privileges. A malicious user can
modify the binaries in /usr/sbin and run malicious code/command with root
privileges.
What do you see instead?
sbin
directory hasdrwxrwxr-x
permissionAdditional information
No response
The text was updated successfully, but these errors were encountered: