rhsa-2009:1307
Vulnerability from csaf_redhat
Published
2009-09-02 08:00
Modified
2025-03-19 13:34
Summary
Red Hat Security Advisory: ecryptfs-utils security, bug fix, and enhancement update
Notes
Topic
Updated ecryptfs-utils packages that fix a security issue, various bugs,
and add enhancements are now available for Red Hat Enterprise Linux 5.
This update has been rated as having low security impact by the Red Hat
Security Response Team.
Details
eCryptfs is a stacked, cryptographic file system. It is transparent to the
underlying file system and provides per-file granularity.
eCryptfs is released as a Technology Preview for Red Hat Enterprise Linux
5.4. These updated ecryptfs-utils packages have been upgraded to upstream
version 75, which provides a number of bug fixes and enhancements over the
previous version. In addition, these packages provide a graphical program
to help configure and use eCryptfs. To start this program, run the command:
ecryptfs-mount-helper-gui
Important: the syntax of certain eCryptfs mount options has changed. Users
who were previously using the initial Technology Preview release of
ecryptfs-utils are advised to refer to the ecryptfs(7) man page, and to
update any affected mount scripts and /etc/fstab entries for eCryptfs file
systems.
A disclosure flaw was found in the way the "ecryptfs-setup-private" script
passed passphrases to the "ecryptfs-wrap-passphrase" and
"ecryptfs-add-passphrase" commands as command line arguments. A local user
could obtain the passphrases of other users who were running the script
from the process listing. (CVE-2008-5188)
These updated packages provide various enhancements, including a mount
helper and supporting libraries to perform key management and mounting
functions.
Notable enhancements include:
* a new package, ecryptfs-utils-gui, has been added to this update. This
package depends on the pygtk2 and pygtk2-libglade packages and provides the
eCryptfs Mount Helper GUI program. To install the GUI, first install
ecryptfs-utils and then issue the following command:
yum install ecryptfs-utils-gui
(BZ#500997)
* the "ecryptfs-rewrite-file" utility is now more intelligent when dealing
with non-existent files and with filtering special files such as the "."
directory. In addition, the progress output from "ecryptfs-rewrite-file"
has been improved and is now more explicit about the success status of each
target. (BZ#500813)
* descriptions of the "verbose" flag and the "verbosity=[x]" option, where
[x] is either 0 or 1, were missing from a number of eCryptfs manual pages,
and have been added. Refer to the eCryptfs man pages for important
information regarding using the verbose and/or verbosity options.
(BZ#470444)
These updated packages also fix the following bugs:
* mounting a directory using the eCryptfs mount helper with an RSA key that
was too small did not allow the eCryptfs mount helper to encrypt the entire
key. When this situation occurred, the mount helper did not display an
error message alerting the user to the fact that the key size was too
small, possibly leading to corrupted files. The eCryptfs mount helper now
refuses RSA keys which are to small to encrypt the eCryptfs key.
(BZ#499175)
* when standard input was redirected from /dev/null or was unavailable,
attempting to mount a directory with the eCryptfs mount helper caused it to
become unresponsive and eventually crash, or an "invalid value" error
message, depending on if the "--verbosity=[value]" option was provided as
an argument, and, if so, its value. With these updated packages, attempting
to mount a directory using "mount.ecryptfs" under the same conditions
results in either the mount helper attempting to use default values (if
"verbosity=0" is supplied), or an "invalid value" error message (instead of
the mount helper hanging) if standard input is redirected and
"--verbosity=1" is supplied, or that option is omitted entirely.
(BZ#499367)
* attempting to use the eCryptfs mount helper with an OpenSSL key when the
keyring did not contain enough space for the key resulted in an unhelpful
error message. The user is now alerted when this situation occurs.
(BZ#501460)
* the eCryptfs mount helper no longer fails upon receiving an incorrect or
empty answer to "yes/no" questions. (BZ#466210)
Users are advised to upgrade to these updated ecryptfs-utils packages,
which resolve these issues and add these enhancements.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Low" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated ecryptfs-utils packages that fix a security issue, various bugs,\nand add enhancements are now available for Red Hat Enterprise Linux 5.\n\nThis update has been rated as having low security impact by the Red Hat\nSecurity Response Team.", "title": "Topic" }, { "category": "general", "text": "eCryptfs is a stacked, cryptographic file system. It is transparent to the\nunderlying file system and provides per-file granularity.\n\neCryptfs is released as a Technology Preview for Red Hat Enterprise Linux\n5.4. These updated ecryptfs-utils packages have been upgraded to upstream\nversion 75, which provides a number of bug fixes and enhancements over the\nprevious version. In addition, these packages provide a graphical program\nto help configure and use eCryptfs. To start this program, run the command:\n\n\tecryptfs-mount-helper-gui\n\nImportant: the syntax of certain eCryptfs mount options has changed. Users\nwho were previously using the initial Technology Preview release of\necryptfs-utils are advised to refer to the ecryptfs(7) man page, and to\nupdate any affected mount scripts and /etc/fstab entries for eCryptfs file\nsystems.\n\nA disclosure flaw was found in the way the \"ecryptfs-setup-private\" script\npassed passphrases to the \"ecryptfs-wrap-passphrase\" and\n\"ecryptfs-add-passphrase\" commands as command line arguments. A local user\ncould obtain the passphrases of other users who were running the script\nfrom the process listing. (CVE-2008-5188)\n\nThese updated packages provide various enhancements, including a mount\nhelper and supporting libraries to perform key management and mounting\nfunctions.\n\nNotable enhancements include:\n\n* a new package, ecryptfs-utils-gui, has been added to this update. This\npackage depends on the pygtk2 and pygtk2-libglade packages and provides the\neCryptfs Mount Helper GUI program. To install the GUI, first install\necryptfs-utils and then issue the following command:\n\n\tyum install ecryptfs-utils-gui\n\n(BZ#500997)\n\n* the \"ecryptfs-rewrite-file\" utility is now more intelligent when dealing\nwith non-existent files and with filtering special files such as the \".\"\ndirectory. In addition, the progress output from \"ecryptfs-rewrite-file\"\nhas been improved and is now more explicit about the success status of each\ntarget. (BZ#500813)\n\n* descriptions of the \"verbose\" flag and the \"verbosity=[x]\" option, where\n[x] is either 0 or 1, were missing from a number of eCryptfs manual pages,\nand have been added. Refer to the eCryptfs man pages for important\ninformation regarding using the verbose and/or verbosity options.\n(BZ#470444)\n\nThese updated packages also fix the following bugs:\n\n* mounting a directory using the eCryptfs mount helper with an RSA key that\nwas too small did not allow the eCryptfs mount helper to encrypt the entire\nkey. When this situation occurred, the mount helper did not display an\nerror message alerting the user to the fact that the key size was too\nsmall, possibly leading to corrupted files. The eCryptfs mount helper now\nrefuses RSA keys which are to small to encrypt the eCryptfs key.\n(BZ#499175)\n\n* when standard input was redirected from /dev/null or was unavailable,\nattempting to mount a directory with the eCryptfs mount helper caused it to\nbecome unresponsive and eventually crash, or an \"invalid value\" error\nmessage, depending on if the \"--verbosity=[value]\" option was provided as\nan argument, and, if so, its value. With these updated packages, attempting\nto mount a directory using \"mount.ecryptfs\" under the same conditions\nresults in either the mount helper attempting to use default values (if\n\"verbosity=0\" is supplied), or an \"invalid value\" error message (instead of\nthe mount helper hanging) if standard input is redirected and\n\"--verbosity=1\" is supplied, or that option is omitted entirely.\n(BZ#499367)\n\n* attempting to use the eCryptfs mount helper with an OpenSSL key when the\nkeyring did not contain enough space for the key resulted in an unhelpful\nerror message. The user is now alerted when this situation occurs.\n(BZ#501460)\n\n* the eCryptfs mount helper no longer fails upon receiving an incorrect or\nempty answer to \"yes/no\" questions. (BZ#466210)\n\nUsers are advised to upgrade to these updated ecryptfs-utils packages,\nwhich resolve these issues and add these enhancements.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2009:1307", "url": "https://access.redhat.com/errata/RHSA-2009:1307" }, { "category": "external", "summary": "http://www.redhat.com/security/updates/classification/#low", "url": "http://www.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "460496", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=460496" }, { "category": "external", "summary": "472524", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=472524" }, { "category": "external", "summary": "475969", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=475969" }, { "category": "external", "summary": "482834", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=482834" }, { "category": "external", "summary": "499128", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=499128" }, { "category": "external", "summary": "499367", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=499367" }, { "category": "external", "summary": "500352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500352" }, { "category": "external", "summary": "500361", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500361" }, { "category": "external", "summary": "500566", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500566" }, { "category": "external", "summary": "500623", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500623" }, { "category": "external", "summary": "500804", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500804" }, { "category": "external", "summary": "500810", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500810" }, { "category": "external", "summary": "500813", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500813" }, { "category": "external", "summary": "500817", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500817" }, { "category": "external", "summary": "500820", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500820" }, { "category": "external", "summary": "500824", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500824" }, { "category": "external", "summary": "500829", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500829" }, { "category": "external", "summary": "500850", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500850" }, { "category": "external", "summary": "500997", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=500997" }, { "category": "external", "summary": "501275", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=501275" }, { "category": "external", "summary": "501460", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=501460" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2009/rhsa-2009_1307.json" } ], "title": "Red Hat Security Advisory: ecryptfs-utils security, bug fix, and enhancement update", "tracking": { "current_release_date": "2025-03-19T13:34:32+00:00", "generator": { "date": "2025-03-19T13:34:32+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.4.1" } }, "id": "RHSA-2009:1307", "initial_release_date": "2009-09-02T08:00:00+00:00", "revision_history": [ { "date": "2009-09-02T08:00:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2009-09-01T06:20:43+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-03-19T13:34:32+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop (v. 5 client)", "product": { "name": "Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product": { "name": "Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client_workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux (v. 5 server)", "product": { "name": "Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "ecryptfs-utils-0:75-5.el5.src", "product": { "name": "ecryptfs-utils-0:75-5.el5.src", "product_id": "ecryptfs-utils-0:75-5.el5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils@75-5.el5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "product": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "product_id": "ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-debuginfo@75-5.el5?arch=x86_64" } } }, { "category": "product_version", "name": "ecryptfs-utils-devel-0:75-5.el5.x86_64", "product": { "name": "ecryptfs-utils-devel-0:75-5.el5.x86_64", "product_id": "ecryptfs-utils-devel-0:75-5.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-devel@75-5.el5?arch=x86_64" } } }, { "category": "product_version", "name": "ecryptfs-utils-gui-0:75-5.el5.x86_64", "product": { "name": "ecryptfs-utils-gui-0:75-5.el5.x86_64", "product_id": "ecryptfs-utils-gui-0:75-5.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-gui@75-5.el5?arch=x86_64" } } }, { "category": "product_version", "name": "ecryptfs-utils-0:75-5.el5.x86_64", "product": { "name": "ecryptfs-utils-0:75-5.el5.x86_64", "product_id": "ecryptfs-utils-0:75-5.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils@75-5.el5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "ecryptfs-utils-debuginfo-0:75-5.el5.i386", "product": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.i386", "product_id": "ecryptfs-utils-debuginfo-0:75-5.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-debuginfo@75-5.el5?arch=i386" } } }, { "category": "product_version", "name": "ecryptfs-utils-devel-0:75-5.el5.i386", "product": { "name": "ecryptfs-utils-devel-0:75-5.el5.i386", "product_id": "ecryptfs-utils-devel-0:75-5.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-devel@75-5.el5?arch=i386" } } }, { "category": "product_version", "name": "ecryptfs-utils-0:75-5.el5.i386", "product": { "name": "ecryptfs-utils-0:75-5.el5.i386", "product_id": "ecryptfs-utils-0:75-5.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils@75-5.el5?arch=i386" } } }, { "category": "product_version", "name": "ecryptfs-utils-gui-0:75-5.el5.i386", "product": { "name": "ecryptfs-utils-gui-0:75-5.el5.i386", "product_id": "ecryptfs-utils-gui-0:75-5.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-gui@75-5.el5?arch=i386" } } } ], "category": "architecture", "name": "i386" }, { "branches": [ { "category": "product_version", "name": "ecryptfs-utils-gui-0:75-5.el5.ia64", "product": { "name": "ecryptfs-utils-gui-0:75-5.el5.ia64", "product_id": "ecryptfs-utils-gui-0:75-5.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-gui@75-5.el5?arch=ia64" } } }, { "category": "product_version", "name": "ecryptfs-utils-0:75-5.el5.ia64", "product": { "name": "ecryptfs-utils-0:75-5.el5.ia64", "product_id": "ecryptfs-utils-0:75-5.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils@75-5.el5?arch=ia64" } } }, { "category": "product_version", "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "product": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "product_id": "ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-debuginfo@75-5.el5?arch=ia64" } } }, { "category": "product_version", "name": "ecryptfs-utils-devel-0:75-5.el5.ia64", "product": { "name": "ecryptfs-utils-devel-0:75-5.el5.ia64", "product_id": "ecryptfs-utils-devel-0:75-5.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-devel@75-5.el5?arch=ia64" } } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "ecryptfs-utils-gui-0:75-5.el5.ppc", "product": { "name": "ecryptfs-utils-gui-0:75-5.el5.ppc", "product_id": "ecryptfs-utils-gui-0:75-5.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-gui@75-5.el5?arch=ppc" } } }, { "category": "product_version", "name": "ecryptfs-utils-0:75-5.el5.ppc", "product": { "name": "ecryptfs-utils-0:75-5.el5.ppc", "product_id": "ecryptfs-utils-0:75-5.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils@75-5.el5?arch=ppc" } } }, { "category": "product_version", "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "product": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "product_id": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-debuginfo@75-5.el5?arch=ppc" } } }, { "category": "product_version", "name": "ecryptfs-utils-devel-0:75-5.el5.ppc", "product": { "name": "ecryptfs-utils-devel-0:75-5.el5.ppc", "product_id": "ecryptfs-utils-devel-0:75-5.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-devel@75-5.el5?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "ecryptfs-utils-0:75-5.el5.ppc64", "product": { "name": "ecryptfs-utils-0:75-5.el5.ppc64", "product_id": "ecryptfs-utils-0:75-5.el5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils@75-5.el5?arch=ppc64" } } }, { "category": "product_version", "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "product": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "product_id": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-debuginfo@75-5.el5?arch=ppc64" } } }, { "category": "product_version", "name": "ecryptfs-utils-devel-0:75-5.el5.ppc64", "product": { "name": "ecryptfs-utils-devel-0:75-5.el5.ppc64", "product_id": "ecryptfs-utils-devel-0:75-5.el5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-devel@75-5.el5?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "ecryptfs-utils-gui-0:75-5.el5.s390x", "product": { "name": "ecryptfs-utils-gui-0:75-5.el5.s390x", "product_id": "ecryptfs-utils-gui-0:75-5.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-gui@75-5.el5?arch=s390x" } } }, { "category": "product_version", "name": "ecryptfs-utils-0:75-5.el5.s390x", "product": { "name": "ecryptfs-utils-0:75-5.el5.s390x", "product_id": "ecryptfs-utils-0:75-5.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils@75-5.el5?arch=s390x" } } }, { "category": "product_version", "name": "ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "product": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "product_id": "ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-debuginfo@75-5.el5?arch=s390x" } } }, { "category": "product_version", "name": "ecryptfs-utils-devel-0:75-5.el5.s390x", "product": { "name": "ecryptfs-utils-devel-0:75-5.el5.s390x", "product_id": "ecryptfs-utils-devel-0:75-5.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-devel@75-5.el5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "ecryptfs-utils-0:75-5.el5.s390", "product": { "name": "ecryptfs-utils-0:75-5.el5.s390", "product_id": "ecryptfs-utils-0:75-5.el5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils@75-5.el5?arch=s390" } } }, { "category": "product_version", "name": "ecryptfs-utils-debuginfo-0:75-5.el5.s390", "product": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.s390", "product_id": "ecryptfs-utils-debuginfo-0:75-5.el5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-debuginfo@75-5.el5?arch=s390" } } }, { "category": "product_version", "name": "ecryptfs-utils-devel-0:75-5.el5.s390", "product": { "name": "ecryptfs-utils-devel-0:75-5.el5.s390", "product_id": "ecryptfs-utils-devel-0:75-5.el5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/ecryptfs-utils-devel@75-5.el5?arch=s390" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-0:75-5.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-0:75-5.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-0:75-5.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ppc64" }, "product_reference": "ecryptfs-utils-0:75-5.el5.ppc64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-0:75-5.el5.s390" }, "product_reference": "ecryptfs-utils-0:75-5.el5.s390", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-0:75-5.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.src as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-0:75-5.el5.src" }, "product_reference": "ecryptfs-utils-0:75-5.el5.src", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-0:75-5.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.s390" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.s390", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ppc64" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.ppc64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.s390" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.s390", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-0:75-5.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-0:75-5.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-0:75-5.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-0:75-5.el5.ppc64" }, "product_reference": "ecryptfs-utils-0:75-5.el5.ppc64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-0:75-5.el5.s390" }, "product_reference": "ecryptfs-utils-0:75-5.el5.s390", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-0:75-5.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.src as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-0:75-5.el5.src" }, "product_reference": "ecryptfs-utils-0:75-5.el5.src", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-0:75-5.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.s390" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.s390", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-devel-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-devel-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-devel-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-devel-0:75-5.el5.ppc64" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.ppc64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-devel-0:75-5.el5.s390" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.s390", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-devel-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-devel-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-gui-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-gui-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-gui-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-gui-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:ecryptfs-utils-gui-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-0:75-5.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-0:75-5.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-0:75-5.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-0:75-5.el5.ppc64" }, "product_reference": "ecryptfs-utils-0:75-5.el5.ppc64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-0:75-5.el5.s390" }, "product_reference": "ecryptfs-utils-0:75-5.el5.s390", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-0:75-5.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.src as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-0:75-5.el5.src" }, "product_reference": "ecryptfs-utils-0:75-5.el5.src", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-0:75-5.el5.x86_64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.s390" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.s390", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-debuginfo-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-devel-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-devel-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-devel-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-devel-0:75-5.el5.ppc64" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.ppc64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-devel-0:75-5.el5.s390" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.s390", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-devel-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-devel-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-devel-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-devel-0:75-5.el5.x86_64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-gui-0:75-5.el5.i386" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-gui-0:75-5.el5.ia64" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-gui-0:75-5.el5.ppc" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-gui-0:75-5.el5.s390x" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "ecryptfs-utils-gui-0:75-5.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:ecryptfs-utils-gui-0:75-5.el5.x86_64" }, "product_reference": "ecryptfs-utils-gui-0:75-5.el5.x86_64", "relates_to_product_reference": "5Server" } ] }, "vulnerabilities": [ { "cve": "CVE-2008-5188", "discovery_date": "2008-10-23T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "472524" } ], "notes": [ { "category": "description", "text": "The (1) ecryptfs-setup-private, (2) ecryptfs-setup-confidential, and (3) ecryptfs-setup-pam-wrapped.sh scripts in ecryptfs-utils 45 through 61 in eCryptfs place cleartext passwords on command lines, which allows local users to obtain sensitive information by listing the process.", "title": "Vulnerability description" }, { "category": "summary", "text": "ecryptfs-utils: potential provided password disclosure in the process table", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-Workstation:ecryptfs-utils-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ppc64", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.s390", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.src", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.x86_64", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.s390", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ppc64", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.s390", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.x86_64", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-0:75-5.el5.i386", "5Client:ecryptfs-utils-0:75-5.el5.ia64", "5Client:ecryptfs-utils-0:75-5.el5.ppc", "5Client:ecryptfs-utils-0:75-5.el5.ppc64", "5Client:ecryptfs-utils-0:75-5.el5.s390", "5Client:ecryptfs-utils-0:75-5.el5.s390x", "5Client:ecryptfs-utils-0:75-5.el5.src", "5Client:ecryptfs-utils-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.i386", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.s390", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-devel-0:75-5.el5.i386", "5Client:ecryptfs-utils-devel-0:75-5.el5.ia64", "5Client:ecryptfs-utils-devel-0:75-5.el5.ppc", "5Client:ecryptfs-utils-devel-0:75-5.el5.ppc64", "5Client:ecryptfs-utils-devel-0:75-5.el5.s390", "5Client:ecryptfs-utils-devel-0:75-5.el5.s390x", "5Client:ecryptfs-utils-devel-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-gui-0:75-5.el5.i386", "5Client:ecryptfs-utils-gui-0:75-5.el5.ia64", "5Client:ecryptfs-utils-gui-0:75-5.el5.ppc", "5Client:ecryptfs-utils-gui-0:75-5.el5.s390x", "5Client:ecryptfs-utils-gui-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-0:75-5.el5.i386", "5Server:ecryptfs-utils-0:75-5.el5.ia64", "5Server:ecryptfs-utils-0:75-5.el5.ppc", "5Server:ecryptfs-utils-0:75-5.el5.ppc64", "5Server:ecryptfs-utils-0:75-5.el5.s390", "5Server:ecryptfs-utils-0:75-5.el5.s390x", "5Server:ecryptfs-utils-0:75-5.el5.src", "5Server:ecryptfs-utils-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.i386", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.s390", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-devel-0:75-5.el5.i386", "5Server:ecryptfs-utils-devel-0:75-5.el5.ia64", "5Server:ecryptfs-utils-devel-0:75-5.el5.ppc", "5Server:ecryptfs-utils-devel-0:75-5.el5.ppc64", "5Server:ecryptfs-utils-devel-0:75-5.el5.s390", "5Server:ecryptfs-utils-devel-0:75-5.el5.s390x", "5Server:ecryptfs-utils-devel-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-gui-0:75-5.el5.i386", "5Server:ecryptfs-utils-gui-0:75-5.el5.ia64", "5Server:ecryptfs-utils-gui-0:75-5.el5.ppc", "5Server:ecryptfs-utils-gui-0:75-5.el5.s390x", "5Server:ecryptfs-utils-gui-0:75-5.el5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2008-5188" }, { "category": "external", "summary": "RHBZ#472524", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=472524" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2008-5188", "url": "https://www.cve.org/CVERecord?id=CVE-2008-5188" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2008-5188", "url": "https://nvd.nist.gov/vuln/detail/CVE-2008-5188" } ], "release_date": "2008-10-23T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2009-09-02T08:00:00+00:00", "details": "Before applying this update, make sure that all previously-released\nerrata relevant to your system have been applied.\n\nThis update is available via Red Hat Network. Details on how to use\nthe Red Hat Network to apply this update are available at\nhttp://kbase.redhat.com/faq/docs/DOC-11259", "product_ids": [ "5Client-Workstation:ecryptfs-utils-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ppc64", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.s390", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.src", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.x86_64", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.s390", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ppc64", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.s390", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.x86_64", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-0:75-5.el5.i386", "5Client:ecryptfs-utils-0:75-5.el5.ia64", "5Client:ecryptfs-utils-0:75-5.el5.ppc", "5Client:ecryptfs-utils-0:75-5.el5.ppc64", "5Client:ecryptfs-utils-0:75-5.el5.s390", "5Client:ecryptfs-utils-0:75-5.el5.s390x", "5Client:ecryptfs-utils-0:75-5.el5.src", "5Client:ecryptfs-utils-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.i386", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.s390", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-devel-0:75-5.el5.i386", "5Client:ecryptfs-utils-devel-0:75-5.el5.ia64", "5Client:ecryptfs-utils-devel-0:75-5.el5.ppc", "5Client:ecryptfs-utils-devel-0:75-5.el5.ppc64", "5Client:ecryptfs-utils-devel-0:75-5.el5.s390", "5Client:ecryptfs-utils-devel-0:75-5.el5.s390x", "5Client:ecryptfs-utils-devel-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-gui-0:75-5.el5.i386", "5Client:ecryptfs-utils-gui-0:75-5.el5.ia64", "5Client:ecryptfs-utils-gui-0:75-5.el5.ppc", "5Client:ecryptfs-utils-gui-0:75-5.el5.s390x", "5Client:ecryptfs-utils-gui-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-0:75-5.el5.i386", "5Server:ecryptfs-utils-0:75-5.el5.ia64", "5Server:ecryptfs-utils-0:75-5.el5.ppc", "5Server:ecryptfs-utils-0:75-5.el5.ppc64", "5Server:ecryptfs-utils-0:75-5.el5.s390", "5Server:ecryptfs-utils-0:75-5.el5.s390x", "5Server:ecryptfs-utils-0:75-5.el5.src", "5Server:ecryptfs-utils-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.i386", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.s390", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-devel-0:75-5.el5.i386", "5Server:ecryptfs-utils-devel-0:75-5.el5.ia64", "5Server:ecryptfs-utils-devel-0:75-5.el5.ppc", "5Server:ecryptfs-utils-devel-0:75-5.el5.ppc64", "5Server:ecryptfs-utils-devel-0:75-5.el5.s390", "5Server:ecryptfs-utils-devel-0:75-5.el5.s390x", "5Server:ecryptfs-utils-devel-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-gui-0:75-5.el5.i386", "5Server:ecryptfs-utils-gui-0:75-5.el5.ia64", "5Server:ecryptfs-utils-gui-0:75-5.el5.ppc", "5Server:ecryptfs-utils-gui-0:75-5.el5.s390x", "5Server:ecryptfs-utils-gui-0:75-5.el5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2009:1307" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.1, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "products": [ "5Client-Workstation:ecryptfs-utils-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.ppc64", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.s390", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.src", "5Client-Workstation:ecryptfs-utils-0:75-5.el5.x86_64", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.s390", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.ppc64", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.s390", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-devel-0:75-5.el5.x86_64", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.i386", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.ia64", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.ppc", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.s390x", "5Client-Workstation:ecryptfs-utils-gui-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-0:75-5.el5.i386", "5Client:ecryptfs-utils-0:75-5.el5.ia64", "5Client:ecryptfs-utils-0:75-5.el5.ppc", "5Client:ecryptfs-utils-0:75-5.el5.ppc64", "5Client:ecryptfs-utils-0:75-5.el5.s390", "5Client:ecryptfs-utils-0:75-5.el5.s390x", "5Client:ecryptfs-utils-0:75-5.el5.src", "5Client:ecryptfs-utils-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.i386", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.s390", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "5Client:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-devel-0:75-5.el5.i386", "5Client:ecryptfs-utils-devel-0:75-5.el5.ia64", "5Client:ecryptfs-utils-devel-0:75-5.el5.ppc", "5Client:ecryptfs-utils-devel-0:75-5.el5.ppc64", "5Client:ecryptfs-utils-devel-0:75-5.el5.s390", "5Client:ecryptfs-utils-devel-0:75-5.el5.s390x", "5Client:ecryptfs-utils-devel-0:75-5.el5.x86_64", "5Client:ecryptfs-utils-gui-0:75-5.el5.i386", "5Client:ecryptfs-utils-gui-0:75-5.el5.ia64", "5Client:ecryptfs-utils-gui-0:75-5.el5.ppc", "5Client:ecryptfs-utils-gui-0:75-5.el5.s390x", "5Client:ecryptfs-utils-gui-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-0:75-5.el5.i386", "5Server:ecryptfs-utils-0:75-5.el5.ia64", "5Server:ecryptfs-utils-0:75-5.el5.ppc", "5Server:ecryptfs-utils-0:75-5.el5.ppc64", "5Server:ecryptfs-utils-0:75-5.el5.s390", "5Server:ecryptfs-utils-0:75-5.el5.s390x", "5Server:ecryptfs-utils-0:75-5.el5.src", "5Server:ecryptfs-utils-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.i386", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ia64", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ppc", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.ppc64", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.s390", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.s390x", "5Server:ecryptfs-utils-debuginfo-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-devel-0:75-5.el5.i386", "5Server:ecryptfs-utils-devel-0:75-5.el5.ia64", "5Server:ecryptfs-utils-devel-0:75-5.el5.ppc", "5Server:ecryptfs-utils-devel-0:75-5.el5.ppc64", "5Server:ecryptfs-utils-devel-0:75-5.el5.s390", "5Server:ecryptfs-utils-devel-0:75-5.el5.s390x", "5Server:ecryptfs-utils-devel-0:75-5.el5.x86_64", "5Server:ecryptfs-utils-gui-0:75-5.el5.i386", "5Server:ecryptfs-utils-gui-0:75-5.el5.ia64", "5Server:ecryptfs-utils-gui-0:75-5.el5.ppc", "5Server:ecryptfs-utils-gui-0:75-5.el5.s390x", "5Server:ecryptfs-utils-gui-0:75-5.el5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "ecryptfs-utils: potential provided password disclosure in the process table" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…