Bug 829263
Summary: | Sudo has racecondition leaving sudo with its zombie child running forever | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Matthias Hensler <mails.bugzilla.redhat.com> |
Component: | sudo | Assignee: | Daniel Kopeček <dkopecek> |
Status: | CLOSED ERRATA | QA Contact: | Zbysek MRAZ <zmraz> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.8 | CC: | dapospis, dkopecek, ebenes, fkrska, jpallich, plyons, pvrabec |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | sudo-1.7.2p1-17.el5 | Doc Type: | Bug Fix |
Doc Text: |
Prior to this update, a race condition bug existed in sudo. When a program was executed with sudo, the program could possibly exit successfully before sudo started waiting for it. In this situation, the program would be left in a zombie state and sudo would wait for it endlessly, expecting it to still be running.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-01-08 07:49:43 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 844978 |
Description
Matthias Hensler
2012-06-06 10:50:37 UTC
This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. I think sudo is that kind of security tool which should receive an update/patch whenever a problem exists. That race descriped here cannot be used to gain higher privileges, but can be used to flood the system with zombies very easily. You write that no update is scheduled for EL5, however, the last sudo-update was just 2 weeks ago, adding a patch for CVE-2012-2337 (see rhbz#829766). Hi, (In reply to comment #2) > I think sudo is that kind of security tool which should receive an > update/patch whenever a problem exists. That race descriped here cannot be > used to gain higher privileges, but can be used to flood the system with > zombies very easily. > > You write that no update is scheduled for EL5, however, the last sudo-update > was just 2 weeks ago, adding a patch for CVE-2012-2337 (see rhbz#829766). we're working on addressing this issue in 5.8.z, so this issue should be fixed soon. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Prior to this update, a race condition bug existed in sudo. When a program was executed with sudo, the program could possibly exit successfully before sudo started waiting for it. In this situation, the program would be left in a zombie state and sudo would wait for it endlessly, expecting it to still be running. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2013-0112.html |