rhsa-2013_0123
Vulnerability from csaf_redhat
Published
2013-01-08 04:10
Modified
2024-11-22 04:52
Summary
Red Hat Security Advisory: OpenIPMI security, bug fix, and enhancement update
Notes
Topic
Updated OpenIPMI packages that fix one security issue, multiple bugs, and
add one enhancement are now available for Red Hat Enterprise Linux 5.
The Red Hat Security Response Team has rated this update as having low
security impact. A Common Vulnerability Scoring System (CVSS) base score,
which gives a detailed severity rating, is available from the CVE link in
the References section.
Details
The OpenIPMI packages provide command line tools and utilities to access
platform information using Intelligent Platform Management Interface
(IPMI). System administrators can use OpenIPMI to manage systems and to
perform system health monitoring.
It was discovered that the IPMI event daemon (ipmievd) created its process
ID (PID) file with world-writable permissions. A local user could use this
flaw to make the ipmievd init script kill an arbitrary process when the
ipmievd daemon is stopped or restarted. (CVE-2011-4339)
Note: This issue did not affect the default configuration of OpenIPMI as
shipped with Red Hat Enterprise Linux 5.
This update also fixes the following bugs:
* Prior to this update, the ipmitool utility first checked the IPMI
hardware for Dell IPMI extensions and listed only supported commands when
printing command usage like the option "ipmtool delloem help". On a
non-Dell platform, the usage text was incomplete and misleading. This
update lists all Dell OEM extensions in usage texts on all platforms, which
allows users to check for command line arguments on non-Dell hardware.
(BZ#658762)
* Prior to this update, the ipmitool utility tried to retrieve the Sensor
Data Records (SDR) from the IPMI bus instead of the Baseboard Management
Controller (BMC) bus when IPMI-enabled devices reported SDR under a
different owner than the BMC. As a consequence, the timeout setting for the
SDR read attempt could significantly decrease the performance and no sensor
data was shown. This update modifies ipmitool to read these SDR records
from the BMC and shows the correct sensor data on these platforms.
(BZ#671059, BZ#749796)
* Prior to this update, the exit code of the "ipmitool -o list" option was
not set correctly. As a consequence, "ipmitool -o list" always returned the
value 1 instead of the expected value 0. This update modifies the
underlying code to return the value 0 as expected. (BZ#740780)
* Prior to this update, the "ipmi" service init script did not specify the
full path to the "/sbin/lsmod" and "/sbin/modprobe" system utilities. As a
consequence, the init script failed when it was executed if PATH did not
point to /sbin, for example, when running "sudo /etc/init.d/ipmi". This
update modifies the init script so that it now contains the full path to
lsmod and modrpobe. Now, it can be executed with sudo. (BZ#829705)
* Prior to this update, the ipmitool man page did not list the "-b", "-B",
"-l" and "-T" options. In this update, these options are documented in the
ipmitool man page. (BZ#846596)
This update also adds the following enhancement:
* Updates to the Dell-specific IPMI extension: A new vFlash command, which
allows users to display information about extended SD cards; a new setled
command, which allows users to display the backplane LED status; improved
error descriptions; added support for new hardware; and updated
documentation of the ipmitool delloem commands in the ipmitool manual
page. (BZ#797050)
All users of OpenIPMI are advised to upgrade to these updated packages,
which contain backported patches to correct these issues and add this
enhancement.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Low" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Updated OpenIPMI packages that fix one security issue, multiple bugs, and\nadd one enhancement are now available for Red Hat Enterprise Linux 5.\n\nThe Red Hat Security Response Team has rated this update as having low\nsecurity impact. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available from the CVE link in\nthe References section.", "title": "Topic" }, { "category": "general", "text": "The OpenIPMI packages provide command line tools and utilities to access\nplatform information using Intelligent Platform Management Interface\n(IPMI). System administrators can use OpenIPMI to manage systems and to\nperform system health monitoring.\n\nIt was discovered that the IPMI event daemon (ipmievd) created its process\nID (PID) file with world-writable permissions. A local user could use this\nflaw to make the ipmievd init script kill an arbitrary process when the\nipmievd daemon is stopped or restarted. (CVE-2011-4339)\n\nNote: This issue did not affect the default configuration of OpenIPMI as\nshipped with Red Hat Enterprise Linux 5.\n\nThis update also fixes the following bugs:\n\n* Prior to this update, the ipmitool utility first checked the IPMI\nhardware for Dell IPMI extensions and listed only supported commands when\nprinting command usage like the option \"ipmtool delloem help\". On a\nnon-Dell platform, the usage text was incomplete and misleading. This\nupdate lists all Dell OEM extensions in usage texts on all platforms, which\nallows users to check for command line arguments on non-Dell hardware.\n(BZ#658762)\n\n* Prior to this update, the ipmitool utility tried to retrieve the Sensor\nData Records (SDR) from the IPMI bus instead of the Baseboard Management\nController (BMC) bus when IPMI-enabled devices reported SDR under a\ndifferent owner than the BMC. As a consequence, the timeout setting for the\nSDR read attempt could significantly decrease the performance and no sensor\ndata was shown. This update modifies ipmitool to read these SDR records\nfrom the BMC and shows the correct sensor data on these platforms.\n(BZ#671059, BZ#749796)\n\n* Prior to this update, the exit code of the \"ipmitool -o list\" option was\nnot set correctly. As a consequence, \"ipmitool -o list\" always returned the\nvalue 1 instead of the expected value 0. This update modifies the\nunderlying code to return the value 0 as expected. (BZ#740780)\n\n* Prior to this update, the \"ipmi\" service init script did not specify the\nfull path to the \"/sbin/lsmod\" and \"/sbin/modprobe\" system utilities. As a\nconsequence, the init script failed when it was executed if PATH did not\npoint to /sbin, for example, when running \"sudo /etc/init.d/ipmi\". This\nupdate modifies the init script so that it now contains the full path to\nlsmod and modrpobe. Now, it can be executed with sudo. (BZ#829705)\n\n* Prior to this update, the ipmitool man page did not list the \"-b\", \"-B\",\n\"-l\" and \"-T\" options. In this update, these options are documented in the\nipmitool man page. (BZ#846596)\n\nThis update also adds the following enhancement:\n\n* Updates to the Dell-specific IPMI extension: A new vFlash command, which\nallows users to display information about extended SD cards; a new setled\ncommand, which allows users to display the backplane LED status; improved\nerror descriptions; added support for new hardware; and updated\ndocumentation of the ipmitool delloem commands in the ipmitool manual\npage. (BZ#797050)\n\nAll users of OpenIPMI are advised to upgrade to these updated packages,\nwhich contain backported patches to correct these issues and add this\nenhancement.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2013:0123", "url": "https://access.redhat.com/errata/RHSA-2013:0123" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#low", "url": "https://access.redhat.com/security/updates/classification/#low" }, { "category": "external", "summary": "658762", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=658762" }, { "category": "external", "summary": "671059", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=671059" }, { "category": "external", "summary": "740780", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=740780" }, { "category": "external", "summary": "742837", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=742837" }, { "category": "external", "summary": "749796", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=749796" }, { "category": "external", "summary": "829705", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=829705" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2013/rhsa-2013_0123.json" } ], "title": "Red Hat Security Advisory: OpenIPMI security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-22T04:52:14+00:00", "generator": { "date": "2024-11-22T04:52:14+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2013:0123", "initial_release_date": "2013-01-08T04:10:00+00:00", "revision_history": [ { "date": "2013-01-08T04:10:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2013-01-08T04:10:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T04:52:14+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop (v. 5 client)", "product": { "name": "Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product": { "name": "Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::client_workstation" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux (v. 5 server)", "product": { "name": "Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:5::server" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "product": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "product_id": "OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-devel@2.0.16-16.el5?arch=x86_64" } } }, { "category": "product_version", "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "product": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "product_id": "OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-debuginfo@2.0.16-16.el5?arch=x86_64" } } }, { "category": "product_version", "name": "OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "product": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "product_id": "OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-perl@2.0.16-16.el5?arch=x86_64" } } }, { "category": "product_version", "name": "OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "product": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "product_id": "OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-libs@2.0.16-16.el5?arch=x86_64" } } }, { "category": "product_version", "name": "OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "product": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "product_id": "OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-gui@2.0.16-16.el5?arch=x86_64" } } }, { "category": "product_version", "name": "OpenIPMI-python-0:2.0.16-16.el5.x86_64", "product": { "name": "OpenIPMI-python-0:2.0.16-16.el5.x86_64", "product_id": "OpenIPMI-python-0:2.0.16-16.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-python@2.0.16-16.el5?arch=x86_64" } } }, { "category": "product_version", "name": "OpenIPMI-0:2.0.16-16.el5.x86_64", "product": { "name": "OpenIPMI-0:2.0.16-16.el5.x86_64", "product_id": "OpenIPMI-0:2.0.16-16.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI@2.0.16-16.el5?arch=x86_64" } } }, { "category": "product_version", "name": "OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "product": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "product_id": "OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-tools@2.0.16-16.el5?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "OpenIPMI-devel-0:2.0.16-16.el5.i386", "product": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.i386", "product_id": "OpenIPMI-devel-0:2.0.16-16.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-devel@2.0.16-16.el5?arch=i386" } } }, { "category": "product_version", "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "product": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "product_id": "OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-debuginfo@2.0.16-16.el5?arch=i386" } } }, { "category": "product_version", "name": "OpenIPMI-libs-0:2.0.16-16.el5.i386", "product": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.i386", "product_id": "OpenIPMI-libs-0:2.0.16-16.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-libs@2.0.16-16.el5?arch=i386" } } }, { "category": "product_version", "name": "OpenIPMI-perl-0:2.0.16-16.el5.i386", "product": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.i386", "product_id": "OpenIPMI-perl-0:2.0.16-16.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-perl@2.0.16-16.el5?arch=i386" } } }, { "category": "product_version", "name": "OpenIPMI-gui-0:2.0.16-16.el5.i386", "product": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.i386", "product_id": "OpenIPMI-gui-0:2.0.16-16.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-gui@2.0.16-16.el5?arch=i386" } } }, { "category": "product_version", "name": "OpenIPMI-python-0:2.0.16-16.el5.i386", "product": { "name": "OpenIPMI-python-0:2.0.16-16.el5.i386", "product_id": "OpenIPMI-python-0:2.0.16-16.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-python@2.0.16-16.el5?arch=i386" } } }, { "category": "product_version", "name": "OpenIPMI-0:2.0.16-16.el5.i386", "product": { "name": "OpenIPMI-0:2.0.16-16.el5.i386", "product_id": "OpenIPMI-0:2.0.16-16.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI@2.0.16-16.el5?arch=i386" } } }, { "category": "product_version", "name": "OpenIPMI-tools-0:2.0.16-16.el5.i386", "product": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.i386", "product_id": "OpenIPMI-tools-0:2.0.16-16.el5.i386", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-tools@2.0.16-16.el5?arch=i386" } } } ], "category": "architecture", "name": "i386" }, { "branches": [ { "category": "product_version", "name": "OpenIPMI-0:2.0.16-16.el5.src", "product": { "name": "OpenIPMI-0:2.0.16-16.el5.src", "product_id": "OpenIPMI-0:2.0.16-16.el5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI@2.0.16-16.el5?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "OpenIPMI-perl-0:2.0.16-16.el5.ia64", "product": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.ia64", "product_id": "OpenIPMI-perl-0:2.0.16-16.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-perl@2.0.16-16.el5?arch=ia64" } } }, { "category": "product_version", "name": "OpenIPMI-libs-0:2.0.16-16.el5.ia64", "product": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ia64", "product_id": "OpenIPMI-libs-0:2.0.16-16.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-libs@2.0.16-16.el5?arch=ia64" } } }, { "category": "product_version", "name": "OpenIPMI-devel-0:2.0.16-16.el5.ia64", "product": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ia64", "product_id": "OpenIPMI-devel-0:2.0.16-16.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-devel@2.0.16-16.el5?arch=ia64" } } }, { "category": "product_version", "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "product": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "product_id": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-debuginfo@2.0.16-16.el5?arch=ia64" } } }, { "category": "product_version", "name": "OpenIPMI-gui-0:2.0.16-16.el5.ia64", "product": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.ia64", "product_id": "OpenIPMI-gui-0:2.0.16-16.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-gui@2.0.16-16.el5?arch=ia64" } } }, { "category": "product_version", "name": "OpenIPMI-python-0:2.0.16-16.el5.ia64", "product": { "name": "OpenIPMI-python-0:2.0.16-16.el5.ia64", "product_id": "OpenIPMI-python-0:2.0.16-16.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-python@2.0.16-16.el5?arch=ia64" } } }, { "category": "product_version", "name": "OpenIPMI-0:2.0.16-16.el5.ia64", "product": { "name": "OpenIPMI-0:2.0.16-16.el5.ia64", "product_id": "OpenIPMI-0:2.0.16-16.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI@2.0.16-16.el5?arch=ia64" } } }, { "category": "product_version", "name": "OpenIPMI-tools-0:2.0.16-16.el5.ia64", "product": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.ia64", "product_id": "OpenIPMI-tools-0:2.0.16-16.el5.ia64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-tools@2.0.16-16.el5?arch=ia64" } } } ], "category": "architecture", "name": "ia64" }, { "branches": [ { "category": "product_version", "name": "OpenIPMI-perl-0:2.0.16-16.el5.ppc", "product": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.ppc", "product_id": "OpenIPMI-perl-0:2.0.16-16.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-perl@2.0.16-16.el5?arch=ppc" } } }, { "category": "product_version", "name": "OpenIPMI-libs-0:2.0.16-16.el5.ppc", "product": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ppc", "product_id": "OpenIPMI-libs-0:2.0.16-16.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-libs@2.0.16-16.el5?arch=ppc" } } }, { "category": "product_version", "name": "OpenIPMI-devel-0:2.0.16-16.el5.ppc", "product": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ppc", "product_id": "OpenIPMI-devel-0:2.0.16-16.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-devel@2.0.16-16.el5?arch=ppc" } } }, { "category": "product_version", "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "product": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "product_id": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-debuginfo@2.0.16-16.el5?arch=ppc" } } }, { "category": "product_version", "name": "OpenIPMI-gui-0:2.0.16-16.el5.ppc", "product": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.ppc", "product_id": "OpenIPMI-gui-0:2.0.16-16.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-gui@2.0.16-16.el5?arch=ppc" } } }, { "category": "product_version", "name": "OpenIPMI-python-0:2.0.16-16.el5.ppc", "product": { "name": "OpenIPMI-python-0:2.0.16-16.el5.ppc", "product_id": "OpenIPMI-python-0:2.0.16-16.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-python@2.0.16-16.el5?arch=ppc" } } }, { "category": "product_version", "name": "OpenIPMI-0:2.0.16-16.el5.ppc", "product": { "name": "OpenIPMI-0:2.0.16-16.el5.ppc", "product_id": "OpenIPMI-0:2.0.16-16.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI@2.0.16-16.el5?arch=ppc" } } }, { "category": "product_version", "name": "OpenIPMI-tools-0:2.0.16-16.el5.ppc", "product": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.ppc", "product_id": "OpenIPMI-tools-0:2.0.16-16.el5.ppc", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-tools@2.0.16-16.el5?arch=ppc" } } } ], "category": "architecture", "name": "ppc" }, { "branches": [ { "category": "product_version", "name": "OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "product": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "product_id": "OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-libs@2.0.16-16.el5?arch=ppc64" } } }, { "category": "product_version", "name": "OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "product": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "product_id": "OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-devel@2.0.16-16.el5?arch=ppc64" } } }, { "category": "product_version", "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "product": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "product_id": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-debuginfo@2.0.16-16.el5?arch=ppc64" } } } ], "category": "architecture", "name": "ppc64" }, { "branches": [ { "category": "product_version", "name": "OpenIPMI-perl-0:2.0.16-16.el5.s390x", "product": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.s390x", "product_id": "OpenIPMI-perl-0:2.0.16-16.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-perl@2.0.16-16.el5?arch=s390x" } } }, { "category": "product_version", "name": "OpenIPMI-libs-0:2.0.16-16.el5.s390x", "product": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.s390x", "product_id": "OpenIPMI-libs-0:2.0.16-16.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-libs@2.0.16-16.el5?arch=s390x" } } }, { "category": "product_version", "name": "OpenIPMI-devel-0:2.0.16-16.el5.s390x", "product": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.s390x", "product_id": "OpenIPMI-devel-0:2.0.16-16.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-devel@2.0.16-16.el5?arch=s390x" } } }, { "category": "product_version", "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "product": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "product_id": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-debuginfo@2.0.16-16.el5?arch=s390x" } } }, { "category": "product_version", "name": "OpenIPMI-gui-0:2.0.16-16.el5.s390x", "product": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.s390x", "product_id": "OpenIPMI-gui-0:2.0.16-16.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-gui@2.0.16-16.el5?arch=s390x" } } }, { "category": "product_version", "name": "OpenIPMI-python-0:2.0.16-16.el5.s390x", "product": { "name": "OpenIPMI-python-0:2.0.16-16.el5.s390x", "product_id": "OpenIPMI-python-0:2.0.16-16.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-python@2.0.16-16.el5?arch=s390x" } } }, { "category": "product_version", "name": "OpenIPMI-0:2.0.16-16.el5.s390x", "product": { "name": "OpenIPMI-0:2.0.16-16.el5.s390x", "product_id": "OpenIPMI-0:2.0.16-16.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI@2.0.16-16.el5?arch=s390x" } } }, { "category": "product_version", "name": "OpenIPMI-tools-0:2.0.16-16.el5.s390x", "product": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.s390x", "product_id": "OpenIPMI-tools-0:2.0.16-16.el5.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-tools@2.0.16-16.el5?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "OpenIPMI-libs-0:2.0.16-16.el5.s390", "product": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.s390", "product_id": "OpenIPMI-libs-0:2.0.16-16.el5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-libs@2.0.16-16.el5?arch=s390" } } }, { "category": "product_version", "name": "OpenIPMI-devel-0:2.0.16-16.el5.s390", "product": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.s390", "product_id": "OpenIPMI-devel-0:2.0.16-16.el5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-devel@2.0.16-16.el5?arch=s390" } } }, { "category": "product_version", "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "product": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "product_id": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "product_identification_helper": { "purl": "pkg:rpm/redhat/OpenIPMI-debuginfo@2.0.16-16.el5?arch=s390" } } } ], "category": "architecture", "name": "s390" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.src as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.src" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.src", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ppc64" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.s390" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.s390", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ppc64" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.s390 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.s390" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.s390", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop Workstation (v. 5 client)", "product_id": "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client-Workstation" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.src as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-0:2.0.16-16.el5.src" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.src", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-devel-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ppc64" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-devel-0:2.0.16-16.el5.s390" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.s390", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-devel-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-devel-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-gui-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-gui-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-gui-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-gui-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-gui-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-libs-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ppc64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ppc64" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.s390 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-libs-0:2.0.16-16.el5.s390" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.s390", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-libs-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-libs-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-perl-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-perl-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-perl-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-perl-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-perl-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-python-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-python-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-python-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-python-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-python-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-tools-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-tools-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-tools-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-tools-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 5 client)", "product_id": "5Client:OpenIPMI-tools-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Client" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.src as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-0:2.0.16-16.el5.src" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.src", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-devel-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ppc64" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-devel-0:2.0.16-16.el5.s390" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.s390", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-devel-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-devel-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-devel-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-gui-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-gui-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-gui-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-gui-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-gui-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-gui-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-libs-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.ppc64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ppc64" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.s390 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-libs-0:2.0.16-16.el5.s390" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.s390", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-libs-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-libs-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-libs-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-perl-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-perl-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-perl-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-perl-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-perl-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-perl-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-python-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-python-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-python-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-python-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-python-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-python-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-python-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.i386 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-tools-0:2.0.16-16.el5.i386" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.i386", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.ia64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-tools-0:2.0.16-16.el5.ia64" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.ia64", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.ppc as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-tools-0:2.0.16-16.el5.ppc" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.ppc", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.s390x as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-tools-0:2.0.16-16.el5.s390x" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.s390x", "relates_to_product_reference": "5Server" }, { "category": "default_component_of", "full_product_name": { "name": "OpenIPMI-tools-0:2.0.16-16.el5.x86_64 as a component of Red Hat Enterprise Linux (v. 5 server)", "product_id": "5Server:OpenIPMI-tools-0:2.0.16-16.el5.x86_64" }, "product_reference": "OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "relates_to_product_reference": "5Server" } ] }, "vulnerabilities": [ { "cve": "CVE-2011-4339", "discovery_date": "2011-10-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "742837" } ], "notes": [ { "category": "description", "text": "ipmievd (aka the IPMI event daemon) in OpenIPMI, as used in the ipmitool package 1.8.11 in Red Hat Enterprise Linux (RHEL) 6, Debian GNU/Linux, Fedora 16, and other products uses 0666 permissions for its ipmievd.pid PID file, which allows local users to kill arbitrary processes by writing to this file.", "title": "Vulnerability description" }, { "category": "summary", "text": "OpenIPMI: IPMI event daemon creates PID file with world writeable permissions", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.src", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.s390", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.s390", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-0:2.0.16-16.el5.src", "5Client:OpenIPMI-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.s390", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.s390", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-python-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-python-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-python-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-python-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-python-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-0:2.0.16-16.el5.src", "5Server:OpenIPMI-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.s390", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.s390", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-python-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-python-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-python-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-python-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-python-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2011-4339" }, { "category": "external", "summary": "RHBZ#742837", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=742837" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2011-4339", "url": "https://www.cve.org/CVERecord?id=CVE-2011-4339" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-4339", "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-4339" } ], "release_date": "2011-12-13T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2013-01-08T04:10:00+00:00", "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/knowledge/articles/11258", "product_ids": [ "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.src", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.s390", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.s390", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-0:2.0.16-16.el5.src", "5Client:OpenIPMI-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.s390", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.s390", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-python-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-python-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-python-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-python-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-python-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-0:2.0.16-16.el5.src", "5Server:OpenIPMI-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.s390", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.s390", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-python-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-python-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-python-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-python-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-python-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2013:0123" } ], "scores": [ { "cvss_v2": { "accessComplexity": "HIGH", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "COMPLETE", "baseScore": 4.0, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:H/Au:N/C:N/I:N/A:C", "version": "2.0" }, "products": [ "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.src", "5Client-Workstation:OpenIPMI-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.s390", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.s390", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-python-0:2.0.16-16.el5.x86_64", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.i386", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.ia64", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.ppc", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.s390x", "5Client-Workstation:OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-0:2.0.16-16.el5.src", "5Client:OpenIPMI-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.s390", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.s390", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-python-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-python-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-python-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-python-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-python-0:2.0.16-16.el5.x86_64", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.i386", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.ia64", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.ppc", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.s390x", "5Client:OpenIPMI-tools-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-0:2.0.16-16.el5.src", "5Server:OpenIPMI-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.ppc64", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-debuginfo-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.ppc64", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.s390", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-devel-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-gui-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.ppc64", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.s390", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-libs-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-perl-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-python-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-python-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-python-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-python-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-python-0:2.0.16-16.el5.x86_64", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.i386", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.ia64", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.ppc", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.s390x", "5Server:OpenIPMI-tools-0:2.0.16-16.el5.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "OpenIPMI: IPMI event daemon creates PID file with world writeable permissions" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…