Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Jordmoz

#36001of 56,330
7.8Total CVSS
Vulnerabilities · 1
PT-2016-5663
7.8
2016-04-13
Docker · Docker · CVE-2016-3697
**Name of the Vulnerable Software and Affected Versions** runC versions prior to 0.1.0 Docker versions prior to 1.11.2 **Description** The issue improperly treats a numeric UID as a potential username, allowing local users to gain privileges via a numeric username in the password file in a container. This occurs because the GetExecUser function in the libcontainer/user package will improperly interpret numeric UIDs as usernames if the method is used without verifying that usernames are formatted as expected. **Recommendations** For runC versions prior to 0.1.0, update to version 0.1.0 or later to resolve the issue. For Docker versions prior to 1.11.2, update to version 1.11.2 or later to resolve the issue. As a temporary workaround, consider verifying that usernames are formatted as expected before using the GetExecUser function to minimize the risk of exploitation.