Bug 1059000 (CVE-2014-1691)
Summary: | CVE-2014-1691 horde: unserializing certain form input leads to code execution | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Murray McAllister <mmcallis> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | fedora, j, vkaigoro |
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: | 2015-08-22 16:49:05 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: | 1059001, 1059003 | ||
Bug Blocks: |
Description
Murray McAllister
2014-01-28 23:57:08 UTC
Created horde tracking bugs for this issue: Affects: fedora-all [bug 1059001] Affects: epel-all [bug 1059003] I do not know the difference between php-horde-Horde-Util and horde. Mailed oss-sec in case another CVE or anything is needed: http://www.openwall.com/lists/oss-security/2014/01/29/1 FYI: "horde" is the old application (version 3) build from a single tarball (but still available in the repository) horde is now distributed via a pear channel and split in ~100 packages. php-pear-Horde-Util 2.3.0 (with this fix) is already in the repository (but not yet used as pear-horde-horde 5.1.5 is still under review). > Upstream commit: > > https://github.com/horde/horde/commit/ > da6afc7e9f4e290f782eca9dbca794f772caccb3 Jan Schneider noted on the oss-security list: Packagers, please note that applying only this patch will break all forms in Horde. The changed serialization method need to be used in the Horde_Form package too. This is happening since Horde_Form 2.0.5 and introduced with this commit: https://github.com/horde/horde/commit/acf67ab4a633037849aca9e4a7592465b999ad93 Public exploit has been posted to FullDisclosure mailing list: http://seclists.org/fulldisclosure/2014/Jun/164 |