rhsa-2011:1691
Vulnerability from csaf_redhat
Published
2011-12-05 19:50
Modified
2024-11-22 04:34
Summary
Red Hat Security Advisory: util-linux-ng security, bug fix, and enhancement update
Notes
Topic
Updated util-linux-ng packages that fix multiple security issues, several
bugs, and add various enhancements are now available for Red Hat
Enterprise Linux 6.
The Red Hat Security Response Team has rated this update as having low
security impact. Common Vulnerability Scoring System (CVSS) base scores,
which give detailed severity ratings, are available for each vulnerability
from the CVE links in the References section.
Details
The util-linux-ng packages contain a large variety of low-level system
utilities that are necessary for a Linux operating system to function.
Multiple flaws were found in the way the mount and umount commands
performed mtab (mounted file systems table) file updates. A local,
unprivileged user allowed to mount or unmount file systems could use these
flaws to corrupt the mtab file and create a stale lock file, preventing
other users from mounting and unmounting file systems. (CVE-2011-1675,
CVE-2011-1677)
This update also fixes the following bugs:
* Due to a hard coded limit of 128 devices, an attempt to run the
"blkid -c" command on more than 128 devices caused blkid to terminate
unexpectedly. This update increases the maximum number of devices to 8192
so that blkid no longer crashes in this scenario. (BZ#675999)
* Previously, the "swapon -a" command did not detect device-mapper
devices that were already in use. This update corrects the swapon utility
to detect such devices as expected. (BZ#679741)
* Prior to this update, the presence of an invalid line in the /etc/fstab
file could cause the umount utility to terminate unexpectedly with
a segmentation fault. This update applies a patch that corrects this error
so that umount now correctly reports invalid lines and no longer crashes.
(BZ#684203)
* Previously, an attempt to use the wipefs utility on a partitioned
device caused the utility to terminate unexpectedly with an error. This
update adapts wipefs to only display a warning message in this situation.
(BZ#696959)
* When providing information on interprocess communication (IPC)
facilities, the ipcs utility could previously display a process owner as
a negative number if the user's UID was too large. This update adapts the
underlying source code to make sure the UID values are now displayed
correctly. (BZ#712158)
* In the installation scriptlets, the uuidd package uses the chkconfig
utility to enable and disable the uuidd service. Previously, this package
did not depend on the chkconfig package, which could lead to errors during
installation if chkconfig was not installed. This update adds chkconfig
to the list of dependencies so that such errors no longer occur.
(BZ#712808)
* The previous version of the /etc/udev/rules.d/60-raw.rules file
contained a statement that both this file and raw devices are deprecated.
This is no longer true and the Red Hat Enterprise Linux kernel supports
this functionality. With this update, the aforementioned file no longer
contains this incorrect statement. (BZ#716995)
* Previously, an attempt to use the cfdisk utility to read the default
Red Hat Enterprise Linux 6 partition layout failed with an error. This
update corrects this error and the cfdisk utility can now read the default
partition layout as expected. (BZ#723352)
* The previous version of the tailf(1) manual page incorrectly stated that
users can use the "--lines=NUMBER" command line option to limit the number
of displayed lines. However, the tailf utility does not allow the use of
the equals sign (=) between the option and its argument. This update
corrects this error. (BZ#679831)
* The fstab(5) manual page has been updated to clarify that empty lines in
the /etc/fstab configuration file are ignored. (BZ#694648)
As well, this update adds the following enhancements:
* A new fstrim utility has been added to the package. This utility allows
the root user to discard unused blocks on a mounted file system.
(BZ#692119)
* The login utility has been updated to provide support for failed login
attempts that are reported by PAM. (BZ#696731)
* The lsblk utility has been updated to provide additional information
about the topology and status of block devices. (BZ#723638)
* The agetty utility has been updated to pass the hostname to the login
utility. (BZ#726092)
All users of util-linux-ng are advised to upgrade to these updated
packages, which contain backported patches to correct 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 util-linux-ng packages that fix multiple security issues, several\nbugs, and add various enhancements are now available for Red Hat\nEnterprise Linux 6.\n\nThe Red Hat Security Response Team has rated this update as having low\nsecurity impact. Common Vulnerability Scoring System (CVSS) base scores,\nwhich give detailed severity ratings, are available for each vulnerability\nfrom the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "The util-linux-ng packages contain a large variety of low-level system\nutilities that are necessary for a Linux operating system to function.\n\nMultiple flaws were found in the way the mount and umount commands\nperformed mtab (mounted file systems table) file updates. A local,\nunprivileged user allowed to mount or unmount file systems could use these\nflaws to corrupt the mtab file and create a stale lock file, preventing\nother users from mounting and unmounting file systems. (CVE-2011-1675,\nCVE-2011-1677)\n\nThis update also fixes the following bugs:\n\n* Due to a hard coded limit of 128 devices, an attempt to run the\n\"blkid -c\" command on more than 128 devices caused blkid to terminate\nunexpectedly. This update increases the maximum number of devices to 8192\nso that blkid no longer crashes in this scenario. (BZ#675999)\n\n* Previously, the \"swapon -a\" command did not detect device-mapper\ndevices that were already in use. This update corrects the swapon utility\nto detect such devices as expected. (BZ#679741)\n\n* Prior to this update, the presence of an invalid line in the /etc/fstab\nfile could cause the umount utility to terminate unexpectedly with\na segmentation fault. This update applies a patch that corrects this error\nso that umount now correctly reports invalid lines and no longer crashes.\n(BZ#684203)\n\n* Previously, an attempt to use the wipefs utility on a partitioned\ndevice caused the utility to terminate unexpectedly with an error. This\nupdate adapts wipefs to only display a warning message in this situation.\n(BZ#696959)\n\n* When providing information on interprocess communication (IPC)\nfacilities, the ipcs utility could previously display a process owner as\na negative number if the user\u0027s UID was too large. This update adapts the\nunderlying source code to make sure the UID values are now displayed\ncorrectly. (BZ#712158)\n\n* In the installation scriptlets, the uuidd package uses the chkconfig\nutility to enable and disable the uuidd service. Previously, this package\ndid not depend on the chkconfig package, which could lead to errors during\ninstallation if chkconfig was not installed. This update adds chkconfig\nto the list of dependencies so that such errors no longer occur.\n(BZ#712808)\n\n* The previous version of the /etc/udev/rules.d/60-raw.rules file\ncontained a statement that both this file and raw devices are deprecated.\nThis is no longer true and the Red Hat Enterprise Linux kernel supports\nthis functionality. With this update, the aforementioned file no longer\ncontains this incorrect statement. (BZ#716995)\n\n* Previously, an attempt to use the cfdisk utility to read the default\nRed Hat Enterprise Linux 6 partition layout failed with an error. This\nupdate corrects this error and the cfdisk utility can now read the default\npartition layout as expected. (BZ#723352)\n\n* The previous version of the tailf(1) manual page incorrectly stated that\nusers can use the \"--lines=NUMBER\" command line option to limit the number\nof displayed lines. However, the tailf utility does not allow the use of\nthe equals sign (=) between the option and its argument. This update\ncorrects this error. (BZ#679831)\n\n* The fstab(5) manual page has been updated to clarify that empty lines in\nthe /etc/fstab configuration file are ignored. (BZ#694648)\n\nAs well, this update adds the following enhancements:\n\n* A new fstrim utility has been added to the package. This utility allows\nthe root user to discard unused blocks on a mounted file system.\n(BZ#692119)\n\n* The login utility has been updated to provide support for failed login\nattempts that are reported by PAM. (BZ#696731)\n\n* The lsblk utility has been updated to provide additional information\nabout the topology and status of block devices. (BZ#723638)\n\n* The agetty utility has been updated to pass the hostname to the login\nutility. (BZ#726092)\n\nAll users of util-linux-ng are advised to upgrade to these updated\npackages, which contain backported patches to correct these issues and add\nthese 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-2011:1691", "url": "https://access.redhat.com/errata/RHSA-2011:1691" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "675999", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=675999" }, { "category": "external", "summary": "679741", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=679741" }, { "category": "external", "summary": "679831", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=679831" }, { "category": "external", "summary": "684203", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=684203" }, { "category": "external", "summary": "692119", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=692119" }, { "category": "external", "summary": "694648", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=694648" }, { "category": "external", "summary": "695916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=695916" }, { "category": "external", "summary": "695924", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=695924" }, { "category": "external", "summary": "696731", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=696731" }, { "category": "external", "summary": "696959", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=696959" }, { "category": "external", "summary": "712158", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=712158" }, { "category": "external", "summary": "712808", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=712808" }, { "category": "external", "summary": "716995", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=716995" }, { "category": "external", "summary": "723352", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=723352" }, { "category": "external", "summary": "723546", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=723546" }, { "category": "external", "summary": "723638", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=723638" }, { "category": "external", "summary": "726092", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=726092" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2011/rhsa-2011_1691.json" } ], "title": "Red Hat Security Advisory: util-linux-ng security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-22T04:34:52+00:00", "generator": { "date": "2024-11-22T04:34:52+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2011:1691", "initial_release_date": "2011-12-05T19:50:00+00:00", "revision_history": [ { "date": "2011-12-05T19:50:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2011-12-05T20:02:36+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T04:34:52+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. 6)", "product": { "name": "Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HPC Node (v. 6)", "product": { "name": "Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Server (v. 6)", "product": { "name": "Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::server" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Workstation (v. 6)", "product": { "name": "Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "libblkid-0:2.17.2-12.4.el6.i686", "product": { "name": "libblkid-0:2.17.2-12.4.el6.i686", "product_id": "libblkid-0:2.17.2-12.4.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid@2.17.2-12.4.el6?arch=i686" } } }, { "category": "product_version", "name": "libuuid-0:2.17.2-12.4.el6.i686", "product": { "name": "libuuid-0:2.17.2-12.4.el6.i686", "product_id": "libuuid-0:2.17.2-12.4.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid@2.17.2-12.4.el6?arch=i686" } } }, { "category": "product_version", "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "product": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "product_id": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng-debuginfo@2.17.2-12.4.el6?arch=i686" } } }, { "category": "product_version", "name": "util-linux-ng-0:2.17.2-12.4.el6.i686", "product": { "name": "util-linux-ng-0:2.17.2-12.4.el6.i686", "product_id": "util-linux-ng-0:2.17.2-12.4.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng@2.17.2-12.4.el6?arch=i686" } } }, { "category": "product_version", "name": "libuuid-devel-0:2.17.2-12.4.el6.i686", "product": { "name": "libuuid-devel-0:2.17.2-12.4.el6.i686", "product_id": "libuuid-devel-0:2.17.2-12.4.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid-devel@2.17.2-12.4.el6?arch=i686" } } }, { "category": "product_version", "name": "libblkid-devel-0:2.17.2-12.4.el6.i686", "product": { "name": "libblkid-devel-0:2.17.2-12.4.el6.i686", "product_id": "libblkid-devel-0:2.17.2-12.4.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid-devel@2.17.2-12.4.el6?arch=i686" } } }, { "category": "product_version", "name": "uuidd-0:2.17.2-12.4.el6.i686", "product": { "name": "uuidd-0:2.17.2-12.4.el6.i686", "product_id": "uuidd-0:2.17.2-12.4.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/uuidd@2.17.2-12.4.el6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "libblkid-0:2.17.2-12.4.el6.x86_64", "product": { "name": "libblkid-0:2.17.2-12.4.el6.x86_64", "product_id": "libblkid-0:2.17.2-12.4.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid@2.17.2-12.4.el6?arch=x86_64" } } }, { "category": "product_version", "name": "uuidd-0:2.17.2-12.4.el6.x86_64", "product": { "name": "uuidd-0:2.17.2-12.4.el6.x86_64", "product_id": "uuidd-0:2.17.2-12.4.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/uuidd@2.17.2-12.4.el6?arch=x86_64" } } }, { "category": "product_version", "name": "libuuid-0:2.17.2-12.4.el6.x86_64", "product": { "name": "libuuid-0:2.17.2-12.4.el6.x86_64", "product_id": "libuuid-0:2.17.2-12.4.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid@2.17.2-12.4.el6?arch=x86_64" } } }, { "category": "product_version", "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "product": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "product_id": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng-debuginfo@2.17.2-12.4.el6?arch=x86_64" } } }, { "category": "product_version", "name": "util-linux-ng-0:2.17.2-12.4.el6.x86_64", "product": { "name": "util-linux-ng-0:2.17.2-12.4.el6.x86_64", "product_id": "util-linux-ng-0:2.17.2-12.4.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng@2.17.2-12.4.el6?arch=x86_64" } } }, { "category": "product_version", "name": "libuuid-devel-0:2.17.2-12.4.el6.x86_64", "product": { "name": "libuuid-devel-0:2.17.2-12.4.el6.x86_64", "product_id": "libuuid-devel-0:2.17.2-12.4.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid-devel@2.17.2-12.4.el6?arch=x86_64" } } }, { "category": "product_version", "name": "libblkid-devel-0:2.17.2-12.4.el6.x86_64", "product": { "name": "libblkid-devel-0:2.17.2-12.4.el6.x86_64", "product_id": "libblkid-devel-0:2.17.2-12.4.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid-devel@2.17.2-12.4.el6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "util-linux-ng-0:2.17.2-12.4.el6.src", "product": { "name": "util-linux-ng-0:2.17.2-12.4.el6.src", "product_id": "util-linux-ng-0:2.17.2-12.4.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng@2.17.2-12.4.el6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libblkid-0:2.17.2-12.4.el6.ppc64", "product": { "name": "libblkid-0:2.17.2-12.4.el6.ppc64", "product_id": "libblkid-0:2.17.2-12.4.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid@2.17.2-12.4.el6?arch=ppc64" } } }, { "category": "product_version", "name": "uuidd-0:2.17.2-12.4.el6.ppc64", "product": { "name": "uuidd-0:2.17.2-12.4.el6.ppc64", "product_id": "uuidd-0:2.17.2-12.4.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/uuidd@2.17.2-12.4.el6?arch=ppc64" } } }, { "category": "product_version", "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc64", "product": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc64", "product_id": "libuuid-devel-0:2.17.2-12.4.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid-devel@2.17.2-12.4.el6?arch=ppc64" } } }, { "category": "product_version", "name": "libuuid-0:2.17.2-12.4.el6.ppc64", "product": { "name": "libuuid-0:2.17.2-12.4.el6.ppc64", "product_id": "libuuid-0:2.17.2-12.4.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid@2.17.2-12.4.el6?arch=ppc64" } } }, { "category": "product_version", "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "product": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "product_id": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng-debuginfo@2.17.2-12.4.el6?arch=ppc64" } } }, { "category": "product_version", "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc64", "product": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc64", "product_id": "libblkid-devel-0:2.17.2-12.4.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid-devel@2.17.2-12.4.el6?arch=ppc64" } } }, { "category": "product_version", "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc64", "product": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc64", "product_id": "util-linux-ng-0:2.17.2-12.4.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng@2.17.2-12.4.el6?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "libblkid-0:2.17.2-12.4.el6.ppc", "product": { "name": "libblkid-0:2.17.2-12.4.el6.ppc", "product_id": "libblkid-0:2.17.2-12.4.el6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid@2.17.2-12.4.el6?arch=ppc" } } }, { "category": "product_version", "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc", "product": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc", "product_id": "libuuid-devel-0:2.17.2-12.4.el6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid-devel@2.17.2-12.4.el6?arch=ppc" } } }, { "category": "product_version", "name": "libuuid-0:2.17.2-12.4.el6.ppc", "product": { "name": "libuuid-0:2.17.2-12.4.el6.ppc", "product_id": "libuuid-0:2.17.2-12.4.el6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid@2.17.2-12.4.el6?arch=ppc" } } }, { "category": "product_version", "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "product": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "product_id": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng-debuginfo@2.17.2-12.4.el6?arch=ppc" } } }, { "category": "product_version", "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc", "product": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc", "product_id": "libblkid-devel-0:2.17.2-12.4.el6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid-devel@2.17.2-12.4.el6?arch=ppc" } } }, { "category": "product_version", "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc", "product": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc", "product_id": "util-linux-ng-0:2.17.2-12.4.el6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng@2.17.2-12.4.el6?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "libblkid-0:2.17.2-12.4.el6.s390x", "product": { "name": "libblkid-0:2.17.2-12.4.el6.s390x", "product_id": "libblkid-0:2.17.2-12.4.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid@2.17.2-12.4.el6?arch=s390x" } } }, { "category": "product_version", "name": "uuidd-0:2.17.2-12.4.el6.s390x", "product": { "name": "uuidd-0:2.17.2-12.4.el6.s390x", "product_id": "uuidd-0:2.17.2-12.4.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/uuidd@2.17.2-12.4.el6?arch=s390x" } } }, { "category": "product_version", "name": "libuuid-devel-0:2.17.2-12.4.el6.s390x", "product": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390x", "product_id": "libuuid-devel-0:2.17.2-12.4.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid-devel@2.17.2-12.4.el6?arch=s390x" } } }, { "category": "product_version", "name": "libuuid-0:2.17.2-12.4.el6.s390x", "product": { "name": "libuuid-0:2.17.2-12.4.el6.s390x", "product_id": "libuuid-0:2.17.2-12.4.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid@2.17.2-12.4.el6?arch=s390x" } } }, { "category": "product_version", "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "product": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "product_id": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng-debuginfo@2.17.2-12.4.el6?arch=s390x" } } }, { "category": "product_version", "name": "libblkid-devel-0:2.17.2-12.4.el6.s390x", "product": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390x", "product_id": "libblkid-devel-0:2.17.2-12.4.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid-devel@2.17.2-12.4.el6?arch=s390x" } } }, { "category": "product_version", "name": "util-linux-ng-0:2.17.2-12.4.el6.s390x", "product": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390x", "product_id": "util-linux-ng-0:2.17.2-12.4.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng@2.17.2-12.4.el6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libblkid-0:2.17.2-12.4.el6.s390", "product": { "name": "libblkid-0:2.17.2-12.4.el6.s390", "product_id": "libblkid-0:2.17.2-12.4.el6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid@2.17.2-12.4.el6?arch=s390" } } }, { "category": "product_version", "name": "libuuid-devel-0:2.17.2-12.4.el6.s390", "product": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390", "product_id": "libuuid-devel-0:2.17.2-12.4.el6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid-devel@2.17.2-12.4.el6?arch=s390" } } }, { "category": "product_version", "name": "libuuid-0:2.17.2-12.4.el6.s390", "product": { "name": "libuuid-0:2.17.2-12.4.el6.s390", "product_id": "libuuid-0:2.17.2-12.4.el6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libuuid@2.17.2-12.4.el6?arch=s390" } } }, { "category": "product_version", "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "product": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "product_id": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng-debuginfo@2.17.2-12.4.el6?arch=s390" } } }, { "category": "product_version", "name": "libblkid-devel-0:2.17.2-12.4.el6.s390", "product": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390", "product_id": "libblkid-devel-0:2.17.2-12.4.el6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/libblkid-devel@2.17.2-12.4.el6?arch=s390" } } }, { "category": "product_version", "name": "util-linux-ng-0:2.17.2-12.4.el6.s390", "product": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390", "product_id": "util-linux-ng-0:2.17.2-12.4.el6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/util-linux-ng@2.17.2-12.4.el6?arch=s390" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.src as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.src" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.src", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:uuidd-0:2.17.2-12.4.el6.i686" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:uuidd-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:uuidd-0:2.17.2-12.4.el6.s390x" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:uuidd-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libblkid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:libuuid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.src as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-0:2.17.2-12.4.el6.src" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.src", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:uuidd-0:2.17.2-12.4.el6.i686" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:uuidd-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:uuidd-0:2.17.2-12.4.el6.s390x" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:uuidd-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.src as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.src" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.src", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.i686" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.s390x" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.src as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.src" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.src", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:uuidd-0:2.17.2-12.4.el6.i686" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:uuidd-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:uuidd-0:2.17.2-12.4.el6.s390x" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:uuidd-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libblkid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:libuuid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.src as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-0:2.17.2-12.4.el6.src" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.src", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:uuidd-0:2.17.2-12.4.el6.i686" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:uuidd-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:uuidd-0:2.17.2-12.4.el6.s390x" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:uuidd-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libblkid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libblkid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.i686" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390x" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "libuuid-devel-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "libuuid-devel-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.src as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.src" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.src", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:uuidd-0:2.17.2-12.4.el6.i686" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:uuidd-0:2.17.2-12.4.el6.ppc64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:uuidd-0:2.17.2-12.4.el6.s390x" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "uuidd-0:2.17.2-12.4.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:uuidd-0:2.17.2-12.4.el6.x86_64" }, "product_reference": "uuidd-0:2.17.2-12.4.el6.x86_64", "relates_to_product_reference": "6Workstation" } ] }, "vulnerabilities": [ { "cve": "CVE-2011-1675", "discovery_date": "2011-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "695916" } ], "notes": [ { "category": "description", "text": "mount in util-linux 2.19 and earlier attempts to append to the /etc/mtab.tmp file without first checking whether resource limits would interfere, which allows local users to trigger corruption of the /etc/mtab file via a process with a small RLIMIT_FSIZE value, a related issue to CVE-2011-1089.", "title": "Vulnerability description" }, { "category": "summary", "text": "util-linux: mount fails to anticipate RLIMIT_FSIZE", "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": [ "6Client-optional:libblkid-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.i686", "6Client-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6Client-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-0:2.17.2-12.4.el6.i686", "6Client:libblkid-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-0:2.17.2-12.4.el6.s390", "6Client:libblkid-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-0:2.17.2-12.4.el6.i686", "6Client:libuuid-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-0:2.17.2-12.4.el6.s390", "6Client:libuuid-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client:uuidd-0:2.17.2-12.4.el6.i686", "6Client:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client:uuidd-0:2.17.2-12.4.el6.s390x", "6Client:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-0:2.17.2-12.4.el6.i686", "6Server:libblkid-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-0:2.17.2-12.4.el6.s390", "6Server:libblkid-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-0:2.17.2-12.4.el6.i686", "6Server:libuuid-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-0:2.17.2-12.4.el6.s390", "6Server:libuuid-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-0:2.17.2-12.4.el6.src", "6Server:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Server:uuidd-0:2.17.2-12.4.el6.i686", "6Server:uuidd-0:2.17.2-12.4.el6.ppc64", "6Server:uuidd-0:2.17.2-12.4.el6.s390x", "6Server:uuidd-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.src", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Workstation:uuidd-0:2.17.2-12.4.el6.i686", "6Workstation:uuidd-0:2.17.2-12.4.el6.ppc64", "6Workstation:uuidd-0:2.17.2-12.4.el6.s390x", "6Workstation:uuidd-0:2.17.2-12.4.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-1675" }, { "category": "external", "summary": "RHBZ#695916", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=695916" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-1675", "url": "https://www.cve.org/CVERecord?id=CVE-2011-1675" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-1675", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1675" } ], "release_date": "2011-03-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-12-05T19:50:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/kb/docs/DOC-11259", "product_ids": [ "6Client-optional:libblkid-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.i686", "6Client-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6Client-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-0:2.17.2-12.4.el6.i686", "6Client:libblkid-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-0:2.17.2-12.4.el6.s390", "6Client:libblkid-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-0:2.17.2-12.4.el6.i686", "6Client:libuuid-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-0:2.17.2-12.4.el6.s390", "6Client:libuuid-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client:uuidd-0:2.17.2-12.4.el6.i686", "6Client:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client:uuidd-0:2.17.2-12.4.el6.s390x", "6Client:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-0:2.17.2-12.4.el6.i686", "6Server:libblkid-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-0:2.17.2-12.4.el6.s390", "6Server:libblkid-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-0:2.17.2-12.4.el6.i686", "6Server:libuuid-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-0:2.17.2-12.4.el6.s390", "6Server:libuuid-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-0:2.17.2-12.4.el6.src", "6Server:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Server:uuidd-0:2.17.2-12.4.el6.i686", "6Server:uuidd-0:2.17.2-12.4.el6.ppc64", "6Server:uuidd-0:2.17.2-12.4.el6.s390x", "6Server:uuidd-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.src", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Workstation:uuidd-0:2.17.2-12.4.el6.i686", "6Workstation:uuidd-0:2.17.2-12.4.el6.ppc64", "6Workstation:uuidd-0:2.17.2-12.4.el6.s390x", "6Workstation:uuidd-0:2.17.2-12.4.el6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1691" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 1.9, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:L/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0" }, "products": [ "6Client-optional:libblkid-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.i686", "6Client-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6Client-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-0:2.17.2-12.4.el6.i686", "6Client:libblkid-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-0:2.17.2-12.4.el6.s390", "6Client:libblkid-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-0:2.17.2-12.4.el6.i686", "6Client:libuuid-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-0:2.17.2-12.4.el6.s390", "6Client:libuuid-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client:uuidd-0:2.17.2-12.4.el6.i686", "6Client:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client:uuidd-0:2.17.2-12.4.el6.s390x", "6Client:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-0:2.17.2-12.4.el6.i686", "6Server:libblkid-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-0:2.17.2-12.4.el6.s390", "6Server:libblkid-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-0:2.17.2-12.4.el6.i686", "6Server:libuuid-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-0:2.17.2-12.4.el6.s390", "6Server:libuuid-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-0:2.17.2-12.4.el6.src", "6Server:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Server:uuidd-0:2.17.2-12.4.el6.i686", "6Server:uuidd-0:2.17.2-12.4.el6.ppc64", "6Server:uuidd-0:2.17.2-12.4.el6.s390x", "6Server:uuidd-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.src", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Workstation:uuidd-0:2.17.2-12.4.el6.i686", "6Workstation:uuidd-0:2.17.2-12.4.el6.ppc64", "6Workstation:uuidd-0:2.17.2-12.4.el6.s390x", "6Workstation:uuidd-0:2.17.2-12.4.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "util-linux: mount fails to anticipate RLIMIT_FSIZE" }, { "cve": "CVE-2011-1677", "discovery_date": "2011-03-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "695924" } ], "notes": [ { "category": "description", "text": "mount in util-linux 2.19 and earlier does not remove the /etc/mtab~ lock file after a failed attempt to add a mount entry, which has unspecified impact and local attack vectors.", "title": "Vulnerability description" }, { "category": "summary", "text": "util-linux: umount may fail to remove /etc/mtab~ lock file", "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": [ "6Client-optional:libblkid-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.i686", "6Client-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6Client-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-0:2.17.2-12.4.el6.i686", "6Client:libblkid-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-0:2.17.2-12.4.el6.s390", "6Client:libblkid-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-0:2.17.2-12.4.el6.i686", "6Client:libuuid-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-0:2.17.2-12.4.el6.s390", "6Client:libuuid-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client:uuidd-0:2.17.2-12.4.el6.i686", "6Client:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client:uuidd-0:2.17.2-12.4.el6.s390x", "6Client:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-0:2.17.2-12.4.el6.i686", "6Server:libblkid-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-0:2.17.2-12.4.el6.s390", "6Server:libblkid-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-0:2.17.2-12.4.el6.i686", "6Server:libuuid-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-0:2.17.2-12.4.el6.s390", "6Server:libuuid-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-0:2.17.2-12.4.el6.src", "6Server:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Server:uuidd-0:2.17.2-12.4.el6.i686", "6Server:uuidd-0:2.17.2-12.4.el6.ppc64", "6Server:uuidd-0:2.17.2-12.4.el6.s390x", "6Server:uuidd-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.src", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Workstation:uuidd-0:2.17.2-12.4.el6.i686", "6Workstation:uuidd-0:2.17.2-12.4.el6.ppc64", "6Workstation:uuidd-0:2.17.2-12.4.el6.s390x", "6Workstation:uuidd-0:2.17.2-12.4.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-1677" }, { "category": "external", "summary": "RHBZ#695924", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=695924" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-1677", "url": "https://www.cve.org/CVERecord?id=CVE-2011-1677" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-1677", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1677" } ], "release_date": "2011-03-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2011-12-05T19:50:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/kb/docs/DOC-11259", "product_ids": [ "6Client-optional:libblkid-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.i686", "6Client-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6Client-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-0:2.17.2-12.4.el6.i686", "6Client:libblkid-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-0:2.17.2-12.4.el6.s390", "6Client:libblkid-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-0:2.17.2-12.4.el6.i686", "6Client:libuuid-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-0:2.17.2-12.4.el6.s390", "6Client:libuuid-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client:uuidd-0:2.17.2-12.4.el6.i686", "6Client:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client:uuidd-0:2.17.2-12.4.el6.s390x", "6Client:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-0:2.17.2-12.4.el6.i686", "6Server:libblkid-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-0:2.17.2-12.4.el6.s390", "6Server:libblkid-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-0:2.17.2-12.4.el6.i686", "6Server:libuuid-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-0:2.17.2-12.4.el6.s390", "6Server:libuuid-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-0:2.17.2-12.4.el6.src", "6Server:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Server:uuidd-0:2.17.2-12.4.el6.i686", "6Server:uuidd-0:2.17.2-12.4.el6.ppc64", "6Server:uuidd-0:2.17.2-12.4.el6.s390x", "6Server:uuidd-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.src", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Workstation:uuidd-0:2.17.2-12.4.el6.i686", "6Workstation:uuidd-0:2.17.2-12.4.el6.ppc64", "6Workstation:uuidd-0:2.17.2-12.4.el6.s390x", "6Workstation:uuidd-0:2.17.2-12.4.el6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2011:1691" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 1.9, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:M/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "6Client-optional:libblkid-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.i686", "6Client-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6Client-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-0:2.17.2-12.4.el6.i686", "6Client:libblkid-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-0:2.17.2-12.4.el6.s390", "6Client:libblkid-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-0:2.17.2-12.4.el6.x86_64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Client:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-0:2.17.2-12.4.el6.i686", "6Client:libuuid-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-0:2.17.2-12.4.el6.s390", "6Client:libuuid-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-0:2.17.2-12.4.el6.x86_64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Client:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Client:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Client:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-0:2.17.2-12.4.el6.src", "6Client:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Client:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Client:uuidd-0:2.17.2-12.4.el6.i686", "6Client:uuidd-0:2.17.2-12.4.el6.ppc64", "6Client:uuidd-0:2.17.2-12.4.el6.s390x", "6Client:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode-optional:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode-optional:uuidd-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.i686", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6ComputeNode:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.src", "6ComputeNode:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6ComputeNode:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.i686", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.ppc64", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.s390x", "6ComputeNode:uuidd-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-0:2.17.2-12.4.el6.i686", "6Server:libblkid-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-0:2.17.2-12.4.el6.s390", "6Server:libblkid-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-0:2.17.2-12.4.el6.x86_64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Server:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-0:2.17.2-12.4.el6.i686", "6Server:libuuid-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-0:2.17.2-12.4.el6.s390", "6Server:libuuid-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-0:2.17.2-12.4.el6.x86_64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Server:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Server:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Server:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-0:2.17.2-12.4.el6.src", "6Server:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Server:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Server:uuidd-0:2.17.2-12.4.el6.i686", "6Server:uuidd-0:2.17.2-12.4.el6.ppc64", "6Server:uuidd-0:2.17.2-12.4.el6.s390x", "6Server:uuidd-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libblkid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-0:2.17.2-12.4.el6.x86_64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.i686", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.ppc64", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.s390x", "6Workstation:libuuid-devel-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.src", "6Workstation:util-linux-ng-0:2.17.2-12.4.el6.x86_64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.i686", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.ppc64", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.s390x", "6Workstation:util-linux-ng-debuginfo-0:2.17.2-12.4.el6.x86_64", "6Workstation:uuidd-0:2.17.2-12.4.el6.i686", "6Workstation:uuidd-0:2.17.2-12.4.el6.ppc64", "6Workstation:uuidd-0:2.17.2-12.4.el6.s390x", "6Workstation:uuidd-0:2.17.2-12.4.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "util-linux: umount may fail to remove /etc/mtab~ lock file" } ] }
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…