Bug 1080167
Summary: | CVE-2014-2497 php: gd: NULL pointer dereference in gdImageCreateFromXpm() [fedora-all] | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Tomas Hoger <thoger> | ||||
Component: | php | Assignee: | Remi Collet <fedora> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 20 | CC: | fedora, jmlich, jorton | ||||
Target Milestone: | --- | Keywords: | Reopened, Security, SecurityTracking | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | php-5.5.16-1.fc19 | Doc Type: | Release Note | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-09-02 06:47:46 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: | 1076676 | ||||||
Attachments: |
|
Description
Tomas Hoger
2014-03-24 19:39:58 UTC
Please use the following update submission link to create the Bodhi request for this issue as it contains the top-level parent bug(s) as well as this tracking bug. This will ensure that all associated bugs get updated when new packages are pushed to stable. Please also ensure that the "Close bugs when update is stable" option remains checked. Bodhi update submission link: https://admin.fedoraproject.org/updates/new/?type_=security&bugs=1076676,1080167 This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. gd-2.1.0-6.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/gd-2.1.0-6.fc20 Created attachment 918731 [details]
In fedora 19 is libgd bundled. In fedora 20 and later, should be patch for libgd enough.
I didn't tested that patch yet.
Package gd-2.1.0-6.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gd-2.1.0-6.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-8458/gd-2.1.0-6.fc20 then log in and leave karma (feedback). gd-2.1.0-6.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. This bug is against php component, which has embedded copy of gd. It should not have been referenced in gd updates. The embedded copy is used only in fedora 19. See part of specfile: # build with system libgd %if 0%{?fedora} < 20 %global with_libgd 0 %else %global with_libgd 1 %endif I will update the fix according to upstream patch yet. Current solution could cause some memory leaks. php-5.5.16-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/FEDORA-2014-9679/php-5.5.16-1.fc19 php-5.5.16-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |