Bug 605448 (CVE-2010-0211)
Summary: | CVE-2010-0211 openldap: modrdn processing uninitialized pointer free | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Vincent Danen <vdanen> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | jplans, jzeleny, nalin, omoris, security-response-team |
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-06-05 06:34:14 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: | 606369, 606374, 606375, 606377, 606399, 606400, 615903 | ||
Bug Blocks: |
Description
Vincent Danen
2010-06-18 00:20:39 UTC
Upstream commits that look relevant: http://www.openldap.org/lists/openldap-commit/201006/msg00003.html http://www.openldap.org/lists/openldap-commit/201006/msg00004.html http://www.openldap.org/lists/openldap-commit/201006/msg00005.html or: http://www.openldap.org/lists/openldap-commit/201006/msg00028.html And the upstream bug report: http://www.openldap.org/its/index.cgi/Software%20Bugs?id=6570 which is currently still private. In openldap 2.4.x, this issue is pre-auth. In older versions (such as those shipped with RHEL-4 or RHEL-5), this problem can only be triggered by by an authenticated user with sufficient privileges to perform modrdn (modify relative distinguished name, or entry rename) operation. selfwrite privilege to an entry is not sufficient. glibc malloc checks mitigate the impact of the invalid free flaw. Fixed upstream in 2.4.23. Upstream bug report is public now: http://www.openldap.org/its/index.cgi/Software%20Bugs?id=6570 This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2010:0542 https://rhn.redhat.com/errata/RHSA-2010-0542.html This issue has been addressed in following products: Red Hat Enterprise Linux 4 Via RHSA-2010:0543 https://rhn.redhat.com/errata/RHSA-2010-0543.html |