Bug 1165626
Summary: | Heap overflow while matching against an expression with an assertion with a zero minimum repeat as the condition in a conditional group. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
Component: | pcre | Assignee: | Petr Pisar <ppisar> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 19 | CC: | c.david86, lkundrak, ppisar, vkaigoro |
Target Milestone: | --- | Keywords: | Security, SecurityTracking |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://bugs.exim.org/show_bug.cgi?id=1546 | ||
Whiteboard: | |||
Fixed In Version: | pcre-8.33-8.fc20 | Doc Type: | Release Note |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-12-12 04:16:03 UTC | Type: | Bug |
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: | 1166147 |
Description
Petr Pisar
2014-11-19 11:44:34 UTC
All Fedoras are affected. I can reproduce it now. Valgrind catches it too. The is visible in the upstream repository now. pcre-8.35-8.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/pcre-8.35-8.fc21 The fix requires extensive change which happens just after 8.33: commit e0f44ec0903da7ad9c56eec0a0e5c8b02ce6ccb3 Author: ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> Date: Sun Oct 6 18:33:56 2013 +0000 Refactor named group handling for conditional tests. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1365 2f5784b3-3f2a-0410-8824-cb99058d5e15 12 files changed, 197 insertions(+), 228 deletions(-) So this fix will not applied to F19 and F20. Only F21 and newer will be fixed. Turning this into Fedora security tracker Package pcre-8.35-8.fc21: * should fix your issue, * was pushed to the Fedora 21 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing pcre-8.35-8.fc21' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-15573/pcre-8.35-8.fc21 then log in and leave karma (feedback). pcre-8.33-8.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/pcre-8.33-8.fc20 pcre-8.32-12.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/pcre-8.32-12.fc19 pcre-8.35-8.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. pcre-8.32-12.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. pcre-8.33-8.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |