Bug 640281 (CVE-2010-1623)
| Summary: | CVE-2010-1623 apr-util: high memory consumption in apr_brigade_split_line() | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | Jan Lieskovsky <jlieskov> |
| Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | CC: | bojan, jorton, mvadkert |
| 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: | 2012-07-31 19:13: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: | 659249, 659250, 659251, 659252, 659253, 659254, 663967, 795923 | ||
| Bug Blocks: | |||
|
Description
Jan Lieskovsky
2010-10-05 13:00:46 UTC
This issue affects the version of the httpd package, as shipped with Red Hat Enterprise Linux 3. This issue affects the versions of the apr-util package, as shipped with Red Hat Enterprise Linux 4 and 5. -- This issue affects the versions of the apr-util package, as shipped with Fedora release of 12 and 13. (In reply to comment #0) > The apr_brigade_split_line function in buckets/apr_brigade.c in the > Apache Portable Runtime Utility library (aka APR-util) before 1.3.10, > as used in the mod_reqtimeout module in the Apache HTTP Server The "as used in" part of the description is not correct. The confusion is probably caused by upstream using CVE-2010-1623 CVE id in commits fixing apr_brigade_split_line() issue in apr-util as well as similar flaw in the mod_reqtimeout module. mod_reqtimeout was not using apr_brigade_split_line(). mod_reqtimeout module was introduced in httpd version 2.2.15: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/CHANGES?revision=917876&view=markup#l26 Vulnerable code was never part of released 2.2.x version, the issue only affected development versions: http://svn.apache.org/viewvc?view=revision&revision=1005957 that corrects previous commit: http://svn.apache.org/viewvc?view=revision&revision=1005669 This issue has been addressed in following products: Red Hat Enterprise Linux 5 Red Hat Enterprise Linux 4 Red Hat Enterprise Linux 6 Via RHSA-2010:0950 https://rhn.redhat.com/errata/RHSA-2010-0950.html This issue has been addressed in following products: JBoss Enterprise Web Server 1.0 Via RHSA-2011:0896 https://rhn.redhat.com/errata/RHSA-2011-0896.html This issue has been addressed in following products: JBEWS 1.0 for RHEL 5 JBEWS 1.0 for RHEL 4 JBEWS 1 for RHEL 6 Via RHSA-2011:0897 https://rhn.redhat.com/errata/RHSA-2011-0897.html |