Bug 144172
| Summary: | binfmt_aout DoS | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 2.1 | Reporter: | Josh Bressers <bressers> |
| Component: | kernel | Assignee: | Don Howard <dhoward> |
| Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.1 | CC: | jparadis, peterm, riel |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | ia64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | RHSA-2006-0190 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-01 17:44:31 UTC | Type: | --- |
| 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: | 143573 | ||
|
Description
Josh Bressers
2005-01-04 21:46:18 UTC
Jim, note my comment in bug 144153. I'm not sure if it applies to RHEL2.1. The second patchset above has already been applied to AS2.1-U7 (see bug 144785). The first one has not, and is applicable to AS2.1-ia64. It looks like the first pachset (the do_brk patch) is not applicable to
pensacola nor to derry.
On pensacola (with the binfmt_aout.o kernel module loaded) the test program is
killed with SIGSEGV.
On derry, it appears that we don't ship a binfmt_aout module (correct me if that
is wrong).
The test binary I used is generated as follows:
perl -e'print"\x07\x01".("\x00"x13)."\xc0".("\x00"x16)'>eout
On code inspection, it looks like the set_brk patch is needed in derry for binfmt_elf and binfmt_aout, though we don't appear to support aout on derry. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2006-0190.html |