Bug 479932 (CVE-2009-0028) - CVE-2009-0028 Linux kernel minor signal handling vulnerability
Summary: CVE-2009-0028 Linux kernel minor signal handling vulnerability
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2009-0028
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 479957 479958 479959 479960 479961 479962 479963 479964
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-14 06:44 UTC by Eugene Teo (Security Response)
Modified: 2021-10-19 09:06 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-10-19 09:06:38 UTC
Embargoed:


Attachments (Terms of Use)
Demo program #2 (862 bytes, text/x-csrc)
2009-01-14 09:27 UTC, Vitaly Mayatskikh
no flags Details
clone ->exit_signal with CLONE_PARENT (467 bytes, patch)
2009-01-17 00:34 UTC, Oleg Nesterov
no flags Details | Diff
Upstream patch (1.93 KB, patch)
2009-03-11 00:31 UTC, Eugene Teo (Security Response)
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2009:0326 0 normal SHIPPED_LIVE Important: kernel security and bug fix update 2009-04-01 08:28:02 UTC
Red Hat Product Errata RHSA-2009:0451 0 normal SHIPPED_LIVE Important: kernel-rt security and bug fix update 2009-04-29 09:28:23 UTC
Red Hat Product Errata RHSA-2009:0459 0 normal SHIPPED_LIVE Important: kernel security and bug fix update 2009-04-30 21:24:29 UTC

Description Eugene Teo (Security Response) 2009-01-14 06:44:37 UTC
From Chris Evans:

It's a relatively minor signal issue where a child can send its parent process an arbitrary signal, even if the parent has a totally separate real and effective user id. This could be a nuisance in the case where long-running root daemons spawn direct child processes owned by untrusted users [*]. There may even be worse consequences if privileged processes have weak signal handling code for signals not normally triggerable by untrusted users.

Comment 4 Eugene Teo (Security Response) 2009-01-14 08:57:29 UTC
man clone:
The low byte of flags contains the number  of  the  termination  signal sent to the parent when the child dies.  If this signal is specified as anything other than SIGCHLD, then the parent process must  specify  the __WALL or __WCLONE options when waiting for the child with wait(2).  If no signal is specified, then the parent process is  not  signaled  when the child terminates.

Comment 30 Eugene Teo (Security Response) 2009-02-25 07:38:16 UTC
It's public now:
http://scarybeastsecurity.blogspot.com/2009/02/linux-kernel-minor-signal-vulnerability.html

Comment 31 Eugene Teo (Security Response) 2009-02-25 07:43:33 UTC
http://scary.beasts.org/security/CESA-2009-002.html

Comment 38 errata-xmlrpc 2009-04-01 08:30:52 UTC
This issue has been addressed in following products:

  Red Hat Enterprise Linux 5

Via RHSA-2009:0326 https://rhn.redhat.com/errata/RHSA-2009-0326.html

Comment 41 errata-xmlrpc 2009-04-29 09:28:36 UTC
This issue has been addressed in following products:

  MRG for RHEL-5

Via RHSA-2009:0451 https://rhn.redhat.com/errata/RHSA-2009-0451.html

Comment 42 errata-xmlrpc 2009-04-30 21:25:00 UTC
This issue has been addressed in following products:

  Red Hat Enterprise Linux 4

Via RHSA-2009:0459 https://rhn.redhat.com/errata/RHSA-2009-0459.html


Note You need to log in before you can comment on or make changes to this bug.