RHSA-2013:0691
Vulnerability from csaf_redhat
Published
2013-03-28 22:14
Modified
2024-11-22 06:02
Summary
Red Hat Security Advisory: Red Hat Storage 2.0 security, bug fix, and enhancement update #4
Notes
Topic
Updated Red Hat Storage 2.0 packages that fix multiple security issues,
several bugs, and add enhancements are now available.
The Red Hat Security Response Team has rated this update as having
important security impact. Common Vulnerability Scoring System (CVSS) base
scores, which give detailed severity ratings, are available for each
vulnerability from the CVE links in the References section.
Details
Red Hat Storage is a software only, scale-out storage solution that
provides flexible and agile unstructured data storage for the enterprise.
A flaw was found in the way the Swift component used Python pickle. This
could lead to arbitrary code execution. With this update, the JSON
(JavaScript Object Notation) format is used. (CVE-2012-4406)
Multiple insecure temporary file creation flaws were found in Red Hat
Storage. A local user on the Red Hat Storage server could use these flaws
to cause arbitrary files to be overwritten as the root user via a symbolic
link attack. (CVE-2012-5635)
It was found that sanlock created "/var/run/sanlock/sanlock.pid" with
world-writable permissions. A local user could use this flaw to make the
sanlock init script kill an arbitrary process when the sanlock daemon is
stopped or restarted. Additionally, "/var/log/sanlock.log" was also
world-writable, allowing local users to modify the contents of the log
file, or store data within it (bypassing any quotas applied to their
account). (CVE-2012-5638)
Red Hat would like to thank Sebastian Krahmer of the SUSE Security Team for
reporting CVE-2012-4406. The CVE-2012-5635 issues were discovered by Kurt
Seifried of the Red Hat Security Response Team and Michael Scherer of the
Red Hat Regional IT team, and CVE-2012-5638 was discovered by David
Teigland of Red Hat.
Bug fixes and enhancements:
* Options to provide POSIX behavior when the O_DIRECT flag is used with
the open() system call across many translators. (BZ#856156)
* A mount time option provided to make the FUSE module's request queue
length configurable. (BZ#856206)
* Various fixes in the FUSE module to ensure the 'read-only' (-o ro) mount
option works. (BZ#858499)
* Various fixes in GlusterFS's rebalance code to handle failures while
replica pairs are getting connected and disconnected in quick succession.
(BZ#859387)
* NFS code fixed to ensure proper inode transformation logic when the
'enable-ino32' option is set. (BZ#864222)
* Fixed the behavior of the posix-locks module per POSIX locking
semantics. As a result, smb-torture's ping-pong tests now run smoothly on
top of GlusterFS mounts. (BZ#869724)
* FUSE module enhanced with the enable-ino32 mount option, required by any
32-bit applications running on top of a GlusterFS mount. (BZ#876679)
* Corrections were made to fd table behavior when both NFS and
geo-replication are in progress. (BZ#880193)
* With this update, disconnections are now handled better in the
geo-replication 'gsyncd' process. (BZ#880308)
* With this update, the 'gluster volume geo-replication config checkpoint'
command returns the output value properly. (BZ#881736)
* With this enhancement, it is possible to set the 'root-squash' volume
option with Gluster CLI. Red Hat Storage volumes now support NFS's
root-squashing behavior. (BZ#883590)
* NFS POSIX lock issue fixed when 'root-squash' option is enabled on the
volume. (BZ#906884)
* Fixed an issue in tracking the changes of Geo-replication when an
unprivileged user accesses the file system. (BZ#883827)
* Fixed NFS locking manager (NLM) code to handle IP failover successfully.
(BZ#888286)
* Fixed issue in rebalance code to handle proper pointer dereference.
(BZ#894237)
* POSIX module made more robust to handle backend brick failures better.
(BZ#895841)
* Fixed the 'gluster volume geo-replication' command to provide a
meaningful message when a wrong hostname is entered. (BZ#902213)
* Fixed Console Configuration Script where it added invalid 'security'
configuration for ENGINEDataSource in JBoss. (BZ#922572)
* Fixed rhsc-setup failure where it does not check for SELinux before
running setsebool. (BZ#923674)
* Provided an update to the rhn-client-tools package to ensure setup
defaults to the correct base Red Hat Enterprise Linux (6.2 Extended Update
Support). (BZ#911777)
Refer to the Release Notes, available shortly from the link in the
References section, for further information.
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": "Important" }, "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 Red Hat Storage 2.0 packages that fix multiple security issues,\nseveral bugs, and add enhancements are now available.\n\nThe Red Hat Security Response Team has rated this update as having\nimportant security impact. Common Vulnerability Scoring System (CVSS) base\nscores, which give detailed severity ratings, are available for each\nvulnerability from the CVE links in the References section.", "title": "Topic" }, { "category": "general", "text": "Red Hat Storage is a software only, scale-out storage solution that\nprovides flexible and agile unstructured data storage for the enterprise.\n\nA flaw was found in the way the Swift component used Python pickle. This\ncould lead to arbitrary code execution. With this update, the JSON\n(JavaScript Object Notation) format is used. (CVE-2012-4406)\n\nMultiple insecure temporary file creation flaws were found in Red Hat\nStorage. A local user on the Red Hat Storage server could use these flaws\nto cause arbitrary files to be overwritten as the root user via a symbolic\nlink attack. (CVE-2012-5635)\n\nIt was found that sanlock created \"/var/run/sanlock/sanlock.pid\" with\nworld-writable permissions. A local user could use this flaw to make the\nsanlock init script kill an arbitrary process when the sanlock daemon is\nstopped or restarted. Additionally, \"/var/log/sanlock.log\" was also\nworld-writable, allowing local users to modify the contents of the log\nfile, or store data within it (bypassing any quotas applied to their\naccount). (CVE-2012-5638)\n\nRed Hat would like to thank Sebastian Krahmer of the SUSE Security Team for\nreporting CVE-2012-4406. The CVE-2012-5635 issues were discovered by Kurt\nSeifried of the Red Hat Security Response Team and Michael Scherer of the\nRed Hat Regional IT team, and CVE-2012-5638 was discovered by David\nTeigland of Red Hat.\n\nBug fixes and enhancements:\n\n* Options to provide POSIX behavior when the O_DIRECT flag is used with\nthe open() system call across many translators. (BZ#856156)\n\n* A mount time option provided to make the FUSE module\u0027s request queue\nlength configurable. (BZ#856206)\n\n* Various fixes in the FUSE module to ensure the \u0027read-only\u0027 (-o ro) mount\noption works. (BZ#858499)\n\n* Various fixes in GlusterFS\u0027s rebalance code to handle failures while\nreplica pairs are getting connected and disconnected in quick succession.\n(BZ#859387)\n\n* NFS code fixed to ensure proper inode transformation logic when the\n\u0027enable-ino32\u0027 option is set. (BZ#864222)\n\n* Fixed the behavior of the posix-locks module per POSIX locking\nsemantics. As a result, smb-torture\u0027s ping-pong tests now run smoothly on\ntop of GlusterFS mounts. (BZ#869724)\n\n* FUSE module enhanced with the enable-ino32 mount option, required by any\n32-bit applications running on top of a GlusterFS mount. (BZ#876679)\n\n* Corrections were made to fd table behavior when both NFS and\ngeo-replication are in progress. (BZ#880193)\n\n* With this update, disconnections are now handled better in the\ngeo-replication \u0027gsyncd\u0027 process. (BZ#880308)\n\n* With this update, the \u0027gluster volume geo-replication config checkpoint\u0027\ncommand returns the output value properly. (BZ#881736)\n\n* With this enhancement, it is possible to set the \u0027root-squash\u0027 volume\noption with Gluster CLI. Red Hat Storage volumes now support NFS\u0027s\nroot-squashing behavior. (BZ#883590)\n\n* NFS POSIX lock issue fixed when \u0027root-squash\u0027 option is enabled on the\nvolume. (BZ#906884)\n\n* Fixed an issue in tracking the changes of Geo-replication when an\nunprivileged user accesses the file system. (BZ#883827)\n\n* Fixed NFS locking manager (NLM) code to handle IP failover successfully.\n(BZ#888286)\n\n* Fixed issue in rebalance code to handle proper pointer dereference.\n(BZ#894237)\n\n* POSIX module made more robust to handle backend brick failures better.\n(BZ#895841)\n\n* Fixed the \u0027gluster volume geo-replication\u0027 command to provide a\nmeaningful message when a wrong hostname is entered. (BZ#902213)\n\n* Fixed Console Configuration Script where it added invalid \u0027security\u0027\nconfiguration for ENGINEDataSource in JBoss. (BZ#922572)\n\n* Fixed rhsc-setup failure where it does not check for SELinux before\nrunning setsebool. (BZ#923674)\n\n* Provided an update to the rhn-client-tools package to ensure setup\ndefaults to the correct base Red Hat Enterprise Linux (6.2 Extended Update\nSupport). (BZ#911777)\n\nRefer to the Release Notes, available shortly from the link in the\nReferences section, for further information.", "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:0691", "url": "https://access.redhat.com/errata/RHSA-2013:0691" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "https://access.redhat.com/knowledge/docs/Red_Hat_Storage/", "url": "https://access.redhat.com/knowledge/docs/Red_Hat_Storage/" }, { "category": "external", "summary": "854757", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=854757" }, { "category": "external", "summary": "856206", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=856206" }, { "category": "external", "summary": "859387", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=859387" }, { "category": "external", "summary": "869724", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=869724" }, { "category": "external", "summary": "876679", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=876679" }, { "category": "external", "summary": "883590", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=883590" }, { "category": "external", "summary": "886364", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=886364" }, { "category": "external", "summary": "887010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=887010" }, { "category": "external", "summary": "895841", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=895841" }, { "category": "external", "summary": "902213", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=902213" }, { "category": "external", "summary": "922572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=922572" }, { "category": "external", "summary": "923674", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=923674" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2013/rhsa-2013_0691.json" } ], "title": "Red Hat Security Advisory: Red Hat Storage 2.0 security, bug fix, and enhancement update #4", "tracking": { "current_release_date": "2024-11-22T06:02:10+00:00", "generator": { "date": "2024-11-22T06:02:10+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.2.1" } }, "id": "RHSA-2013:0691", "initial_release_date": "2013-03-28T22:14:00+00:00", "revision_history": [ { "date": "2013-03-28T22:14:00+00:00", "number": "1", "summary": "Initial version" }, { "date": "2013-03-28T22:21:19+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-22T06:02:10+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Storage Server 2.0", "product": { "name": "Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z", "product_identification_helper": { "cpe": "cpe:/a:redhat:storage:2.0:server:el6" } } }, { "category": "product_name", "name": "Red Hat Storage 2.0 Console", "product": { "name": "Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC", "product_identification_helper": { "cpe": "cpe:/a:redhat:storage:2.0:console:el6" } } }, { "category": "product_name", "name": "Red Hat Storage Native Client for Red Hat Enterprise Linux 5", "product": { "name": "Red Hat Storage Native Client for Red Hat Enterprise Linux 5", "product_id": "5Server-RHSClient", "product_identification_helper": { "cpe": "cpe:/a:redhat:storage:2:client:el5" } } }, { "category": "product_name", "name": "Red Hat Storage Native Client for Red Hat Enterprise Linux 6", "product": { "name": "Red Hat Storage Native Client for Red Hat Enterprise Linux 6", "product_id": "6Server-RHSClient", "product_identification_helper": { "cpe": "cpe:/a:redhat:storage:3:client:el6" } } } ], "category": "product_family", "name": "Red Hat Gluster Storage" }, { "branches": [ { "category": "product_version", "name": "sos-0:2.2-17.2.el6rhs.noarch", "product": { "name": "sos-0:2.2-17.2.el6rhs.noarch", "product_id": "sos-0:2.2-17.2.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/sos@2.2-17.2.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "gluster-swift-0:1.4.8-5.el6rhs.noarch", "product": { "name": "gluster-swift-0:1.4.8-5.el6rhs.noarch", "product_id": "gluster-swift-0:1.4.8-5.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gluster-swift@1.4.8-5.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "product": { "name": "gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "product_id": "gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gluster-swift-account@1.4.8-5.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "product": { "name": "gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "product_id": "gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gluster-swift-container@1.4.8-5.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "product": { "name": "gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "product_id": "gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gluster-swift-object@1.4.8-5.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "product": { "name": "gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "product_id": "gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gluster-swift-proxy@1.4.8-5.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "product": { "name": "gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "product_id": "gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/gluster-swift-doc@1.4.8-5.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "product": { "name": "vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "product_id": "vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm-gluster@4.9.6-20.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "product": { "name": "vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "product_id": "vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm-bootstrap@4.9.6-20.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "product": { "name": "vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "product_id": "vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm-hook-faqemu@4.9.6-20.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "product": { "name": "vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "product_id": "vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm-debug-plugin@4.9.6-20.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "product": { "name": "vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "product_id": "vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm-hook-vhostmd@4.9.6-20.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "vdsm-cli-0:4.9.6-20.el6rhs.noarch", "product": { "name": "vdsm-cli-0:4.9.6-20.el6rhs.noarch", "product_id": "vdsm-cli-0:4.9.6-20.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm-cli@4.9.6-20.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "vdsm-reg-0:4.9.6-20.el6rhs.noarch", "product": { "name": "vdsm-reg-0:4.9.6-20.el6rhs.noarch", "product_id": "vdsm-reg-0:4.9.6-20.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm-reg@4.9.6-20.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "appliance-base-0:1.7.1-1.el6rhs.noarch", "product": { "name": "appliance-base-0:1.7.1-1.el6rhs.noarch", "product_id": "appliance-base-0:1.7.1-1.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/appliance-base@1.7.1-1.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhn-setup-0:1.0.0-73.el6rhs.noarch", "product": { "name": "rhn-setup-0:1.0.0-73.el6rhs.noarch", "product_id": "rhn-setup-0:1.0.0-73.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhn-setup@1.0.0-73.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "product": { "name": "rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "product_id": "rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhn-setup-gnome@1.0.0-73.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "product": { "name": "rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "product_id": "rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhn-client-tools@1.0.0-73.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhn-check-0:1.0.0-73.el6rhs.noarch", "product": { "name": "rhn-check-0:1.0.0-73.el6rhs.noarch", "product_id": "rhn-check-0:1.0.0-73.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhn-check@1.0.0-73.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-tools-common@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-userportal@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-restapi@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-notification-service@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-dbscripts@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-jboss-deps@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-setup@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-config@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-webadmin-portal@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-backend@2.0.techpreview1-4.el6rhs?arch=noarch" } } }, { "category": "product_version", "name": "rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "product": { "name": "rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "product_id": "rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc-genericapi@2.0.techpreview1-4.el6rhs?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "sos-0:2.2-17.2.el6rhs.src", "product": { "name": "sos-0:2.2-17.2.el6rhs.src", "product_id": "sos-0:2.2-17.2.el6rhs.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/sos@2.2-17.2.el6rhs?arch=src" } } }, { "category": "product_version", "name": "sanlock-0:2.3-4.el6_3.src", "product": { "name": "sanlock-0:2.3-4.el6_3.src", "product_id": "sanlock-0:2.3-4.el6_3.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/sanlock@2.3-4.el6_3?arch=src" } } }, { "category": "product_version", "name": "libvirt-0:0.9.10-21.el6_3.8.src", "product": { "name": "libvirt-0:0.9.10-21.el6_3.8.src", "product_id": "libvirt-0:0.9.10-21.el6_3.8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@0.9.10-21.el6_3.8?arch=src" } } }, { "category": "product_version", "name": "gluster-swift-0:1.4.8-5.el6rhs.src", "product": { "name": "gluster-swift-0:1.4.8-5.el6rhs.src", "product_id": "gluster-swift-0:1.4.8-5.el6rhs.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/gluster-swift@1.4.8-5.el6rhs?arch=src" } } }, { "category": "product_version", "name": "vdsm-0:4.9.6-20.el6rhs.src", "product": { "name": "vdsm-0:4.9.6-20.el6rhs.src", "product_id": "vdsm-0:4.9.6-20.el6rhs.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm@4.9.6-20.el6rhs?arch=src" } } }, { "category": "product_version", "name": "appliance-0:1.7.1-1.el6rhs.src", "product": { "name": "appliance-0:1.7.1-1.el6rhs.src", "product_id": "appliance-0:1.7.1-1.el6rhs.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/appliance@1.7.1-1.el6rhs?arch=src" } } }, { "category": "product_version", "name": "glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "product": { "name": "glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "product_id": "glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs@3.3.0.7rhs-1.el6rhs?arch=src" } } }, { "category": "product_version", "name": "rhn-client-tools-0:1.0.0-73.el6rhs.src", "product": { "name": "rhn-client-tools-0:1.0.0-73.el6rhs.src", "product_id": "rhn-client-tools-0:1.0.0-73.el6rhs.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhn-client-tools@1.0.0-73.el6rhs?arch=src" } } }, { "category": "product_version", "name": "augeas-0:0.9.0-1.el6.src", "product": { "name": "augeas-0:0.9.0-1.el6.src", "product_id": "augeas-0:0.9.0-1.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/augeas@0.9.0-1.el6?arch=src" } } }, { "category": "product_version", "name": "rhsc-0:2.0.techpreview1-4.el6rhs.src", "product": { "name": "rhsc-0:2.0.techpreview1-4.el6rhs.src", "product_id": "rhsc-0:2.0.techpreview1-4.el6rhs.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rhsc@2.0.techpreview1-4.el6rhs?arch=src" } } }, { "category": "product_version", "name": "glusterfs-0:3.3.0.7rhs-1.el5.src", "product": { "name": "glusterfs-0:3.3.0.7rhs-1.el5.src", "product_id": "glusterfs-0:3.3.0.7rhs-1.el5.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs@3.3.0.7rhs-1.el5?arch=src" } } }, { "category": "product_version", "name": "glusterfs-0:3.3.0.7rhs-1.el6.src", "product": { "name": "glusterfs-0:3.3.0.7rhs-1.el6.src", "product_id": "glusterfs-0:3.3.0.7rhs-1.el6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs@3.3.0.7rhs-1.el6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "sanlock-python-0:2.3-4.el6_3.x86_64", "product": { "name": "sanlock-python-0:2.3-4.el6_3.x86_64", "product_id": "sanlock-python-0:2.3-4.el6_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sanlock-python@2.3-4.el6_3?arch=x86_64" } } }, { "category": "product_version", "name": "sanlock-devel-0:2.3-4.el6_3.x86_64", "product": { "name": "sanlock-devel-0:2.3-4.el6_3.x86_64", "product_id": "sanlock-devel-0:2.3-4.el6_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sanlock-devel@2.3-4.el6_3?arch=x86_64" } } }, { "category": "product_version", "name": "sanlock-lib-0:2.3-4.el6_3.x86_64", "product": { "name": "sanlock-lib-0:2.3-4.el6_3.x86_64", "product_id": "sanlock-lib-0:2.3-4.el6_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sanlock-lib@2.3-4.el6_3?arch=x86_64" } } }, { "category": "product_version", "name": "sanlock-0:2.3-4.el6_3.x86_64", "product": { "name": "sanlock-0:2.3-4.el6_3.x86_64", "product_id": "sanlock-0:2.3-4.el6_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sanlock@2.3-4.el6_3?arch=x86_64" } } }, { "category": "product_version", "name": "sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "product": { "name": "sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "product_id": "sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/sanlock-debuginfo@2.3-4.el6_3?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "product": { "name": "libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "product_id": "libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-client@0.9.10-21.el6_3.8?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "product": { "name": "libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "product_id": "libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-python@0.9.10-21.el6_3.8?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "product": { "name": "libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "product_id": "libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-lock-sanlock@0.9.10-21.el6_3.8?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "product": { "name": "libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "product_id": "libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-debuginfo@0.9.10-21.el6_3.8?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-0:0.9.10-21.el6_3.8.x86_64", "product": { "name": "libvirt-0:0.9.10-21.el6_3.8.x86_64", "product_id": "libvirt-0:0.9.10-21.el6_3.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt@0.9.10-21.el6_3.8?arch=x86_64" } } }, { "category": "product_version", "name": "libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "product": { "name": "libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "product_id": "libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libvirt-devel@0.9.10-21.el6_3.8?arch=x86_64" } } }, { "category": "product_version", "name": "vdsm-0:4.9.6-20.el6rhs.x86_64", "product": { "name": "vdsm-0:4.9.6-20.el6rhs.x86_64", "product_id": "vdsm-0:4.9.6-20.el6rhs.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm@4.9.6-20.el6rhs?arch=x86_64" } } }, { "category": "product_version", "name": "vdsm-python-0:4.9.6-20.el6rhs.x86_64", "product": { "name": "vdsm-python-0:4.9.6-20.el6rhs.x86_64", "product_id": "vdsm-python-0:4.9.6-20.el6rhs.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm-python@4.9.6-20.el6rhs?arch=x86_64" } } }, { "category": "product_version", "name": "vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "product": { "name": "vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "product_id": "vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/vdsm-debuginfo@4.9.6-20.el6rhs?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "product": { "name": "glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_id": "glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-server@3.3.0.7rhs-1.el6rhs?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "product": { "name": "glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_id": "glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-rdma@3.3.0.7rhs-1.el6rhs?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "product": { "name": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_id": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-debuginfo@3.3.0.7rhs-1.el6rhs?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "product": { "name": "glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_id": "glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-fuse@3.3.0.7rhs-1.el6rhs?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "product": { "name": "glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_id": "glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-geo-replication@3.3.0.7rhs-1.el6rhs?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "product": { "name": "glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_id": "glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-devel@3.3.0.7rhs-1.el6rhs?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "product": { "name": "glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_id": "glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs@3.3.0.7rhs-1.el6rhs?arch=x86_64" } } }, { "category": "product_version", "name": "augeas-debuginfo-0:0.9.0-1.el6.x86_64", "product": { "name": "augeas-debuginfo-0:0.9.0-1.el6.x86_64", "product_id": "augeas-debuginfo-0:0.9.0-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/augeas-debuginfo@0.9.0-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "augeas-devel-0:0.9.0-1.el6.x86_64", "product": { "name": "augeas-devel-0:0.9.0-1.el6.x86_64", "product_id": "augeas-devel-0:0.9.0-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/augeas-devel@0.9.0-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "augeas-libs-0:0.9.0-1.el6.x86_64", "product": { "name": "augeas-libs-0:0.9.0-1.el6.x86_64", "product_id": "augeas-libs-0:0.9.0-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/augeas-libs@0.9.0-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "augeas-0:0.9.0-1.el6.x86_64", "product": { "name": "augeas-0:0.9.0-1.el6.x86_64", "product_id": "augeas-0:0.9.0-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/augeas@0.9.0-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "product": { "name": "glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "product_id": "glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-rdma@3.3.0.7rhs-1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "product": { "name": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "product_id": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-debuginfo@3.3.0.7rhs-1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "product": { "name": "glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "product_id": "glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs@3.3.0.7rhs-1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "product": { "name": "glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "product_id": "glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-devel@3.3.0.7rhs-1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "product": { "name": "glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "product_id": "glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-fuse@3.3.0.7rhs-1.el5?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "product": { "name": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "product_id": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-debuginfo@3.3.0.7rhs-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64", "product": { "name": "glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64", "product_id": "glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-rdma@3.3.0.7rhs-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "product": { "name": "glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "product_id": "glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs@3.3.0.7rhs-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "product": { "name": "glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "product_id": "glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-devel@3.3.0.7rhs-1.el6?arch=x86_64" } } }, { "category": "product_version", "name": "glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "product": { "name": "glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "product_id": "glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/glusterfs-fuse@3.3.0.7rhs-1.el6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "glusterfs-0:3.3.0.7rhs-1.el5.src as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 5", "product_id": "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.src" }, "product_reference": "glusterfs-0:3.3.0.7rhs-1.el5.src", "relates_to_product_reference": "5Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-0:3.3.0.7rhs-1.el5.x86_64 as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 5", "product_id": "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.x86_64" }, "product_reference": "glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "relates_to_product_reference": "5Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64 as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 5", "product_id": "5Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64" }, "product_reference": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "relates_to_product_reference": "5Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64 as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 5", "product_id": "5Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64" }, "product_reference": "glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "relates_to_product_reference": "5Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64 as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 5", "product_id": "5Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64" }, "product_reference": "glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "relates_to_product_reference": "5Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64 as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 5", "product_id": "5Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64" }, "product_reference": "glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "relates_to_product_reference": "5Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "appliance-0:1.7.1-1.el6rhs.src as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:appliance-0:1.7.1-1.el6rhs.src" }, "product_reference": "appliance-0:1.7.1-1.el6rhs.src", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "appliance-base-0:1.7.1-1.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:appliance-base-0:1.7.1-1.el6rhs.noarch" }, "product_reference": "appliance-base-0:1.7.1-1.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "augeas-0:0.9.0-1.el6.src as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.src" }, "product_reference": "augeas-0:0.9.0-1.el6.src", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "augeas-0:0.9.0-1.el6.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.x86_64" }, "product_reference": "augeas-0:0.9.0-1.el6.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "augeas-debuginfo-0:0.9.0-1.el6.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:augeas-debuginfo-0:0.9.0-1.el6.x86_64" }, "product_reference": "augeas-debuginfo-0:0.9.0-1.el6.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "augeas-devel-0:0.9.0-1.el6.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:augeas-devel-0:0.9.0-1.el6.x86_64" }, "product_reference": "augeas-devel-0:0.9.0-1.el6.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "augeas-libs-0:0.9.0-1.el6.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:augeas-libs-0:0.9.0-1.el6.x86_64" }, "product_reference": "augeas-libs-0:0.9.0-1.el6.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "gluster-swift-0:1.4.8-5.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.noarch" }, "product_reference": "gluster-swift-0:1.4.8-5.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "gluster-swift-0:1.4.8-5.el6rhs.src as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.src" }, "product_reference": "gluster-swift-0:1.4.8-5.el6rhs.src", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "gluster-swift-account-0:1.4.8-5.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:gluster-swift-account-0:1.4.8-5.el6rhs.noarch" }, "product_reference": "gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "gluster-swift-container-0:1.4.8-5.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:gluster-swift-container-0:1.4.8-5.el6rhs.noarch" }, "product_reference": "gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "gluster-swift-doc-0:1.4.8-5.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:gluster-swift-doc-0:1.4.8-5.el6rhs.noarch" }, "product_reference": "gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "gluster-swift-object-0:1.4.8-5.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:gluster-swift-object-0:1.4.8-5.el6rhs.noarch" }, "product_reference": "gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch" }, "product_reference": "gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-0:3.3.0.7rhs-1.el6rhs.src as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.src" }, "product_reference": "glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64" }, "product_reference": "glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64" }, "product_reference": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64" }, "product_reference": "glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64" }, "product_reference": "glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64" }, "product_reference": "glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64" }, "product_reference": "glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64" }, "product_reference": "glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:0.9.10-21.el6_3.8.src as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.src" }, "product_reference": "libvirt-0:0.9.10-21.el6_3.8.src", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-0:0.9.10-21.el6_3.8.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.x86_64" }, "product_reference": "libvirt-0:0.9.10-21.el6_3.8.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-client-0:0.9.10-21.el6_3.8.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:libvirt-client-0:0.9.10-21.el6_3.8.x86_64" }, "product_reference": "libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64" }, "product_reference": "libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-devel-0:0.9.10-21.el6_3.8.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:libvirt-devel-0:0.9.10-21.el6_3.8.x86_64" }, "product_reference": "libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64" }, "product_reference": "libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "libvirt-python-0:0.9.10-21.el6_3.8.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:libvirt-python-0:0.9.10-21.el6_3.8.x86_64" }, "product_reference": "libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "rhn-check-0:1.0.0-73.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:rhn-check-0:1.0.0-73.el6rhs.noarch" }, "product_reference": "rhn-check-0:1.0.0-73.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "rhn-client-tools-0:1.0.0-73.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.noarch" }, "product_reference": "rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "rhn-client-tools-0:1.0.0-73.el6rhs.src as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.src" }, "product_reference": "rhn-client-tools-0:1.0.0-73.el6rhs.src", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "rhn-setup-0:1.0.0-73.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:rhn-setup-0:1.0.0-73.el6rhs.noarch" }, "product_reference": "rhn-setup-0:1.0.0-73.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch" }, "product_reference": "rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "sanlock-0:2.3-4.el6_3.src as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.src" }, "product_reference": "sanlock-0:2.3-4.el6_3.src", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "sanlock-0:2.3-4.el6_3.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.x86_64" }, "product_reference": "sanlock-0:2.3-4.el6_3.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "sanlock-debuginfo-0:2.3-4.el6_3.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:sanlock-debuginfo-0:2.3-4.el6_3.x86_64" }, "product_reference": "sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "sanlock-devel-0:2.3-4.el6_3.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:sanlock-devel-0:2.3-4.el6_3.x86_64" }, "product_reference": "sanlock-devel-0:2.3-4.el6_3.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "sanlock-lib-0:2.3-4.el6_3.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:sanlock-lib-0:2.3-4.el6_3.x86_64" }, "product_reference": "sanlock-lib-0:2.3-4.el6_3.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "sanlock-python-0:2.3-4.el6_3.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:sanlock-python-0:2.3-4.el6_3.x86_64" }, "product_reference": "sanlock-python-0:2.3-4.el6_3.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "sos-0:2.2-17.2.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.noarch" }, "product_reference": "sos-0:2.2-17.2.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "sos-0:2.2-17.2.el6rhs.src as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.src" }, "product_reference": "sos-0:2.2-17.2.el6rhs.src", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-0:4.9.6-20.el6rhs.src as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.src" }, "product_reference": "vdsm-0:4.9.6-20.el6rhs.src", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-0:4.9.6-20.el6rhs.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.x86_64" }, "product_reference": "vdsm-0:4.9.6-20.el6rhs.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch" }, "product_reference": "vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-cli-0:4.9.6-20.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-cli-0:4.9.6-20.el6rhs.noarch" }, "product_reference": "vdsm-cli-0:4.9.6-20.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch" }, "product_reference": "vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64" }, "product_reference": "vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-gluster-0:4.9.6-20.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-gluster-0:4.9.6-20.el6rhs.noarch" }, "product_reference": "vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch" }, "product_reference": "vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch" }, "product_reference": "vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-python-0:4.9.6-20.el6rhs.x86_64 as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-python-0:4.9.6-20.el6rhs.x86_64" }, "product_reference": "vdsm-python-0:4.9.6-20.el6rhs.x86_64", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-reg-0:4.9.6-20.el6rhs.noarch as a component of Red Hat Storage Server 2.0", "product_id": "6Server-RHS-6.2.z:vdsm-reg-0:4.9.6-20.el6rhs.noarch" }, "product_reference": "vdsm-reg-0:4.9.6-20.el6rhs.noarch", "relates_to_product_reference": "6Server-RHS-6.2.z" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-0:2.0.techpreview1-4.el6rhs.src as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.src" }, "product_reference": "rhsc-0:2.0.techpreview1-4.el6rhs.src", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch" }, "product_reference": "rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-0:4.9.6-20.el6rhs.src as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:vdsm-0:4.9.6-20.el6rhs.src" }, "product_reference": "vdsm-0:4.9.6-20.el6rhs.src", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch as a component of Red Hat Storage 2.0 Console", "product_id": "6Server-RHSC:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch" }, "product_reference": "vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "relates_to_product_reference": "6Server-RHSC" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-0:3.3.0.7rhs-1.el6.src as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 6", "product_id": "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.src" }, "product_reference": "glusterfs-0:3.3.0.7rhs-1.el6.src", "relates_to_product_reference": "6Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-0:3.3.0.7rhs-1.el6.x86_64 as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 6", "product_id": "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.x86_64" }, "product_reference": "glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64 as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 6", "product_id": "6Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64" }, "product_reference": "glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64 as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 6", "product_id": "6Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64" }, "product_reference": "glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64 as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 6", "product_id": "6Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64" }, "product_reference": "glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSClient" }, { "category": "default_component_of", "full_product_name": { "name": "glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64 as a component of Red Hat Storage Native Client for Red Hat Enterprise Linux 6", "product_id": "6Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64" }, "product_reference": "glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64", "relates_to_product_reference": "6Server-RHSClient" } ] }, "vulnerabilities": [ { "acknowledgments": [ { "names": [ "Sebastian Krahmer" ], "organization": "SUSE Security Team" } ], "cve": "CVE-2012-4406", "cwe": { "id": "CWE-502", "name": "Deserialization of Untrusted Data" }, "discovery_date": "2012-09-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "854757" } ], "notes": [ { "category": "description", "text": "OpenStack Object Storage (swift) before 1.7.0 uses the loads function in the pickle Python module unsafely when storing and loading metadata in memcached, which allows remote attackers to execute arbitrary code via a crafted pickle object.", "title": "Vulnerability description" }, { "category": "summary", "text": "Openstack-Swift: insecure use of python pickle()", "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": [ "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.src", "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "6Server-RHS-6.2.z:appliance-0:1.7.1-1.el6rhs.src", "6Server-RHS-6.2.z:appliance-base-0:1.7.1-1.el6rhs.noarch", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.src", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-debuginfo-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-devel-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-libs-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.src", "6Server-RHS-6.2.z:gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.src", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:rhn-check-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.src", "6Server-RHS-6.2.z:rhn-setup-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.src", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-devel-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-lib-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-python-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.noarch", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-cli-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-python-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-reg-0:4.9.6-20.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.src", "6Server-RHSC:rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHSC:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.src", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-4406" }, { "category": "external", "summary": "RHBZ#854757", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=854757" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-4406", "url": "https://www.cve.org/CVERecord?id=CVE-2012-4406" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-4406", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-4406" } ], "release_date": "2012-05-30T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2013-03-28T22:14:00+00:00", "details": "All users of Red Hat Storage are advised to upgrade to these updated\npackages.\n\nBefore 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": [ "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.src", "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "6Server-RHS-6.2.z:appliance-0:1.7.1-1.el6rhs.src", "6Server-RHS-6.2.z:appliance-base-0:1.7.1-1.el6rhs.noarch", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.src", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-debuginfo-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-devel-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-libs-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.src", "6Server-RHS-6.2.z:gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.src", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:rhn-check-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.src", "6Server-RHS-6.2.z:rhn-setup-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.src", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-devel-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-lib-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-python-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.noarch", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-cli-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-python-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-reg-0:4.9.6-20.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.src", "6Server-RHSC:rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHSC:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.src", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2013:0691" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "products": [ "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.src", "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "6Server-RHS-6.2.z:appliance-0:1.7.1-1.el6rhs.src", "6Server-RHS-6.2.z:appliance-base-0:1.7.1-1.el6rhs.noarch", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.src", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-debuginfo-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-devel-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-libs-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.src", "6Server-RHS-6.2.z:gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.src", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:rhn-check-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.src", "6Server-RHS-6.2.z:rhn-setup-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.src", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-devel-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-lib-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-python-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.noarch", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-cli-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-python-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-reg-0:4.9.6-20.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.src", "6Server-RHSC:rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHSC:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.src", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "Openstack-Swift: insecure use of python pickle()" }, { "acknowledgments": [ { "names": [ "Kurt Seifried" ], "organization": "Red Hat Security Response Team", "summary": "This issue was discovered by Red Hat." }, { "names": [ "Michael Scherer" ], "organization": "Red Hat Regional IT team", "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2012-5635", "cwe": { "id": "CWE-377", "name": "Insecure Temporary File" }, "discovery_date": "2012-12-11T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "886364" } ], "notes": [ { "category": "description", "text": "Multiple insecure temporary file creation flaws were found in Red Hat Storage. A local user on the Red Hat Storage server could use these flaws to cause arbitrary files to be overwritten as the root user via a symbolic link attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "GlusterFS: insecure temporary file creation", "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": [ "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.src", "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "6Server-RHS-6.2.z:appliance-0:1.7.1-1.el6rhs.src", "6Server-RHS-6.2.z:appliance-base-0:1.7.1-1.el6rhs.noarch", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.src", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-debuginfo-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-devel-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-libs-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.src", "6Server-RHS-6.2.z:gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.src", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:rhn-check-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.src", "6Server-RHS-6.2.z:rhn-setup-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.src", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-devel-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-lib-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-python-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.noarch", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-cli-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-python-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-reg-0:4.9.6-20.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.src", "6Server-RHSC:rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHSC:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.src", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-5635" }, { "category": "external", "summary": "RHBZ#886364", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=886364" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-5635", "url": "https://www.cve.org/CVERecord?id=CVE-2012-5635" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-5635", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-5635" } ], "release_date": "2013-03-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2013-03-28T22:14:00+00:00", "details": "All users of Red Hat Storage are advised to upgrade to these updated\npackages.\n\nBefore 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": [ "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.src", "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "6Server-RHS-6.2.z:appliance-0:1.7.1-1.el6rhs.src", "6Server-RHS-6.2.z:appliance-base-0:1.7.1-1.el6rhs.noarch", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.src", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-debuginfo-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-devel-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-libs-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.src", "6Server-RHS-6.2.z:gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.src", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:rhn-check-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.src", "6Server-RHS-6.2.z:rhn-setup-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.src", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-devel-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-lib-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-python-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.noarch", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-cli-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-python-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-reg-0:4.9.6-20.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.src", "6Server-RHSC:rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHSC:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.src", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2013:0691" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 2.1, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:L/AC:L/Au:N/C:N/I:P/A:N", "version": "2.0" }, "products": [ "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.src", "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "6Server-RHS-6.2.z:appliance-0:1.7.1-1.el6rhs.src", "6Server-RHS-6.2.z:appliance-base-0:1.7.1-1.el6rhs.noarch", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.src", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-debuginfo-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-devel-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-libs-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.src", "6Server-RHS-6.2.z:gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.src", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:rhn-check-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.src", "6Server-RHS-6.2.z:rhn-setup-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.src", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-devel-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-lib-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-python-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.noarch", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-cli-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-python-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-reg-0:4.9.6-20.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.src", "6Server-RHSC:rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHSC:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.src", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "GlusterFS: insecure temporary file creation" }, { "acknowledgments": [ { "summary": "This issue was discovered by Red Hat." } ], "cve": "CVE-2012-5638", "discovery_date": "2012-12-13T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "887010" } ], "notes": [ { "category": "description", "text": "The setup_logging function in log.h in SANLock uses world-writable permissions for /var/log/sanlock.log, which allows local users to overwrite the file content or bypass intended disk-quota restrictions via standard filesystem write operations.", "title": "Vulnerability description" }, { "category": "summary", "text": "sanlock world writable /var/log/sanlock.log", "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": [ "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.src", "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "6Server-RHS-6.2.z:appliance-0:1.7.1-1.el6rhs.src", "6Server-RHS-6.2.z:appliance-base-0:1.7.1-1.el6rhs.noarch", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.src", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-debuginfo-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-devel-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-libs-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.src", "6Server-RHS-6.2.z:gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.src", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:rhn-check-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.src", "6Server-RHS-6.2.z:rhn-setup-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.src", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-devel-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-lib-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-python-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.noarch", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-cli-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-python-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-reg-0:4.9.6-20.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.src", "6Server-RHSC:rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHSC:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.src", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2012-5638" }, { "category": "external", "summary": "RHBZ#887010", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=887010" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2012-5638", "url": "https://www.cve.org/CVERecord?id=CVE-2012-5638" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2012-5638", "url": "https://nvd.nist.gov/vuln/detail/CVE-2012-5638" } ], "release_date": "2012-08-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2013-03-28T22:14:00+00:00", "details": "All users of Red Hat Storage are advised to upgrade to these updated\npackages.\n\nBefore 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": [ "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.src", "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "6Server-RHS-6.2.z:appliance-0:1.7.1-1.el6rhs.src", "6Server-RHS-6.2.z:appliance-base-0:1.7.1-1.el6rhs.noarch", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.src", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-debuginfo-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-devel-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-libs-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.src", "6Server-RHS-6.2.z:gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.src", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:rhn-check-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.src", "6Server-RHS-6.2.z:rhn-setup-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.src", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-devel-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-lib-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-python-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.noarch", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-cli-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-python-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-reg-0:4.9.6-20.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.src", "6Server-RHSC:rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHSC:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.src", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2013:0691" } ], "scores": [ { "cvss_v2": { "accessComplexity": "LOW", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 2.1, "confidentialityImpact": "NONE", "integrityImpact": "NONE", "vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:P", "version": "2.0" }, "products": [ "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.src", "5Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el5.x86_64", "5Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el5.x86_64", "6Server-RHS-6.2.z:appliance-0:1.7.1-1.el6rhs.src", "6Server-RHS-6.2.z:appliance-base-0:1.7.1-1.el6rhs.noarch", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.src", "6Server-RHS-6.2.z:augeas-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-debuginfo-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-devel-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:augeas-libs-0:0.9.0-1.el6.x86_64", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-0:1.4.8-5.el6rhs.src", "6Server-RHS-6.2.z:gluster-swift-account-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-container-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-doc-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-object-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:gluster-swift-proxy-0:1.4.8-5.el6rhs.noarch", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.src", "6Server-RHS-6.2.z:glusterfs-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-devel-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-fuse-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-geo-replication-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-rdma-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:glusterfs-server-0:3.3.0.7rhs-1.el6rhs.x86_64", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.src", "6Server-RHS-6.2.z:libvirt-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-client-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-debuginfo-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-devel-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-lock-sanlock-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:libvirt-python-0:0.9.10-21.el6_3.8.x86_64", "6Server-RHS-6.2.z:rhn-check-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-client-tools-0:1.0.0-73.el6rhs.src", "6Server-RHS-6.2.z:rhn-setup-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:rhn-setup-gnome-0:1.0.0-73.el6rhs.noarch", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.src", "6Server-RHS-6.2.z:sanlock-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-debuginfo-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-devel-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-lib-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sanlock-python-0:2.3-4.el6_3.x86_64", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.noarch", "6Server-RHS-6.2.z:sos-0:2.2-17.2.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHS-6.2.z:vdsm-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-cli-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debug-plugin-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-debuginfo-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-gluster-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-faqemu-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-hook-vhostmd-0:4.9.6-20.el6rhs.noarch", "6Server-RHS-6.2.z:vdsm-python-0:4.9.6-20.el6rhs.x86_64", "6Server-RHS-6.2.z:vdsm-reg-0:4.9.6-20.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-0:2.0.techpreview1-4.el6rhs.src", "6Server-RHSC:rhsc-backend-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-config-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-dbscripts-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-genericapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-jboss-deps-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-notification-service-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-restapi-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-setup-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-tools-common-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-userportal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:rhsc-webadmin-portal-0:2.0.techpreview1-4.el6rhs.noarch", "6Server-RHSC:vdsm-0:4.9.6-20.el6rhs.src", "6Server-RHSC:vdsm-bootstrap-0:4.9.6-20.el6rhs.noarch", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.src", "6Server-RHSClient:glusterfs-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-debuginfo-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-devel-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-fuse-0:3.3.0.7rhs-1.el6.x86_64", "6Server-RHSClient:glusterfs-rdma-0:3.3.0.7rhs-1.el6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "sanlock world writable /var/log/sanlock.log" } ] }
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.