Bug 164988 - CAN-2005-2098 Error during attempt to join key management session can leave semaphore pinned
Summary: CAN-2005-2098 Error during attempt to join key management session can leave s...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 4
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: David Howells
QA Contact: Brian Brock
URL:
Whiteboard: source=redhat,reported=20050803,publi...
Depends On: 164979
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-03 10:49 UTC by David Howells
Modified: 2007-11-30 22:11 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-08-29 13:24:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch to fix session joining error path (417 bytes, patch)
2005-08-03 10:49 UTC, David Howells
no flags Details | Diff

Description David Howells 2005-08-03 10:49:07 UTC
+++ This bug was initially created as a clone of Bug #164979 +++

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.0 (like Gecko)

Description of problem:
If a request is made to join a named session keyring, but that keyring does 
not exist, then if the syscall fails to allocate a keyring it'll return an 
error without dropping the semaphore it was holding. 
 
This can only be encountered in a few ways: ENOMEM, key quota full, empty 
keyring name or keyring name too long; most of which are unlikely, 

Version-Release number of selected component (if applicable):
kernel-2.6.9-11.38.EL

How reproducible:
Always

Steps to Reproduce:
1. keyctl session "" /bin/true   
2. Any valid keyctl session command 
   

Actual Results:  Command (2) hangs in the D state. 

Expected Results:  Command (2) should exit with an error or go into the new session as 
appropriate. 

Additional info:

Any user can use this command. Whilst the keyctl program could be made to 
validate the argument to prevent accidental incurment, it's still possible to 
suffer from ENOMEM and EDQUOT errors, and it's possible to bypass keyctl 
entirely and invoke the keyctl() system call directly.

Comment 1 David Howells 2005-08-03 10:49:07 UTC
Created attachment 117396 [details]
Patch to fix session joining error path

Comment 2 Mark J. Cox 2005-08-10 11:58:24 UTC
was fixed upstream 20050804
http://linux.bkbits.net:8080/linux-2.6/cset@42f27662eQX0eDgsMgMAQb3H52ljWA

Comment 3 Mark J. Cox 2005-08-29 13:24:06 UTC
         FC3        fixed 2.6.12.5 FEDORA-2005-821 [#164988:CLOSED]
         FC4        fixed 2.6.12.5 FEDORA-2005-820 [#164988:CLOSED]



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