Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 113380 - Threads DoS issue (CVE-2005-3783)
Summary: Threads DoS issue (CVE-2005-3783)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Kernel (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Security
URL: http://www.kernel.org/git/?p=linux/ke...
Whiteboard: [linux < 2.6.14.2]
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-23 11:40 UTC by Sune Kloppenborg Jeppesen (RETIRED)
Modified: 2009-05-03 15:53 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 Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2005-11-23 11:40:54 UTC
[PATCH] Fix ptrace self-attach rule 
  
 Before we did CLONE_THREAD, the way to check whether we were attaching 
 to ourselves was to just check "current == task", but with CLONE_THREAD 
 we should check that the thread group ID matches instead.
Comment 1 Tim Yamin (RETIRED) gentoo-dev 2006-01-02 15:38:49 UTC
Adding maintainers:

mips-sources-2.4.13: Kumba
rsbac-sources: kang
sh-sources: sh-herd
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2006-04-14 15:25:13 UTC
All fixed, resolving bug.