Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260558 (CVE-2009-0028) - Kernel: <2.6.28 clone syscall allows arbitrary signals (CVE-2009-0028)
Summary: Kernel: <2.6.28 clone syscall allows arbitrary signals (CVE-2009-0028)
Status: RESOLVED FIXED
Alias: CVE-2009-0028
Product: Gentoo Security
Classification: Unclassified
Component: Kernel (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Security
URL: http://git.kernel.org/?p=linux/kernel...
Whiteboard: [linux <2.6.27.20] [linux >=2.6.28 <2...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-27 21:57 UTC by Stefan Behte (RETIRED)
Modified: 2013-09-05 03:51 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Behte (RETIRED) gentoo-dev Security 2009-02-27 21:57:03 UTC
CVE-2009-0028 (http://nvd.nist.gov/nvd.cfm?cvename=CVE-2009-0028):
  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.