RHSA-2015:1409
Vulnerability from csaf_redhat
Published
2015-07-20 14:06
Modified
2024-11-22 08:59
Summary
Red Hat Security Advisory: sudo security, bug fix, and enhancement update
Notes
Topic
Updated sudo packages that fix one security issue, three bugs, and add one
enhancement are now available for Red Hat Enterprise Linux 6.
Red Hat Product Security has rated this update as having Moderate security
impact. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available from the CVE link in the
References section.
Details
The sudo packages contain the sudo utility which allows system
administrators to provide certain users with the permission to execute
privileged commands, which are used for system management purposes, without
having to log in as root.
It was discovered that sudo did not perform any checks of the TZ
environment variable value. If sudo was configured to preserve the TZ
environment variable, a local user with privileges to execute commands via
sudo could possibly use this flaw to achieve system state changes not
permitted by the configured commands. (CVE-2014-9680)
Note: The default sudoers configuration in Red Hat Enterprise Linux removes
the TZ variable from the environment in which commands run by sudo are
executed.
This update also fixes the following bugs:
* Previously, the sudo utility child processes could sometimes become
unresponsive because they ignored the SIGPIPE signal. With this update,
SIGPIPE handler is properly restored in the function that reads passwords
from the user, and the child processes no longer ignore SIGPIPE. As a
result, sudo child processes do not hang in this situation. (BZ#1094548)
* Prior to this update, the order in which sudo rules were processed did
not honor the user-defined sudoOrder attribute. Consequently, sudo rules
were processed in an undefined order even when the user defined the order
in sudoOrder. The implementation of SSSD support in sudo has been modified
to sort the rules according to the sudoOrder value, and sudo rules are now
sorted in the order defined by the user in sudoOrder. (BZ#1138581)
* Previously, sudo became unresponsive after the user issued a command when
a sudoers source was mentioned multiple times in the /etc/nsswitch.conf
file. The problem occurred when nsswitch.conf contained, for example, the
"sudoers: files sss sss" entry. The sudoers source processing code has been
fixed to correctly handle multiple instances of the same sudoers source.
As a result, sudo no longer hangs when a sudoers source is mentioned
multiple times in /etc/nsswitch.conf. (BZ#1147498)
In addition, this update adds the following enhancement:
* The sudo utility now supports I/O logs compressed using the zlib library.
With this update, sudo can generate zlib compressed I/O logs and also
process zlib compressed I/O logs generated by other versions of sudo with
zlib support. (BZ#1106433)
All sudo users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues and add this
enhancement.
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": "Moderate" }, "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 sudo packages that fix one security issue, three bugs, and add one\nenhancement are now available for Red Hat Enterprise Linux 6.\n\nRed Hat Product Security has rated this update as having Moderate security\nimpact. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available from the CVE link in the\nReferences section.", "title": "Topic" }, { "category": "general", "text": "The sudo packages contain the sudo utility which allows system \nadministrators to provide certain users with the permission to execute \nprivileged commands, which are used for system management purposes, without \nhaving to log in as root.\n\nIt was discovered that sudo did not perform any checks of the TZ\nenvironment variable value. If sudo was configured to preserve the TZ\nenvironment variable, a local user with privileges to execute commands via\nsudo could possibly use this flaw to achieve system state changes not\npermitted by the configured commands. (CVE-2014-9680)\n\nNote: The default sudoers configuration in Red Hat Enterprise Linux removes\nthe TZ variable from the environment in which commands run by sudo are\nexecuted.\n\nThis update also fixes the following bugs:\n\n* Previously, the sudo utility child processes could sometimes become\nunresponsive because they ignored the SIGPIPE signal. With this update,\nSIGPIPE handler is properly restored in the function that reads passwords\nfrom the user, and the child processes no longer ignore SIGPIPE. As a\nresult, sudo child processes do not hang in this situation. (BZ#1094548)\n\n* Prior to this update, the order in which sudo rules were processed did\nnot honor the user-defined sudoOrder attribute. Consequently, sudo rules\nwere processed in an undefined order even when the user defined the order\nin sudoOrder. The implementation of SSSD support in sudo has been modified\nto sort the rules according to the sudoOrder value, and sudo rules are now\nsorted in the order defined by the user in sudoOrder. (BZ#1138581)\n\n* Previously, sudo became unresponsive after the user issued a command when\na sudoers source was mentioned multiple times in the /etc/nsswitch.conf\nfile. The problem occurred when nsswitch.conf contained, for example, the\n\"sudoers: files sss sss\" entry. The sudoers source processing code has been\nfixed to correctly handle multiple instances of the same sudoers source.\nAs a result, sudo no longer hangs when a sudoers source is mentioned\nmultiple times in /etc/nsswitch.conf. (BZ#1147498)\n\nIn addition, this update adds the following enhancement:\n\n* The sudo utility now supports I/O logs compressed using the zlib library.\nWith this update, sudo can generate zlib compressed I/O logs and also\nprocess zlib compressed I/O logs generated by other versions of sudo with\nzlib support. (BZ#1106433)\n\nAll sudo users are advised to upgrade to these updated packages, which\ncontain backported patches to correct these issues and add this\nenhancement.", "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-2015:1409", "url": "https://access.redhat.com/errata/RHSA-2015:1409" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1138267", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1138267" }, { "category": "external", "summary": "1138581", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1138581" }, { "category": "external", "summary": "1142122", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1142122" }, { "category": "external", "summary": "1144448", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1144448" }, { "category": "external", "summary": "1147498", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1147498" }, { "category": "external", "summary": "1191144", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1191144" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhsa-2015_1409.json" } ], "title": "Red Hat Security Advisory: sudo security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-22T08:59:33+00:00", "generator": { "date": "2024-11-22T08:59:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2015:1409", "initial_release_date": "2015-07-20T14:06:58+00:00", "revision_history": [ { "date": "2015-07-20T14:06:58+00:00", "number": "1", "summary": "Initial version" }, { "date": "2015-07-20T14:06:58+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T08:59:33+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 Server Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional", "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_name", "name": "Red Hat Enterprise Linux Workstation Optional (v. 6)", "product": { "name": "Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "sudo-0:1.8.6p3-19.el6.src", "product": { "name": "sudo-0:1.8.6p3-19.el6.src", "product_id": "sudo-0:1.8.6p3-19.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.8.6p3-19.el6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "sudo-0:1.8.6p3-19.el6.s390x", "product": { "name": "sudo-0:1.8.6p3-19.el6.s390x", "product_id": "sudo-0:1.8.6p3-19.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.8.6p3-19.el6?arch=s390x" } } }, { "category": "product_version", "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "product": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "product_id": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.8.6p3-19.el6?arch=s390x" } } }, { "category": "product_version", "name": "sudo-devel-0:1.8.6p3-19.el6.s390x", "product": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390x", "product_id": "sudo-devel-0:1.8.6p3-19.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-devel@1.8.6p3-19.el6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "product": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "product_id": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.8.6p3-19.el6?arch=ppc64" } } }, { "category": "product_version", "name": "sudo-0:1.8.6p3-19.el6.ppc64", "product": { "name": "sudo-0:1.8.6p3-19.el6.ppc64", "product_id": "sudo-0:1.8.6p3-19.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.8.6p3-19.el6?arch=ppc64" } } }, { "category": "product_version", "name": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "product": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "product_id": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-devel@1.8.6p3-19.el6?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "sudo-0:1.8.6p3-19.el6.i686", "product": { "name": "sudo-0:1.8.6p3-19.el6.i686", "product_id": "sudo-0:1.8.6p3-19.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.8.6p3-19.el6?arch=i686" } } }, { "category": "product_version", "name": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "product": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "product_id": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.8.6p3-19.el6?arch=i686" } } }, { "category": "product_version", "name": "sudo-devel-0:1.8.6p3-19.el6.i686", "product": { "name": "sudo-devel-0:1.8.6p3-19.el6.i686", "product_id": "sudo-devel-0:1.8.6p3-19.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-devel@1.8.6p3-19.el6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "product": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "product_id": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.8.6p3-19.el6?arch=x86_64" } } }, { "category": "product_version", "name": "sudo-0:1.8.6p3-19.el6.x86_64", "product": { "name": "sudo-0:1.8.6p3-19.el6.x86_64", "product_id": "sudo-0:1.8.6p3-19.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo@1.8.6p3-19.el6?arch=x86_64" } } }, { "category": "product_version", "name": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "product": { "name": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "product_id": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-devel@1.8.6p3-19.el6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "sudo-devel-0:1.8.6p3-19.el6.ppc", "product": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc", "product_id": "sudo-devel-0:1.8.6p3-19.el6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-devel@1.8.6p3-19.el6?arch=ppc" } } }, { "category": "product_version", "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "product": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "product_id": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.8.6p3-19.el6?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "product": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "product_id": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-debuginfo@1.8.6p3-19.el6?arch=s390" } } }, { "category": "product_version", "name": "sudo-devel-0:1.8.6p3-19.el6.s390", "product": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390", "product_id": "sudo-devel-0:1.8.6p3-19.el6.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/sudo-devel@1.8.6p3-19.el6?arch=s390" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.src as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-0:1.8.6p3-19.el6.src" }, "product_reference": "sudo-0:1.8.6p3-19.el6.src", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.src as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-0:1.8.6p3-19.el6.src" }, "product_reference": "sudo-0:1.8.6p3-19.el6.src", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-devel-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-devel-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-devel-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-devel-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-devel-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:sudo-devel-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.src as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.src" }, "product_reference": "sudo-0:1.8.6p3-19.el6.src", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.src as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-0:1.8.6p3-19.el6.src" }, "product_reference": "sudo-0:1.8.6p3-19.el6.src", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.src as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-0:1.8.6p3-19.el6.src" }, "product_reference": "sudo-0:1.8.6p3-19.el6.src", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 6)", "product_id": "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Server-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.src as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-0:1.8.6p3-19.el6.src" }, "product_reference": "sudo-0:1.8.6p3-19.el6.src", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-devel-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-devel-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-devel-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-devel-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-devel-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:sudo-devel-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.src as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-0:1.8.6p3-19.el6.src" }, "product_reference": "sudo-0:1.8.6p3-19.el6.src", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation Optional (v. 6)", "product_id": "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Workstation-optional" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.src as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-0:1.8.6p3-19.el6.src" }, "product_reference": "sudo-0:1.8.6p3-19.el6.src", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-devel-0:1.8.6p3-19.el6.i686" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-devel-0:1.8.6p3-19.el6.ppc" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-devel-0:1.8.6p3-19.el6.ppc64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-devel-0:1.8.6p3-19.el6.s390" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-devel-0:1.8.6p3-19.el6.s390x" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "sudo-devel-0:1.8.6p3-19.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:sudo-devel-0:1.8.6p3-19.el6.x86_64" }, "product_reference": "sudo-devel-0:1.8.6p3-19.el6.x86_64", "relates_to_product_reference": "6Workstation" } ] }, "vulnerabilities": [ { "cve": "CVE-2014-9680", "cwe": { "id": "CWE-20", "name": "Improper Input Validation" }, "discovery_date": "2015-02-10T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1191144" } ], "notes": [ { "category": "description", "text": "It was discovered that sudo did not perform any checks of the TZ environment variable value. If sudo was configured to preserve the TZ environment variable, a local user with privileges to execute commands via sudo could possibly use this flaw to achieve system state changes not permitted by the configured commands.\r\n\r\nNote: The default sudoers configuration in Red Hat Enterprise Linux removes the TZ variable from the environment in which commands run by sudo are executed.", "title": "Vulnerability description" }, { "category": "summary", "text": "sudo: unsafe handling of TZ environment variable", "title": "Vulnerability summary" }, { "category": "other", "text": "This issue did not affect the default sudo configuration in Red Hat Enterprise Linux 5, 6, and 7.", "title": "Statement" }, { "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:sudo-0:1.8.6p3-19.el6.i686", "6Client-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6Client-optional:sudo-0:1.8.6p3-19.el6.s390x", "6Client-optional:sudo-0:1.8.6p3-19.el6.src", "6Client-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Client:sudo-0:1.8.6p3-19.el6.i686", "6Client:sudo-0:1.8.6p3-19.el6.ppc64", "6Client:sudo-0:1.8.6p3-19.el6.s390x", "6Client:sudo-0:1.8.6p3-19.el6.src", "6Client:sudo-0:1.8.6p3-19.el6.x86_64", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Client:sudo-devel-0:1.8.6p3-19.el6.i686", "6Client:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Client:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Client:sudo-devel-0:1.8.6p3-19.el6.s390", "6Client:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Client:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.i686", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.s390x", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.src", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6ComputeNode:sudo-0:1.8.6p3-19.el6.i686", "6ComputeNode:sudo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode:sudo-0:1.8.6p3-19.el6.s390x", "6ComputeNode:sudo-0:1.8.6p3-19.el6.src", "6ComputeNode:sudo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.i686", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.ppc", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.s390", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.s390x", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Server-optional:sudo-0:1.8.6p3-19.el6.i686", "6Server-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6Server-optional:sudo-0:1.8.6p3-19.el6.s390x", "6Server-optional:sudo-0:1.8.6p3-19.el6.src", "6Server-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Server:sudo-0:1.8.6p3-19.el6.i686", "6Server:sudo-0:1.8.6p3-19.el6.ppc64", "6Server:sudo-0:1.8.6p3-19.el6.s390x", "6Server:sudo-0:1.8.6p3-19.el6.src", "6Server:sudo-0:1.8.6p3-19.el6.x86_64", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Server:sudo-devel-0:1.8.6p3-19.el6.i686", "6Server:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Server:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Server:sudo-devel-0:1.8.6p3-19.el6.s390", "6Server:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Server:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.i686", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.s390x", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.src", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Workstation:sudo-0:1.8.6p3-19.el6.i686", "6Workstation:sudo-0:1.8.6p3-19.el6.ppc64", "6Workstation:sudo-0:1.8.6p3-19.el6.s390x", "6Workstation:sudo-0:1.8.6p3-19.el6.src", "6Workstation:sudo-0:1.8.6p3-19.el6.x86_64", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.i686", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.s390", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2014-9680" }, { "category": "external", "summary": "RHBZ#1191144", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1191144" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2014-9680", "url": "https://www.cve.org/CVERecord?id=CVE-2014-9680" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2014-9680", "url": "https://nvd.nist.gov/vuln/detail/CVE-2014-9680" }, { "category": "external", "summary": "http://www.sudo.ws/alerts/tz.html", "url": "http://www.sudo.ws/alerts/tz.html" } ], "release_date": "2014-10-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2015-07-20T14:06:58+00:00", "details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "6Client-optional:sudo-0:1.8.6p3-19.el6.i686", "6Client-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6Client-optional:sudo-0:1.8.6p3-19.el6.s390x", "6Client-optional:sudo-0:1.8.6p3-19.el6.src", "6Client-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Client:sudo-0:1.8.6p3-19.el6.i686", "6Client:sudo-0:1.8.6p3-19.el6.ppc64", "6Client:sudo-0:1.8.6p3-19.el6.s390x", "6Client:sudo-0:1.8.6p3-19.el6.src", "6Client:sudo-0:1.8.6p3-19.el6.x86_64", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Client:sudo-devel-0:1.8.6p3-19.el6.i686", "6Client:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Client:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Client:sudo-devel-0:1.8.6p3-19.el6.s390", "6Client:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Client:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.i686", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.s390x", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.src", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6ComputeNode:sudo-0:1.8.6p3-19.el6.i686", "6ComputeNode:sudo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode:sudo-0:1.8.6p3-19.el6.s390x", "6ComputeNode:sudo-0:1.8.6p3-19.el6.src", "6ComputeNode:sudo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.i686", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.ppc", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.s390", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.s390x", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Server-optional:sudo-0:1.8.6p3-19.el6.i686", "6Server-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6Server-optional:sudo-0:1.8.6p3-19.el6.s390x", "6Server-optional:sudo-0:1.8.6p3-19.el6.src", "6Server-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Server:sudo-0:1.8.6p3-19.el6.i686", "6Server:sudo-0:1.8.6p3-19.el6.ppc64", "6Server:sudo-0:1.8.6p3-19.el6.s390x", "6Server:sudo-0:1.8.6p3-19.el6.src", "6Server:sudo-0:1.8.6p3-19.el6.x86_64", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Server:sudo-devel-0:1.8.6p3-19.el6.i686", "6Server:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Server:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Server:sudo-devel-0:1.8.6p3-19.el6.s390", "6Server:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Server:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.i686", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.s390x", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.src", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Workstation:sudo-0:1.8.6p3-19.el6.i686", "6Workstation:sudo-0:1.8.6p3-19.el6.ppc64", "6Workstation:sudo-0:1.8.6p3-19.el6.s390x", "6Workstation:sudo-0:1.8.6p3-19.el6.src", "6Workstation:sudo-0:1.8.6p3-19.el6.x86_64", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.i686", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.s390", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2015:1409" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "SINGLE", "availabilityImpact": "PARTIAL", "baseScore": 3.0, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:L/AC:M/Au:S/C:N/I:P/A:P", "version": "2.0" }, "products": [ "6Client-optional:sudo-0:1.8.6p3-19.el6.i686", "6Client-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6Client-optional:sudo-0:1.8.6p3-19.el6.s390x", "6Client-optional:sudo-0:1.8.6p3-19.el6.src", "6Client-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Client-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Client-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Client:sudo-0:1.8.6p3-19.el6.i686", "6Client:sudo-0:1.8.6p3-19.el6.ppc64", "6Client:sudo-0:1.8.6p3-19.el6.s390x", "6Client:sudo-0:1.8.6p3-19.el6.src", "6Client:sudo-0:1.8.6p3-19.el6.x86_64", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Client:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Client:sudo-devel-0:1.8.6p3-19.el6.i686", "6Client:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Client:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Client:sudo-devel-0:1.8.6p3-19.el6.s390", "6Client:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Client:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.i686", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.s390x", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.src", "6ComputeNode-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6ComputeNode-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6ComputeNode-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6ComputeNode:sudo-0:1.8.6p3-19.el6.i686", "6ComputeNode:sudo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode:sudo-0:1.8.6p3-19.el6.s390x", "6ComputeNode:sudo-0:1.8.6p3-19.el6.src", "6ComputeNode:sudo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6ComputeNode:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.i686", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.ppc", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.s390", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.s390x", "6ComputeNode:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Server-optional:sudo-0:1.8.6p3-19.el6.i686", "6Server-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6Server-optional:sudo-0:1.8.6p3-19.el6.s390x", "6Server-optional:sudo-0:1.8.6p3-19.el6.src", "6Server-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Server-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Server-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Server:sudo-0:1.8.6p3-19.el6.i686", "6Server:sudo-0:1.8.6p3-19.el6.ppc64", "6Server:sudo-0:1.8.6p3-19.el6.s390x", "6Server:sudo-0:1.8.6p3-19.el6.src", "6Server:sudo-0:1.8.6p3-19.el6.x86_64", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Server:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Server:sudo-devel-0:1.8.6p3-19.el6.i686", "6Server:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Server:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Server:sudo-devel-0:1.8.6p3-19.el6.s390", "6Server:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Server:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.i686", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.ppc64", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.s390x", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.src", "6Workstation-optional:sudo-0:1.8.6p3-19.el6.x86_64", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Workstation-optional:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.i686", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.s390", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Workstation-optional:sudo-devel-0:1.8.6p3-19.el6.x86_64", "6Workstation:sudo-0:1.8.6p3-19.el6.i686", "6Workstation:sudo-0:1.8.6p3-19.el6.ppc64", "6Workstation:sudo-0:1.8.6p3-19.el6.s390x", "6Workstation:sudo-0:1.8.6p3-19.el6.src", "6Workstation:sudo-0:1.8.6p3-19.el6.x86_64", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.i686", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.ppc", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.ppc64", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.s390", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.s390x", "6Workstation:sudo-debuginfo-0:1.8.6p3-19.el6.x86_64", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.i686", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.ppc", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.ppc64", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.s390", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.s390x", "6Workstation:sudo-devel-0:1.8.6p3-19.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "sudo: unsafe handling of TZ environment variable" } ] }
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.