Bug 639044 (CVE-2010-3389)
Summary: | CVE-2010-3389 rgmanager: insecure library loading vulnerability | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Vincent Danen <vdanen> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | andrew, bressers, cluster-maint, edamato, fdinitto, lhh, mgrac |
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: | 2011-12-07 09:00:34 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: | 639045, 671073, 705763, 710637 | ||
Bug Blocks: | 734217 |
Description
Vincent Danen
2010-09-30 17:01:12 UTC
Created resource-agents tracking bugs for this issue Affects: fedora-all [bug 639045] I doublechecked that DIR_EXECUTABLE is always set to something when prior to the current resetting of LD_LIBRARY_PATH. It is; consequently the patch, as more or less suggested, will work: - LD_LIBRARY_PATH=$DIR_EXECUTABLE:$LD_LIBRARY_PATH; export LD_LIBRARY_PATH + LD_LIBRARY_PATH=$DIR_EXECUTABLE${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} + export LD_LIBRARY_PATH Acknowledgements: Red Hat would like to thank Raphael Geissert for reporting this issue. http://git.fedorahosted.org/git/?p=resource-agents.git;a=commitdiff;h=394c23c8f9e1e0fb934ba994e2e5a786467d6bec Patch available upstream, will be part of the upcoming release/update This issue has been addressed in following products: CLuster Suite for RHEL 4 Via RHSA-2011:0264 https://rhn.redhat.com/errata/RHSA-2011-0264.html This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2011:1000 https://rhn.redhat.com/errata/RHSA-2011-1000.html This issue has been addressed in following products: Red Hat Enterprise Linux 5 Via RHSA-2011:1000 https://rhn.redhat.com/errata/RHSA-2011-1000.html This issue has been addressed in following products: Red Hat Enterprise Linux 6 Via RHSA-2011:1580 https://rhn.redhat.com/errata/RHSA-2011-1580.html |