Bug 433758 (CVE-2008-0882)
Summary: | CVE-2008-0882 cups: double free vulnerability in process_browse_data() | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Tomas Hoger <thoger> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | kreilly, twaugh |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 1.3.6-2.fc8 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-02-26 00:23:42 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: | 433766, 433767, 433802, 433803 | ||
Bug Blocks: |
Description
Tomas Hoger
2008-02-21 10:26:33 UTC
Further info from Tim Waugh: In Red Hat Enterprise Linux 3, 4 and 5 we ship with 'BrowseAllow @LOCAL' (the upstream default at the time), which causes CUPS to drop UDP Browse packets from source IP addresses not matching a local subnet (i.e. interface address & netmask, for each interface). In Fedora we ship with 'BrowseAll All' in the CUPS configuration, which allows all UDP Browse packets in. Communication to 631/udp is allowed by default in iptables configuration. We've determined through source code analysis that the older versions of CUPS as shipped in Red Hat Enterprise Linux 3 and 4 do not contain the code that can cause this double-free to occur. We also tested this using a reproducer. Red Hat Enterprise Linux 5 does have the double-free and we can cause CUPS to remotely crash using an internal reproducer. However the glibc pointer checking as part of Enterprise Linux 5 limits the exploitability of this issue to just a crash of CUPS and not the ability to execute arbitrary code. cups-1.2.12-9.fc7 has been submitted as an update for Fedora 7 cups-1.3.6-2.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. cups-1.2.12-9.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report. This issue was addressed in: Red Hat Enterprise Linux: http://rhn.redhat.com/errata/RHSA-2008-0157.html Fedora: https://admin.fedoraproject.org/updates/F7/FEDORA-2008-1976 https://admin.fedoraproject.org/updates/F8/FEDORA-2008-1901 |