Security restrictions bypass in Linux kernel - CVE-2009-0028

 

Security restrictions bypass in Linux kernel - CVE-2009-0028

Published: February 27, 2009 / Updated: June 20, 2024


Vulnerability identifier: #VU92846
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P/U:Clear
CVE-ID: CVE-2009-0028
CWE-ID: CWE-264
Exploitation vector: Local access
Exploit availability: Public exploit is available
Vendor: Linux Foundation
Affected software:
Linux kernel

Detailed vulnerability description

The vulnerability allows a local user to perform service disruption.

The clone system call in the Linux kernel 2.6.28 and earlier allows local users to send arbitrary signals to a parent process from an unprivileged child process by launching an additional child process with the CLONE_PARENT flag, and then letting this new process exit.


How to mitigate CVE-2009-0028

Install update from vendor's repository.

Sources