Default Root User Execution
Docker containers run as root user (UID 0) by default when no USER directive is specified in the Dockerfile. This gives all application processes full root privileges within the container, violating the principle of least privilege.