rhsa-2015:1462
Vulnerability from csaf_redhat
Published
2015-07-21 10:14
Modified
2024-11-22 08:26
Summary
Red Hat Security Advisory: ipa security and bug fix update
Notes
Topic
Updated ipa packages that fix two security issues and several bugs are now
available for Red Hat Enterprise Linux 6.
Red Hat Product Security has rated this update as having Moderate 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.
Red Hat Identity Management (IdM) is a centralized authentication, identity
management, and authorization solution for both traditional and cloud-based
enterprise environments.
Details
Two cross-site scripting (XSS) flaws were found in jQuery, which impacted
the Identity Management web administrative interface, and could allow an
authenticated user to inject arbitrary HTML or web script into the
interface. (CVE-2010-5312, CVE-2012-6662)
Note: The IdM version provided by this update no longer uses jQuery.
Bug fixes:
* The ipa-server-install, ipa-replica-install, and ipa-client-install
utilities are not supported on machines running in FIPS-140 mode.
Previously, IdM did not warn users about this. Now, IdM does not allow
running the utilities in FIPS-140 mode, and displays an explanatory
message. (BZ#1131571)
* If an Active Directory (AD) server was specified or discovered
automatically when running the ipa-client-install utility, the utility
produced a traceback instead of informing the user that an IdM server is
expected in this situation. Now, ipa-client-install detects the AD server
and fails with an explanatory message. (BZ#1132261)
* When IdM servers were configured to require the TLS protocol version 1.1
(TLSv1.1) or later in the httpd server, the ipa utility failed. With this
update, running ipa works as expected with TLSv1.1 or later. (BZ#1154687)
* In certain high-load environments, the Kerberos authentication step of
the IdM client installer can fail. Previously, the entire client
installation failed in this situation. This update modifies
ipa-client-install to prefer the TCP protocol over the UDP protocol and to
retry the authentication attempt in case of failure. (BZ#1161722)
* If ipa-client-install updated or created the /etc/nsswitch.conf file, the
sudo utility could terminate unexpectedly with a segmentation fault. Now,
ipa-client-install puts a new line character at the end of nsswitch.conf if
it modifies the last line of the file, fixing this bug. (BZ#1185207)
* The ipa-client-automount utility failed with the "UNWILLING_TO_PERFORM"
LDAP error when the nsslapd-minssf Red Hat Directory Server configuration
parameter was set to "1". This update modifies ipa-client-automount to use
encrypted connection for LDAP searches by default, and the utility now
finishes successfully even with nsslapd-minssf specified. (BZ#1191040)
* If installing an IdM server failed after the Certificate Authority (CA)
installation, the "ipa-server-install --uninstall" command did not perform
a proper cleanup. After the user issued "ipa-server-install --uninstall"
and then attempted to install the server again, the installation failed.
Now, "ipa-server-install --uninstall" removes the CA-related files in the
described situation, and ipa-server-install no longer fails with the
mentioned error message. (BZ#1198160)
* Running ipa-client-install added the "sss" entry to the sudoers line in
nsswitch.conf even if "sss" was already configured and the entry was
present in the file. Duplicate "sss" then caused sudo to become
unresponsive. Now, ipa-client-install no longer adds "sss" if it is already
present in nsswitch.conf. (BZ#1198339)
* After running ipa-client-install, it was not possible to log in using SSH
under certain circumstances. Now, ipa-client-install no longer corrupts the
sshd_config file, and the sshd service can start as expected, and logging
in using SSH works in the described situation. (BZ#1201454)
* An incorrect definition of the dc attribute in the
/usr/share/ipa/05rfc2247.ldif file caused bogus error messages to be
returned during migration. The attribute has been fixed, but the bug
persists if the copy-schema-to-ca.py script was run on Red Hat Enterprise
Linux 6.6 prior to running it on Red Hat Enterprise Linux 6.7. To work
around this problem, manually copy /usr/share/ipa/schema/05rfc2247.ldif to
/etc/dirsrv/slapd-PKI-IPA/schema/ and restart IdM. (BZ#1220788)
All ipa users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues.
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 ipa packages that fix two security issues and several bugs are now\navailable for Red Hat Enterprise Linux 6.\n\nRed Hat Product Security has rated this update as having Moderate security\nimpact. Common Vulnerability Scoring System (CVSS) base scores, which give\ndetailed severity ratings, are available for each vulnerability from the\nCVE links in the References section.\n\nRed Hat Identity Management (IdM) is a centralized authentication, identity\nmanagement, and authorization solution for both traditional and cloud-based\nenterprise environments.", "title": "Topic" }, { "category": "general", "text": "Two cross-site scripting (XSS) flaws were found in jQuery, which impacted\nthe Identity Management web administrative interface, and could allow an\nauthenticated user to inject arbitrary HTML or web script into the\ninterface. (CVE-2010-5312, CVE-2012-6662)\n\nNote: The IdM version provided by this update no longer uses jQuery.\n\nBug fixes:\n\n* The ipa-server-install, ipa-replica-install, and ipa-client-install\nutilities are not supported on machines running in FIPS-140 mode.\nPreviously, IdM did not warn users about this. Now, IdM does not allow\nrunning the utilities in FIPS-140 mode, and displays an explanatory\nmessage. (BZ#1131571)\n\n* If an Active Directory (AD) server was specified or discovered\nautomatically when running the ipa-client-install utility, the utility\nproduced a traceback instead of informing the user that an IdM server is\nexpected in this situation. Now, ipa-client-install detects the AD server\nand fails with an explanatory message. (BZ#1132261)\n\n* When IdM servers were configured to require the TLS protocol version 1.1\n(TLSv1.1) or later in the httpd server, the ipa utility failed. With this\nupdate, running ipa works as expected with TLSv1.1 or later. (BZ#1154687)\n\n* In certain high-load environments, the Kerberos authentication step of\nthe IdM client installer can fail. Previously, the entire client\ninstallation failed in this situation. This update modifies\nipa-client-install to prefer the TCP protocol over the UDP protocol and to\nretry the authentication attempt in case of failure. (BZ#1161722)\n\n* If ipa-client-install updated or created the /etc/nsswitch.conf file, the\nsudo utility could terminate unexpectedly with a segmentation fault. Now,\nipa-client-install puts a new line character at the end of nsswitch.conf if\nit modifies the last line of the file, fixing this bug. (BZ#1185207)\n\n* The ipa-client-automount utility failed with the \"UNWILLING_TO_PERFORM\"\nLDAP error when the nsslapd-minssf Red Hat Directory Server configuration\nparameter was set to \"1\". This update modifies ipa-client-automount to use\nencrypted connection for LDAP searches by default, and the utility now\nfinishes successfully even with nsslapd-minssf specified. (BZ#1191040)\n\n* If installing an IdM server failed after the Certificate Authority (CA)\ninstallation, the \"ipa-server-install --uninstall\" command did not perform\na proper cleanup. After the user issued \"ipa-server-install --uninstall\"\nand then attempted to install the server again, the installation failed.\nNow, \"ipa-server-install --uninstall\" removes the CA-related files in the\ndescribed situation, and ipa-server-install no longer fails with the\nmentioned error message. (BZ#1198160)\n\n* Running ipa-client-install added the \"sss\" entry to the sudoers line in\nnsswitch.conf even if \"sss\" was already configured and the entry was\npresent in the file. Duplicate \"sss\" then caused sudo to become\nunresponsive. Now, ipa-client-install no longer adds \"sss\" if it is already\npresent in nsswitch.conf. (BZ#1198339)\n\n* After running ipa-client-install, it was not possible to log in using SSH\nunder certain circumstances. Now, ipa-client-install no longer corrupts the\nsshd_config file, and the sshd service can start as expected, and logging\nin using SSH works in the described situation. (BZ#1201454)\n\n* An incorrect definition of the dc attribute in the\n/usr/share/ipa/05rfc2247.ldif file caused bogus error messages to be\nreturned during migration. The attribute has been fixed, but the bug\npersists if the copy-schema-to-ca.py script was run on Red Hat Enterprise\nLinux 6.6 prior to running it on Red Hat Enterprise Linux 6.7. To work\naround this problem, manually copy /usr/share/ipa/schema/05rfc2247.ldif to\n/etc/dirsrv/slapd-PKI-IPA/schema/ and restart IdM. (BZ#1220788)\n\nAll ipa users are advised to upgrade to these updated packages, which\ncontain backported patches to correct these issues.", "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:1462", "url": "https://access.redhat.com/errata/RHSA-2015:1462" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "1132261", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1132261" }, { "category": "external", "summary": "1146870", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1146870" }, { "category": "external", "summary": "1154687", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1154687" }, { "category": "external", "summary": "1166041", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1166041" }, { "category": "external", "summary": "1166064", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1166064" }, { "category": "external", "summary": "1185207", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1185207" }, { "category": "external", "summary": "1198339", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1198339" }, { "category": "external", "summary": "1201454", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1201454" }, { "category": "external", "summary": "1205660", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1205660" }, { "category": "external", "summary": "1207649", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1207649" }, { "category": "external", "summary": "1220788", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1220788" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2015/rhsa-2015_1462.json" } ], "title": "Red Hat Security Advisory: ipa security and bug fix update", "tracking": { "current_release_date": "2024-11-22T08:26:56+00:00", "generator": { "date": "2024-11-22T08:26:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2015:1462", "initial_release_date": "2015-07-21T10:14:51+00:00", "revision_history": [ { "date": "2015-07-21T10:14:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2015-07-21T10:14:52+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T08:26:56+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": "ipa-debuginfo-0:3.0.0-47.el6.i686", "product": { "name": "ipa-debuginfo-0:3.0.0-47.el6.i686", "product_id": "ipa-debuginfo-0:3.0.0-47.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-debuginfo@3.0.0-47.el6?arch=i686" } } }, { "category": "product_version", "name": "ipa-admintools-0:3.0.0-47.el6.i686", "product": { "name": "ipa-admintools-0:3.0.0-47.el6.i686", "product_id": "ipa-admintools-0:3.0.0-47.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-admintools@3.0.0-47.el6?arch=i686" } } }, { "category": "product_version", "name": "ipa-server-trust-ad-0:3.0.0-47.el6.i686", "product": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.i686", "product_id": "ipa-server-trust-ad-0:3.0.0-47.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-server-trust-ad@3.0.0-47.el6?arch=i686" } } }, { "category": "product_version", "name": "ipa-client-0:3.0.0-47.el6.i686", "product": { "name": "ipa-client-0:3.0.0-47.el6.i686", "product_id": "ipa-client-0:3.0.0-47.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-client@3.0.0-47.el6?arch=i686" } } }, { "category": "product_version", "name": "ipa-python-0:3.0.0-47.el6.i686", "product": { "name": "ipa-python-0:3.0.0-47.el6.i686", "product_id": "ipa-python-0:3.0.0-47.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-python@3.0.0-47.el6?arch=i686" } } }, { "category": "product_version", "name": "ipa-server-0:3.0.0-47.el6.i686", "product": { "name": "ipa-server-0:3.0.0-47.el6.i686", "product_id": "ipa-server-0:3.0.0-47.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-server@3.0.0-47.el6?arch=i686" } } }, { "category": "product_version", "name": "ipa-server-selinux-0:3.0.0-47.el6.i686", "product": { "name": "ipa-server-selinux-0:3.0.0-47.el6.i686", "product_id": "ipa-server-selinux-0:3.0.0-47.el6.i686", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-server-selinux@3.0.0-47.el6?arch=i686" } } } ], "category": "architecture", "name": "i686" }, { "branches": [ { "category": "product_version", "name": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "product": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "product_id": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-server-trust-ad@3.0.0-47.el6?arch=x86_64" } } }, { "category": "product_version", "name": "ipa-admintools-0:3.0.0-47.el6.x86_64", "product": { "name": "ipa-admintools-0:3.0.0-47.el6.x86_64", "product_id": "ipa-admintools-0:3.0.0-47.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-admintools@3.0.0-47.el6?arch=x86_64" } } }, { "category": "product_version", "name": "ipa-python-0:3.0.0-47.el6.x86_64", "product": { "name": "ipa-python-0:3.0.0-47.el6.x86_64", "product_id": "ipa-python-0:3.0.0-47.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-python@3.0.0-47.el6?arch=x86_64" } } }, { "category": "product_version", "name": "ipa-server-0:3.0.0-47.el6.x86_64", "product": { "name": "ipa-server-0:3.0.0-47.el6.x86_64", "product_id": "ipa-server-0:3.0.0-47.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-server@3.0.0-47.el6?arch=x86_64" } } }, { "category": "product_version", "name": "ipa-debuginfo-0:3.0.0-47.el6.x86_64", "product": { "name": "ipa-debuginfo-0:3.0.0-47.el6.x86_64", "product_id": "ipa-debuginfo-0:3.0.0-47.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-debuginfo@3.0.0-47.el6?arch=x86_64" } } }, { "category": "product_version", "name": "ipa-server-selinux-0:3.0.0-47.el6.x86_64", "product": { "name": "ipa-server-selinux-0:3.0.0-47.el6.x86_64", "product_id": "ipa-server-selinux-0:3.0.0-47.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-server-selinux@3.0.0-47.el6?arch=x86_64" } } }, { "category": "product_version", "name": "ipa-client-0:3.0.0-47.el6.x86_64", "product": { "name": "ipa-client-0:3.0.0-47.el6.x86_64", "product_id": "ipa-client-0:3.0.0-47.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-client@3.0.0-47.el6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "ipa-0:3.0.0-47.el6.src", "product": { "name": "ipa-0:3.0.0-47.el6.src", "product_id": "ipa-0:3.0.0-47.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa@3.0.0-47.el6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "ipa-python-0:3.0.0-47.el6.ppc64", "product": { "name": "ipa-python-0:3.0.0-47.el6.ppc64", "product_id": "ipa-python-0:3.0.0-47.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-python@3.0.0-47.el6?arch=ppc64" } } }, { "category": "product_version", "name": "ipa-client-0:3.0.0-47.el6.ppc64", "product": { "name": "ipa-client-0:3.0.0-47.el6.ppc64", "product_id": "ipa-client-0:3.0.0-47.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-client@3.0.0-47.el6?arch=ppc64" } } }, { "category": "product_version", "name": "ipa-debuginfo-0:3.0.0-47.el6.ppc64", "product": { "name": "ipa-debuginfo-0:3.0.0-47.el6.ppc64", "product_id": "ipa-debuginfo-0:3.0.0-47.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-debuginfo@3.0.0-47.el6?arch=ppc64" } } }, { "category": "product_version", "name": "ipa-admintools-0:3.0.0-47.el6.ppc64", "product": { "name": "ipa-admintools-0:3.0.0-47.el6.ppc64", "product_id": "ipa-admintools-0:3.0.0-47.el6.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-admintools@3.0.0-47.el6?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "ipa-client-0:3.0.0-47.el6.s390x", "product": { "name": "ipa-client-0:3.0.0-47.el6.s390x", "product_id": "ipa-client-0:3.0.0-47.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-client@3.0.0-47.el6?arch=s390x" } } }, { "category": "product_version", "name": "ipa-debuginfo-0:3.0.0-47.el6.s390x", "product": { "name": "ipa-debuginfo-0:3.0.0-47.el6.s390x", "product_id": "ipa-debuginfo-0:3.0.0-47.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-debuginfo@3.0.0-47.el6?arch=s390x" } } }, { "category": "product_version", "name": "ipa-admintools-0:3.0.0-47.el6.s390x", "product": { "name": "ipa-admintools-0:3.0.0-47.el6.s390x", "product_id": "ipa-admintools-0:3.0.0-47.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-admintools@3.0.0-47.el6?arch=s390x" } } }, { "category": "product_version", "name": "ipa-python-0:3.0.0-47.el6.s390x", "product": { "name": "ipa-python-0:3.0.0-47.el6.s390x", "product_id": "ipa-python-0:3.0.0-47.el6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/ipa-python@3.0.0-47.el6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "ipa-0:3.0.0-47.el6.src as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-0:3.0.0-47.el6.src" }, "product_reference": "ipa-0:3.0.0-47.el6.src", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-admintools-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-admintools-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-admintools-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-admintools-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-client-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-client-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-client-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-client-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-client-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-client-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-python-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-python-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-python-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-python-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-python-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-python-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-server-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-server-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop Optional (v. 6)", "product_id": "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-0:3.0.0-47.el6.src as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-0:3.0.0-47.el6.src" }, "product_reference": "ipa-0:3.0.0-47.el6.src", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-admintools-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-admintools-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-admintools-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-admintools-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-client-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-client-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-client-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-client-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-client-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-client-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-debuginfo-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-debuginfo-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-debuginfo-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-debuginfo-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-python-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-python-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-python-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-python-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-python-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-python-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-server-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-server-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-server-selinux-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-server-selinux-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)", "product_id": "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Client" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-0:3.0.0-47.el6.src as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-0:3.0.0-47.el6.src" }, "product_reference": "ipa-0:3.0.0-47.el6.src", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-client-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-client-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-python-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-python-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node Optional (v. 6)", "product_id": "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode-optional" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-0:3.0.0-47.el6.src as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-0:3.0.0-47.el6.src" }, "product_reference": "ipa-0:3.0.0-47.el6.src", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-client-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-client-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-client-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-client-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-client-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-client-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-python-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-python-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-python-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-python-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-python-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-python-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-server-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-server-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)", "product_id": "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6ComputeNode" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-0:3.0.0-47.el6.src as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-0:3.0.0-47.el6.src" }, "product_reference": "ipa-0:3.0.0-47.el6.src", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-admintools-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-admintools-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-admintools-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-admintools-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-client-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-client-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-client-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-client-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-client-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-client-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-debuginfo-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-debuginfo-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-debuginfo-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-debuginfo-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-python-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-python-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-python-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-python-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-python-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-python-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-server-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-server-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-server-selinux-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-server-selinux-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)", "product_id": "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Server" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-0:3.0.0-47.el6.src as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-0:3.0.0-47.el6.src" }, "product_reference": "ipa-0:3.0.0-47.el6.src", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-admintools-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-admintools-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-admintools-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-admintools-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-admintools-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-admintools-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-client-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-client-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-client-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-client-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-client-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-client-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-client-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-client-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-debuginfo-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-debuginfo-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-python-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-python-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.ppc64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-python-0:3.0.0-47.el6.ppc64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.ppc64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.s390x as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-python-0:3.0.0-47.el6.s390x" }, "product_reference": "ipa-python-0:3.0.0-47.el6.s390x", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-python-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-python-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-python-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-server-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-server-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-selinux-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-selinux-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.i686 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.i686" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.i686", "relates_to_product_reference": "6Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)", "product_id": "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" }, "product_reference": "ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "relates_to_product_reference": "6Workstation" } ] }, "vulnerabilities": [ { "cve": "CVE-2010-5312", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2014-11-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1166041" } ], "notes": [ { "category": "description", "text": "Cross-site scripting (XSS) vulnerability in jquery.ui.dialog.js in the Dialog widget in jQuery UI before 1.10.0 allows remote attackers to inject arbitrary web script or HTML via the title option.", "title": "Vulnerability description" }, { "category": "summary", "text": "jquery-ui: XSS vulnerability in jQuery.ui.dialog title option", "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:ipa-0:3.0.0-47.el6.src", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-client-0:3.0.0-47.el6.i686", "6Client-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-client-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-python-0:3.0.0-47.el6.i686", "6Client-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-python-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Client:ipa-0:3.0.0-47.el6.src", "6Client:ipa-admintools-0:3.0.0-47.el6.i686", "6Client:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client:ipa-client-0:3.0.0-47.el6.i686", "6Client:ipa-client-0:3.0.0-47.el6.ppc64", "6Client:ipa-client-0:3.0.0-47.el6.s390x", "6Client:ipa-client-0:3.0.0-47.el6.x86_64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client:ipa-python-0:3.0.0-47.el6.i686", "6Client:ipa-python-0:3.0.0-47.el6.ppc64", "6Client:ipa-python-0:3.0.0-47.el6.s390x", "6Client:ipa-python-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-0:3.0.0-47.el6.i686", "6Client:ipa-server-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-0:3.0.0-47.el6.src", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-0:3.0.0-47.el6.src", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Server:ipa-0:3.0.0-47.el6.src", "6Server:ipa-admintools-0:3.0.0-47.el6.i686", "6Server:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Server:ipa-admintools-0:3.0.0-47.el6.s390x", "6Server:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Server:ipa-client-0:3.0.0-47.el6.i686", "6Server:ipa-client-0:3.0.0-47.el6.ppc64", "6Server:ipa-client-0:3.0.0-47.el6.s390x", "6Server:ipa-client-0:3.0.0-47.el6.x86_64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Server:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Server:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Server:ipa-python-0:3.0.0-47.el6.i686", "6Server:ipa-python-0:3.0.0-47.el6.ppc64", "6Server:ipa-python-0:3.0.0-47.el6.s390x", "6Server:ipa-python-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-0:3.0.0-47.el6.i686", "6Server:ipa-server-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Server:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-0:3.0.0-47.el6.src", "6Workstation:ipa-admintools-0:3.0.0-47.el6.i686", "6Workstation:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-admintools-0:3.0.0-47.el6.s390x", "6Workstation:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-client-0:3.0.0-47.el6.i686", "6Workstation:ipa-client-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-client-0:3.0.0-47.el6.s390x", "6Workstation:ipa-client-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-python-0:3.0.0-47.el6.i686", "6Workstation:ipa-python-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-python-0:3.0.0-47.el6.s390x", "6Workstation:ipa-python-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2010-5312" }, { "category": "external", "summary": "RHBZ#1166041", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1166041" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2010-5312", "url": "https://www.cve.org/CVERecord?id=CVE-2010-5312" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2010-5312", "url": "https://nvd.nist.gov/vuln/detail/CVE-2010-5312" } ], "release_date": "2010-09-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2015-07-21T10:14:51+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:ipa-0:3.0.0-47.el6.src", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-client-0:3.0.0-47.el6.i686", "6Client-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-client-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-python-0:3.0.0-47.el6.i686", "6Client-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-python-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Client:ipa-0:3.0.0-47.el6.src", "6Client:ipa-admintools-0:3.0.0-47.el6.i686", "6Client:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client:ipa-client-0:3.0.0-47.el6.i686", "6Client:ipa-client-0:3.0.0-47.el6.ppc64", "6Client:ipa-client-0:3.0.0-47.el6.s390x", "6Client:ipa-client-0:3.0.0-47.el6.x86_64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client:ipa-python-0:3.0.0-47.el6.i686", "6Client:ipa-python-0:3.0.0-47.el6.ppc64", "6Client:ipa-python-0:3.0.0-47.el6.s390x", "6Client:ipa-python-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-0:3.0.0-47.el6.i686", "6Client:ipa-server-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-0:3.0.0-47.el6.src", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-0:3.0.0-47.el6.src", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Server:ipa-0:3.0.0-47.el6.src", "6Server:ipa-admintools-0:3.0.0-47.el6.i686", "6Server:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Server:ipa-admintools-0:3.0.0-47.el6.s390x", "6Server:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Server:ipa-client-0:3.0.0-47.el6.i686", "6Server:ipa-client-0:3.0.0-47.el6.ppc64", "6Server:ipa-client-0:3.0.0-47.el6.s390x", "6Server:ipa-client-0:3.0.0-47.el6.x86_64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Server:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Server:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Server:ipa-python-0:3.0.0-47.el6.i686", "6Server:ipa-python-0:3.0.0-47.el6.ppc64", "6Server:ipa-python-0:3.0.0-47.el6.s390x", "6Server:ipa-python-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-0:3.0.0-47.el6.i686", "6Server:ipa-server-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Server:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-0:3.0.0-47.el6.src", "6Workstation:ipa-admintools-0:3.0.0-47.el6.i686", "6Workstation:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-admintools-0:3.0.0-47.el6.s390x", "6Workstation:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-client-0:3.0.0-47.el6.i686", "6Workstation:ipa-client-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-client-0:3.0.0-47.el6.s390x", "6Workstation:ipa-client-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-python-0:3.0.0-47.el6.i686", "6Workstation:ipa-python-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-python-0:3.0.0-47.el6.s390x", "6Workstation:ipa-python-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2015:1462" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0" }, "products": [ "6Client-optional:ipa-0:3.0.0-47.el6.src", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-client-0:3.0.0-47.el6.i686", "6Client-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-client-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-python-0:3.0.0-47.el6.i686", "6Client-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-python-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Client:ipa-0:3.0.0-47.el6.src", "6Client:ipa-admintools-0:3.0.0-47.el6.i686", "6Client:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client:ipa-client-0:3.0.0-47.el6.i686", "6Client:ipa-client-0:3.0.0-47.el6.ppc64", "6Client:ipa-client-0:3.0.0-47.el6.s390x", "6Client:ipa-client-0:3.0.0-47.el6.x86_64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client:ipa-python-0:3.0.0-47.el6.i686", "6Client:ipa-python-0:3.0.0-47.el6.ppc64", "6Client:ipa-python-0:3.0.0-47.el6.s390x", "6Client:ipa-python-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-0:3.0.0-47.el6.i686", "6Client:ipa-server-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-0:3.0.0-47.el6.src", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-0:3.0.0-47.el6.src", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Server:ipa-0:3.0.0-47.el6.src", "6Server:ipa-admintools-0:3.0.0-47.el6.i686", "6Server:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Server:ipa-admintools-0:3.0.0-47.el6.s390x", "6Server:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Server:ipa-client-0:3.0.0-47.el6.i686", "6Server:ipa-client-0:3.0.0-47.el6.ppc64", "6Server:ipa-client-0:3.0.0-47.el6.s390x", "6Server:ipa-client-0:3.0.0-47.el6.x86_64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Server:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Server:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Server:ipa-python-0:3.0.0-47.el6.i686", "6Server:ipa-python-0:3.0.0-47.el6.ppc64", "6Server:ipa-python-0:3.0.0-47.el6.s390x", "6Server:ipa-python-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-0:3.0.0-47.el6.i686", "6Server:ipa-server-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Server:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-0:3.0.0-47.el6.src", "6Workstation:ipa-admintools-0:3.0.0-47.el6.i686", "6Workstation:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-admintools-0:3.0.0-47.el6.s390x", "6Workstation:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-client-0:3.0.0-47.el6.i686", "6Workstation:ipa-client-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-client-0:3.0.0-47.el6.s390x", "6Workstation:ipa-client-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-python-0:3.0.0-47.el6.i686", "6Workstation:ipa-python-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-python-0:3.0.0-47.el6.s390x", "6Workstation:ipa-python-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jquery-ui: XSS vulnerability in jQuery.ui.dialog title option" }, { "cve": "CVE-2012-6662", "cwe": { "id": "CWE-79", "name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)" }, "discovery_date": "2014-11-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "1166064" } ], "notes": [ { "category": "description", "text": "Cross-site scripting (XSS) vulnerability in the default content option in jquery.ui.tooltip.js in the Tooltip widget in jQuery UI before 1.10.0 allows remote attackers to inject arbitrary web script or HTML via the title attribute, which is not properly handled in the autocomplete combo box demo.", "title": "Vulnerability description" }, { "category": "summary", "text": "jquery-ui: XSS vulnerability in default content in Tooltip widget", "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:ipa-0:3.0.0-47.el6.src", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-client-0:3.0.0-47.el6.i686", "6Client-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-client-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-python-0:3.0.0-47.el6.i686", "6Client-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-python-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Client:ipa-0:3.0.0-47.el6.src", "6Client:ipa-admintools-0:3.0.0-47.el6.i686", "6Client:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client:ipa-client-0:3.0.0-47.el6.i686", "6Client:ipa-client-0:3.0.0-47.el6.ppc64", "6Client:ipa-client-0:3.0.0-47.el6.s390x", "6Client:ipa-client-0:3.0.0-47.el6.x86_64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client:ipa-python-0:3.0.0-47.el6.i686", "6Client:ipa-python-0:3.0.0-47.el6.ppc64", "6Client:ipa-python-0:3.0.0-47.el6.s390x", "6Client:ipa-python-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-0:3.0.0-47.el6.i686", "6Client:ipa-server-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-0:3.0.0-47.el6.src", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-0:3.0.0-47.el6.src", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Server:ipa-0:3.0.0-47.el6.src", "6Server:ipa-admintools-0:3.0.0-47.el6.i686", "6Server:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Server:ipa-admintools-0:3.0.0-47.el6.s390x", "6Server:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Server:ipa-client-0:3.0.0-47.el6.i686", "6Server:ipa-client-0:3.0.0-47.el6.ppc64", "6Server:ipa-client-0:3.0.0-47.el6.s390x", "6Server:ipa-client-0:3.0.0-47.el6.x86_64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Server:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Server:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Server:ipa-python-0:3.0.0-47.el6.i686", "6Server:ipa-python-0:3.0.0-47.el6.ppc64", "6Server:ipa-python-0:3.0.0-47.el6.s390x", "6Server:ipa-python-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-0:3.0.0-47.el6.i686", "6Server:ipa-server-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Server:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-0:3.0.0-47.el6.src", "6Workstation:ipa-admintools-0:3.0.0-47.el6.i686", "6Workstation:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-admintools-0:3.0.0-47.el6.s390x", "6Workstation:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-client-0:3.0.0-47.el6.i686", "6Workstation:ipa-client-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-client-0:3.0.0-47.el6.s390x", "6Workstation:ipa-client-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-python-0:3.0.0-47.el6.i686", "6Workstation:ipa-python-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-python-0:3.0.0-47.el6.s390x", "6Workstation:ipa-python-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-6662" }, { "category": "external", "summary": "RHBZ#1166064", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1166064" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-6662", "url": "https://www.cve.org/CVERecord?id=CVE-2012-6662" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-6662", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-6662" } ], "release_date": "2012-11-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2015-07-21T10:14:51+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:ipa-0:3.0.0-47.el6.src", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-client-0:3.0.0-47.el6.i686", "6Client-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-client-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-python-0:3.0.0-47.el6.i686", "6Client-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-python-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Client:ipa-0:3.0.0-47.el6.src", "6Client:ipa-admintools-0:3.0.0-47.el6.i686", "6Client:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client:ipa-client-0:3.0.0-47.el6.i686", "6Client:ipa-client-0:3.0.0-47.el6.ppc64", "6Client:ipa-client-0:3.0.0-47.el6.s390x", "6Client:ipa-client-0:3.0.0-47.el6.x86_64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client:ipa-python-0:3.0.0-47.el6.i686", "6Client:ipa-python-0:3.0.0-47.el6.ppc64", "6Client:ipa-python-0:3.0.0-47.el6.s390x", "6Client:ipa-python-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-0:3.0.0-47.el6.i686", "6Client:ipa-server-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-0:3.0.0-47.el6.src", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-0:3.0.0-47.el6.src", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Server:ipa-0:3.0.0-47.el6.src", "6Server:ipa-admintools-0:3.0.0-47.el6.i686", "6Server:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Server:ipa-admintools-0:3.0.0-47.el6.s390x", "6Server:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Server:ipa-client-0:3.0.0-47.el6.i686", "6Server:ipa-client-0:3.0.0-47.el6.ppc64", "6Server:ipa-client-0:3.0.0-47.el6.s390x", "6Server:ipa-client-0:3.0.0-47.el6.x86_64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Server:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Server:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Server:ipa-python-0:3.0.0-47.el6.i686", "6Server:ipa-python-0:3.0.0-47.el6.ppc64", "6Server:ipa-python-0:3.0.0-47.el6.s390x", "6Server:ipa-python-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-0:3.0.0-47.el6.i686", "6Server:ipa-server-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Server:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-0:3.0.0-47.el6.src", "6Workstation:ipa-admintools-0:3.0.0-47.el6.i686", "6Workstation:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-admintools-0:3.0.0-47.el6.s390x", "6Workstation:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-client-0:3.0.0-47.el6.i686", "6Workstation:ipa-client-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-client-0:3.0.0-47.el6.s390x", "6Workstation:ipa-client-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-python-0:3.0.0-47.el6.i686", "6Workstation:ipa-python-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-python-0:3.0.0-47.el6.s390x", "6Workstation:ipa-python-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2015:1462" } ], "scores": [ { "cvss_v2": { "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 4.3, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N", "version": "2.0" }, "products": [ "6Client-optional:ipa-0:3.0.0-47.el6.src", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-client-0:3.0.0-47.el6.i686", "6Client-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-client-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-python-0:3.0.0-47.el6.i686", "6Client-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6Client-optional:ipa-python-0:3.0.0-47.el6.s390x", "6Client-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Client:ipa-0:3.0.0-47.el6.src", "6Client:ipa-admintools-0:3.0.0-47.el6.i686", "6Client:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Client:ipa-admintools-0:3.0.0-47.el6.s390x", "6Client:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Client:ipa-client-0:3.0.0-47.el6.i686", "6Client:ipa-client-0:3.0.0-47.el6.ppc64", "6Client:ipa-client-0:3.0.0-47.el6.s390x", "6Client:ipa-client-0:3.0.0-47.el6.x86_64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Client:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Client:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Client:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Client:ipa-python-0:3.0.0-47.el6.i686", "6Client:ipa-python-0:3.0.0-47.el6.ppc64", "6Client:ipa-python-0:3.0.0-47.el6.s390x", "6Client:ipa-python-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-0:3.0.0-47.el6.i686", "6Client:ipa-server-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Client:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Client:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-0:3.0.0-47.el6.src", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode-optional:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode-optional:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-0:3.0.0-47.el6.src", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-admintools-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-client-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-client-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-client-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-python-0:3.0.0-47.el6.ppc64", "6ComputeNode:ipa-python-0:3.0.0-47.el6.s390x", "6ComputeNode:ipa-python-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6ComputeNode:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Server:ipa-0:3.0.0-47.el6.src", "6Server:ipa-admintools-0:3.0.0-47.el6.i686", "6Server:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Server:ipa-admintools-0:3.0.0-47.el6.s390x", "6Server:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Server:ipa-client-0:3.0.0-47.el6.i686", "6Server:ipa-client-0:3.0.0-47.el6.ppc64", "6Server:ipa-client-0:3.0.0-47.el6.s390x", "6Server:ipa-client-0:3.0.0-47.el6.x86_64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Server:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Server:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Server:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Server:ipa-python-0:3.0.0-47.el6.i686", "6Server:ipa-python-0:3.0.0-47.el6.ppc64", "6Server:ipa-python-0:3.0.0-47.el6.s390x", "6Server:ipa-python-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-0:3.0.0-47.el6.i686", "6Server:ipa-server-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Server:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Server:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-0:3.0.0-47.el6.src", "6Workstation:ipa-admintools-0:3.0.0-47.el6.i686", "6Workstation:ipa-admintools-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-admintools-0:3.0.0-47.el6.s390x", "6Workstation:ipa-admintools-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-client-0:3.0.0-47.el6.i686", "6Workstation:ipa-client-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-client-0:3.0.0-47.el6.s390x", "6Workstation:ipa-client-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.i686", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.s390x", "6Workstation:ipa-debuginfo-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-python-0:3.0.0-47.el6.i686", "6Workstation:ipa-python-0:3.0.0-47.el6.ppc64", "6Workstation:ipa-python-0:3.0.0-47.el6.s390x", "6Workstation:ipa-python-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-selinux-0:3.0.0-47.el6.x86_64", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.i686", "6Workstation:ipa-server-trust-ad-0:3.0.0-47.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "jquery-ui: XSS vulnerability in default content in Tooltip widget" } ] }
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.