Excessive Privileges - Docker
Description
The containers executed in the application do not properly restrict the privileges of the users, executing tasks with root user instead of a custom user.
Impact
Gain total control of the container.
Recommendation
- Restrict the privileges of the user that execute instructions inside the container. - Avoid the use of the root user as default user.
Threat
Authenticated attacker with local access to the container.
Expected Remediation Time
⏱️ 15 minutes.
Requirements
095 - Define users with privileges096 - Set user's required privileges186 - Use the principle of least privilegeFixes