Bug 645481 (CVE-2010-3376)
Summary: | CVE-2010-3376 root: insecure library loading vulnerability | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Jan Lieskovsky <jlieskov> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | mattias.ellert, steve.traylen |
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: | 2010-10-22 09:08:13 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: | 645483 | ||
Bug Blocks: |
Description
Jan Lieskovsky
2010-10-21 15:34:10 UTC
Created root tracking bugs for this issue Affects: fedora-all [bug 645483] This CVE is about a vulnerability in shell wrappers around some commands that are used in the Debian packages. These wrappers are specific to Debian and the vulnerability therefore does not affect Fedora. According to the CVE the affected files (in Debian) are: /usr/bin/proofserv /usr/bin/xrdcp /usr/bin/xrdpwdadmin /usr/bin/xrd The Fedora package uses the default wrapper from upstream for /usr/bin/proofserv which does not have this issue. The remaining three are not provided by root in Fedora, since xrootd has been unbundled and is provided by a separate package. These three files as provided by the xrootd-clients package are not shell wrappers that modify LD_LIBRARY_PATH but the binaries themselves. In addition - though not mentioned in the CVE itself, but in the bug description above - the xrootd start-up script from the root sources is not used since xrootd has been unbundled. The xrootd start-up script in the xrootd package, though based on the version in the root sources (since xrootd upstream doesn't provide their own), has already had the offending line removed. |