vendor:
Linux Kernel
by:
Unknown
7.5
CVSS
HIGH
Privilege Escalation
269
CWE
Product Name: Linux Kernel
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE: CVE-Unknown
CPE: o:linux:linux_kernel
Platforms Tested: Linux
Unknown
Linux Kernel Capabilities Privilege Escalation
The Linux kernel implements POSIX "Capabilities" as an additional form of privilege control. These capabilities allow more specific control over what privileged processes can do. However, there is a vulnerability where capabilities are copied with fork() execs, meaning that if capabilities are modified by a parent process, they can be carried over. An attacker can exploit this by setting all capabilities to zero and executing a setuid program that attempts to drop privileges before executing dangerous code. This can lead to a complete compromise of the system.
Mitigation:
Apply patches provided by the Linux kernel developers to fix the capability handling issue.