rhsa-2011_1197
Vulnerability from csaf_redhat
Published
2011-08-23 14:37
Modified
2024-11-22 04:19
Summary
Red Hat Security Advisory: libvirt security and bug fix update

Notes

Topic
Updated libvirt packages that fix one security issue and several bugs are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section.
Details
The libvirt library is a C API for managing and interacting with the virtualization capabilities of Linux and other operating systems. In addition, libvirt provides tools for remotely managing virtualized systems. An integer overflow flaw was found in libvirtd's RPC call handling. An attacker able to establish read-only connections to libvirtd could trigger this flaw by calling virDomainGetVcpus() with specially-crafted parameters, causing libvirtd to crash. (CVE-2011-2511) This update also fixes the following bugs: * Previously, when the "virsh vol-create-from" command was run on an LVM (Logical Volume Manager) storage pool, performance of the command was very low and the operation consumed an excessive amount of time. This bug has been fixed in the virStorageVolCreateXMLFrom() function, and the performance problem of the command no longer occurs. * Due to a regression, libvirt used undocumented command line options, instead of the recommended ones. Consequently, the qemu-img utility used an invalid argument while creating an encrypted volume, and the process eventually failed. With this update, the bug in the backing format of the storage back end has been fixed, and encrypted volumes can now be created as expected. (BZ#726617) * Due to a bug in the qemuAuditDisk() function, hot unplug failures were never audited, and a hot unplug success was audited as a failure. This bug has been fixed, and auditing of disk hot unplug operations now works as expected. (BZ#728516) * Previously, when a debug process was being activated, the act of preparing a debug message ended up with dereferencing a UUID (universally unique identifier) prior to the NULL argument check. Consequently, an API running the debug process sometimes terminated with a segmentation fault. With this update, a patch has been provided to address this issue, and the crashes no longer occur in the described scenario. (BZ#728546) * The libvirt library uses the "boot=on" option to mark which disk is bootable but it only uses that option if Qemu advertises its support. The qemu-kvm utility in Red Hat Enterprise Linux 6.1 removed support for that option and libvirt could not use it. As a consequence, when an IDE disk was added as the second storage with a virtio disk being set up as the first one by default, the operating system tried to boot from the IDE disk rather than the virtio disk and either failed to boot with the "No bootable disk" error message returned, or the system booted whatever operating system was on the IDE disk. With this update, the boot configuration is translated into bootindex, which provides control over which device is used for booting a guest operating system, thus fixing this bug. All users of libvirt are advised to upgrade to these updated packages, which contain backported patches to correct these issues. After installing the updated packages, libvirtd must be restarted ("service libvirtd restart") for this update to take effect.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Updated libvirt packages that fix one security issue and several bugs are\nnow available for Red Hat Enterprise Linux 6.\n\nThe Red Hat Security Response Team has rated this update as having moderate\nsecurity impact. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available from the CVE link in\nthe References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The libvirt library is a C API for managing and interacting with the\nvirtualization capabilities of Linux and other operating systems. In\naddition, libvirt provides tools for remotely managing virtualized systems.\n\nAn integer overflow flaw was found in libvirtd\u0027s RPC call handling. An\nattacker able to establish read-only connections to libvirtd could trigger\nthis flaw by calling virDomainGetVcpus() with specially-crafted parameters,\ncausing libvirtd to crash. (CVE-2011-2511)\n\nThis update also fixes the following bugs:\n\n* Previously, when the \"virsh vol-create-from\" command was run on an LVM\n(Logical Volume Manager) storage pool, performance of the command was very\nlow and the operation consumed an excessive amount of time. This bug has\nbeen fixed in the virStorageVolCreateXMLFrom() function, and the\nperformance problem of the command no longer occurs.\n\n* Due to a regression, libvirt used undocumented command line options,\ninstead of the recommended ones. Consequently, the qemu-img utility used an\ninvalid argument while creating an encrypted volume, and the process\neventually failed. With this update, the bug in the backing format of the\nstorage back end has been fixed, and encrypted volumes can now be created\nas expected. (BZ#726617)\n\n* Due to a bug in the qemuAuditDisk() function, hot unplug failures were\nnever audited, and a hot unplug success was audited as a failure. This bug\nhas been fixed, and auditing of disk hot unplug operations now works as\nexpected. (BZ#728516)\n\n* Previously, when a debug process was being activated, the act of\npreparing a debug message ended up with dereferencing a UUID (universally\nunique identifier) prior to the NULL argument check. Consequently, an API\nrunning the debug process sometimes terminated with a segmentation fault.\nWith this update, a patch has been provided to address this issue, and the\ncrashes no longer occur in the described scenario. (BZ#728546)\n\n* The libvirt library uses the \"boot=on\" option to mark which disk is\nbootable but it only uses that option if Qemu advertises its support. The\nqemu-kvm utility in Red Hat Enterprise Linux 6.1 removed support for that\noption and libvirt could not use it. As a consequence, when an IDE disk was\nadded as the second storage with a virtio disk being set up as the first\none by default, the operating system tried to boot from the IDE disk rather\nthan the virtio disk and either failed to boot with the \"No bootable disk\"\nerror message returned, or the system booted whatever operating system was\non the IDE disk. With this update, the boot configuration is translated\ninto bootindex, which provides control over which device is used for\nbooting a guest operating system, thus fixing this bug.\n\nAll users of libvirt are advised to upgrade to these updated packages,\nwhich contain backported patches to correct these issues. After installing\nthe updated packages, libvirtd must be restarted (\"service libvirtd\nrestart\") for this update to take effect.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2011:1197",
        "url": "https://access.redhat.com/errata/RHSA-2011:1197"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "717199",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=717199"
      },
      {
        "category": "external",
        "summary": "726617",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=726617"
      },
      {
        "category": "external",
        "summary": "728516",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=728516"
      },
      {
        "category": "external",
        "summary": "728546",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=728546"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2011/rhsa-2011_1197.json"
      }
    ],
    "title": "Red Hat Security Advisory: libvirt security and bug fix update",
    "tracking": {
      "current_release_date": "2024-11-22T04:19:13+00:00",
      "generator": {
        "date": "2024-11-22T04:19:13+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2011:1197",
      "initial_release_date": "2011-08-23T14:37:00+00:00",
      "revision_history": [
        {
          "date": "2011-08-23T14:37:00+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2011-08-23T10:40:22+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-22T04:19:13+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server (v. 6)",
                  "product_id": "6Server-6.1.z",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::server"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libvirt-client-0:0.8.7-18.el6_1.1.i686",
                "product": {
                  "name": "libvirt-client-0:0.8.7-18.el6_1.1.i686",
                  "product_id": "libvirt-client-0:0.8.7-18.el6_1.1.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-client@0.8.7-18.el6_1.1?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-devel-0:0.8.7-18.el6_1.1.i686",
                "product": {
                  "name": "libvirt-devel-0:0.8.7-18.el6_1.1.i686",
                  "product_id": "libvirt-devel-0:0.8.7-18.el6_1.1.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-devel@0.8.7-18.el6_1.1?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.i686",
                "product": {
                  "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.i686",
                  "product_id": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-debuginfo@0.8.7-18.el6_1.1?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-python-0:0.8.7-18.el6_1.1.i686",
                "product": {
                  "name": "libvirt-python-0:0.8.7-18.el6_1.1.i686",
                  "product_id": "libvirt-python-0:0.8.7-18.el6_1.1.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-python@0.8.7-18.el6_1.1?arch=i686"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-0:0.8.7-18.el6_1.1.i686",
                "product": {
                  "name": "libvirt-0:0.8.7-18.el6_1.1.i686",
                  "product_id": "libvirt-0:0.8.7-18.el6_1.1.i686",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt@0.8.7-18.el6_1.1?arch=i686"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "i686"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libvirt-client-0:0.8.7-18.el6_1.1.x86_64",
                "product": {
                  "name": "libvirt-client-0:0.8.7-18.el6_1.1.x86_64",
                  "product_id": "libvirt-client-0:0.8.7-18.el6_1.1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-client@0.8.7-18.el6_1.1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-devel-0:0.8.7-18.el6_1.1.x86_64",
                "product": {
                  "name": "libvirt-devel-0:0.8.7-18.el6_1.1.x86_64",
                  "product_id": "libvirt-devel-0:0.8.7-18.el6_1.1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-devel@0.8.7-18.el6_1.1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-python-0:0.8.7-18.el6_1.1.x86_64",
                "product": {
                  "name": "libvirt-python-0:0.8.7-18.el6_1.1.x86_64",
                  "product_id": "libvirt-python-0:0.8.7-18.el6_1.1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-python@0.8.7-18.el6_1.1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.x86_64",
                "product": {
                  "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.x86_64",
                  "product_id": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-debuginfo@0.8.7-18.el6_1.1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-0:0.8.7-18.el6_1.1.x86_64",
                "product": {
                  "name": "libvirt-0:0.8.7-18.el6_1.1.x86_64",
                  "product_id": "libvirt-0:0.8.7-18.el6_1.1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt@0.8.7-18.el6_1.1?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libvirt-client-0:0.8.7-18.el6_1.1.ppc64",
                "product": {
                  "name": "libvirt-client-0:0.8.7-18.el6_1.1.ppc64",
                  "product_id": "libvirt-client-0:0.8.7-18.el6_1.1.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-client@0.8.7-18.el6_1.1?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-devel-0:0.8.7-18.el6_1.1.ppc64",
                "product": {
                  "name": "libvirt-devel-0:0.8.7-18.el6_1.1.ppc64",
                  "product_id": "libvirt-devel-0:0.8.7-18.el6_1.1.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-devel@0.8.7-18.el6_1.1?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-python-0:0.8.7-18.el6_1.1.ppc64",
                "product": {
                  "name": "libvirt-python-0:0.8.7-18.el6_1.1.ppc64",
                  "product_id": "libvirt-python-0:0.8.7-18.el6_1.1.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-python@0.8.7-18.el6_1.1?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc64",
                "product": {
                  "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc64",
                  "product_id": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-debuginfo@0.8.7-18.el6_1.1?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-0:0.8.7-18.el6_1.1.ppc64",
                "product": {
                  "name": "libvirt-0:0.8.7-18.el6_1.1.ppc64",
                  "product_id": "libvirt-0:0.8.7-18.el6_1.1.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt@0.8.7-18.el6_1.1?arch=ppc64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libvirt-client-0:0.8.7-18.el6_1.1.ppc",
                "product": {
                  "name": "libvirt-client-0:0.8.7-18.el6_1.1.ppc",
                  "product_id": "libvirt-client-0:0.8.7-18.el6_1.1.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-client@0.8.7-18.el6_1.1?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-devel-0:0.8.7-18.el6_1.1.ppc",
                "product": {
                  "name": "libvirt-devel-0:0.8.7-18.el6_1.1.ppc",
                  "product_id": "libvirt-devel-0:0.8.7-18.el6_1.1.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-devel@0.8.7-18.el6_1.1?arch=ppc"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc",
                "product": {
                  "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc",
                  "product_id": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-debuginfo@0.8.7-18.el6_1.1?arch=ppc"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libvirt-client-0:0.8.7-18.el6_1.1.s390x",
                "product": {
                  "name": "libvirt-client-0:0.8.7-18.el6_1.1.s390x",
                  "product_id": "libvirt-client-0:0.8.7-18.el6_1.1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-client@0.8.7-18.el6_1.1?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-devel-0:0.8.7-18.el6_1.1.s390x",
                "product": {
                  "name": "libvirt-devel-0:0.8.7-18.el6_1.1.s390x",
                  "product_id": "libvirt-devel-0:0.8.7-18.el6_1.1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-devel@0.8.7-18.el6_1.1?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-python-0:0.8.7-18.el6_1.1.s390x",
                "product": {
                  "name": "libvirt-python-0:0.8.7-18.el6_1.1.s390x",
                  "product_id": "libvirt-python-0:0.8.7-18.el6_1.1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-python@0.8.7-18.el6_1.1?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390x",
                "product": {
                  "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390x",
                  "product_id": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-debuginfo@0.8.7-18.el6_1.1?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-0:0.8.7-18.el6_1.1.s390x",
                "product": {
                  "name": "libvirt-0:0.8.7-18.el6_1.1.s390x",
                  "product_id": "libvirt-0:0.8.7-18.el6_1.1.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt@0.8.7-18.el6_1.1?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libvirt-client-0:0.8.7-18.el6_1.1.s390",
                "product": {
                  "name": "libvirt-client-0:0.8.7-18.el6_1.1.s390",
                  "product_id": "libvirt-client-0:0.8.7-18.el6_1.1.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-client@0.8.7-18.el6_1.1?arch=s390"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-devel-0:0.8.7-18.el6_1.1.s390",
                "product": {
                  "name": "libvirt-devel-0:0.8.7-18.el6_1.1.s390",
                  "product_id": "libvirt-devel-0:0.8.7-18.el6_1.1.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-devel@0.8.7-18.el6_1.1?arch=s390"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390",
                "product": {
                  "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390",
                  "product_id": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt-debuginfo@0.8.7-18.el6_1.1?arch=s390"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "libvirt-0:0.8.7-18.el6_1.1.src",
                "product": {
                  "name": "libvirt-0:0.8.7-18.el6_1.1.src",
                  "product_id": "libvirt-0:0.8.7-18.el6_1.1.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/libvirt@0.8.7-18.el6_1.1?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-0:0.8.7-18.el6_1.1.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.i686"
        },
        "product_reference": "libvirt-0:0.8.7-18.el6_1.1.i686",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-0:0.8.7-18.el6_1.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.ppc64"
        },
        "product_reference": "libvirt-0:0.8.7-18.el6_1.1.ppc64",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-0:0.8.7-18.el6_1.1.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.s390x"
        },
        "product_reference": "libvirt-0:0.8.7-18.el6_1.1.s390x",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-0:0.8.7-18.el6_1.1.src as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.src"
        },
        "product_reference": "libvirt-0:0.8.7-18.el6_1.1.src",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-0:0.8.7-18.el6_1.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.x86_64"
        },
        "product_reference": "libvirt-0:0.8.7-18.el6_1.1.x86_64",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-client-0:0.8.7-18.el6_1.1.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.i686"
        },
        "product_reference": "libvirt-client-0:0.8.7-18.el6_1.1.i686",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-client-0:0.8.7-18.el6_1.1.ppc as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.ppc"
        },
        "product_reference": "libvirt-client-0:0.8.7-18.el6_1.1.ppc",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-client-0:0.8.7-18.el6_1.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.ppc64"
        },
        "product_reference": "libvirt-client-0:0.8.7-18.el6_1.1.ppc64",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-client-0:0.8.7-18.el6_1.1.s390 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.s390"
        },
        "product_reference": "libvirt-client-0:0.8.7-18.el6_1.1.s390",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-client-0:0.8.7-18.el6_1.1.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.s390x"
        },
        "product_reference": "libvirt-client-0:0.8.7-18.el6_1.1.s390x",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-client-0:0.8.7-18.el6_1.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.x86_64"
        },
        "product_reference": "libvirt-client-0:0.8.7-18.el6_1.1.x86_64",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.i686"
        },
        "product_reference": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.i686",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc"
        },
        "product_reference": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc64"
        },
        "product_reference": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc64",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390"
        },
        "product_reference": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390x"
        },
        "product_reference": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390x",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.x86_64"
        },
        "product_reference": "libvirt-debuginfo-0:0.8.7-18.el6_1.1.x86_64",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-devel-0:0.8.7-18.el6_1.1.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.i686"
        },
        "product_reference": "libvirt-devel-0:0.8.7-18.el6_1.1.i686",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-devel-0:0.8.7-18.el6_1.1.ppc as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.ppc"
        },
        "product_reference": "libvirt-devel-0:0.8.7-18.el6_1.1.ppc",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-devel-0:0.8.7-18.el6_1.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.ppc64"
        },
        "product_reference": "libvirt-devel-0:0.8.7-18.el6_1.1.ppc64",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-devel-0:0.8.7-18.el6_1.1.s390 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.s390"
        },
        "product_reference": "libvirt-devel-0:0.8.7-18.el6_1.1.s390",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-devel-0:0.8.7-18.el6_1.1.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.s390x"
        },
        "product_reference": "libvirt-devel-0:0.8.7-18.el6_1.1.s390x",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-devel-0:0.8.7-18.el6_1.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.x86_64"
        },
        "product_reference": "libvirt-devel-0:0.8.7-18.el6_1.1.x86_64",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-python-0:0.8.7-18.el6_1.1.i686 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.i686"
        },
        "product_reference": "libvirt-python-0:0.8.7-18.el6_1.1.i686",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-python-0:0.8.7-18.el6_1.1.ppc64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.ppc64"
        },
        "product_reference": "libvirt-python-0:0.8.7-18.el6_1.1.ppc64",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-python-0:0.8.7-18.el6_1.1.s390x as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.s390x"
        },
        "product_reference": "libvirt-python-0:0.8.7-18.el6_1.1.s390x",
        "relates_to_product_reference": "6Server-6.1.z"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "libvirt-python-0:0.8.7-18.el6_1.1.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.x86_64"
        },
        "product_reference": "libvirt-python-0:0.8.7-18.el6_1.1.x86_64",
        "relates_to_product_reference": "6Server-6.1.z"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2011-2511",
      "cwe": {
        "id": "CWE-190",
        "name": "Integer Overflow or Wraparound"
      },
      "discovery_date": "2011-06-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "717199"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "Integer overflow in libvirt before 0.9.3 allows remote authenticated users to cause a denial of service (libvirtd crash) and possibly execute arbitrary code via a crafted VirDomainGetVcpus RPC call that triggers memory corruption.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "libvirt: integer overflow in VirDomainGetVcpus",
          "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": [
          "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.i686",
          "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.ppc64",
          "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.s390x",
          "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.src",
          "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.x86_64",
          "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.i686",
          "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.ppc",
          "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.ppc64",
          "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.s390",
          "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.s390x",
          "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.x86_64",
          "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.i686",
          "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc",
          "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc64",
          "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390",
          "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390x",
          "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.x86_64",
          "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.i686",
          "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.ppc",
          "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.ppc64",
          "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.s390",
          "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.s390x",
          "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.x86_64",
          "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.i686",
          "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.ppc64",
          "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.s390x",
          "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2011-2511"
        },
        {
          "category": "external",
          "summary": "RHBZ#717199",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=717199"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2011-2511",
          "url": "https://www.cve.org/CVERecord?id=CVE-2011-2511"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-2511",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-2511"
        }
      ],
      "release_date": "2011-06-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2011-08-23T14:37:00+00:00",
          "details": "Before applying this update, make sure all previously-released errata\nrelevant to your system have been applied.\n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/kb/docs/DOC-11259",
          "product_ids": [
            "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.i686",
            "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.ppc64",
            "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.s390x",
            "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.src",
            "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.x86_64",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.i686",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.ppc",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.ppc64",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.s390",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.s390x",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.x86_64",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.i686",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc64",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390x",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.x86_64",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.i686",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.ppc",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.ppc64",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.s390",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.s390x",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.x86_64",
            "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.i686",
            "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.ppc64",
            "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.s390x",
            "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2011:1197"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "LOW",
            "accessVector": "ADJACENT_NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 3.3,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:A/AC:L/Au:N/C:N/I:N/A:P",
            "version": "2.0"
          },
          "products": [
            "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.i686",
            "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.ppc64",
            "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.s390x",
            "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.src",
            "6Server-6.1.z:libvirt-0:0.8.7-18.el6_1.1.x86_64",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.i686",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.ppc",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.ppc64",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.s390",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.s390x",
            "6Server-6.1.z:libvirt-client-0:0.8.7-18.el6_1.1.x86_64",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.i686",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.ppc64",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.s390x",
            "6Server-6.1.z:libvirt-debuginfo-0:0.8.7-18.el6_1.1.x86_64",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.i686",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.ppc",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.ppc64",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.s390",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.s390x",
            "6Server-6.1.z:libvirt-devel-0:0.8.7-18.el6_1.1.x86_64",
            "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.i686",
            "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.ppc64",
            "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.s390x",
            "6Server-6.1.z:libvirt-python-0:0.8.7-18.el6_1.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "libvirt: integer overflow in VirDomainGetVcpus"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

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.