Permissions, Privileges, and Access Controls in Linux kernel - CVE-2013-1858

 

Permissions, Privileges, and Access Controls in Linux kernel - CVE-2013-1858

Published: April 6, 2013 / Updated: August 11, 2020


Vulnerability identifier: #VU42930
CSH Severity: High
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Amber
CVE-ID: CVE-2013-1858
CWE-ID: CWE-264
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: Linux Foundation
Affected software:
Linux kernel

Detailed vulnerability description

The vulnerability allows a remote non-authenticated attacker to execute arbitrary code.

The clone system-call implementation in the Linux kernel before 3.8.3 does not properly handle a combination of the CLONE_NEWUSER and CLONE_FS flags, which allows local users to gain privileges by calling chroot and leveraging the sharing of the / directory between a parent process and a child process.


How to mitigate CVE-2013-1858

Install update from vendor's website.

Sources