Bug 431438 (CVE-2008-0888)
Summary: | CVE-2008-0888 unzip: free() called for uninitialized or already freed pointer | ||||||
---|---|---|---|---|---|---|---|
Product: | [Other] Security Response | Reporter: | Tomas Hoger <thoger> | ||||
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> | ||||
Status: | CLOSED ERRATA | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | unspecified | CC: | kreilly, security-response-team, varekova | ||||
Target Milestone: | --- | Keywords: | Security | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-07-25 08:27:58 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: | 436530, 436531, 437927 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Tomas Hoger
2008-02-04 15:16:58 UTC
Created attachment 293893 [details]
Patch against 5.5.2 proposed by Tavis
This flaw is a crash only on Red Hat Enterprise Linux 4 and 5, as glibc will not allow a free on an invalid pointer. Public now: http://taviso.decsystem.org/research.html https://issues.rpath.com/browse/RPL-2317 http://marc.info/?l=full-disclosure&m=120579856512587&w=4 Issue is also caught on Fedora 7/8 by malloc/free checks, only causing client application DoS, which is not considered a security issue. I've filed tracking bug for rawhide, so that this issue is addressed in future Fedora and Red Hat Enterprise Linux versions. This issue was addressed in: Red Hat Enterprise Linux: http://rhn.redhat.com/errata/RHSA-2008-0196.html |