rhsa-2011:1615
Vulnerability from csaf_redhat
Published
2011-12-05 19:41
Modified
2024-11-22 04:32
Summary
Red Hat Security Advisory: virt-v2v security and bug fix update

Notes

Topic
An updated virt-v2v package that fixes one security issue and several bugs is now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having low security impact. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available from the CVE link in the References section.
Details
virt-v2v is a tool for converting and importing virtual machines to libvirt-managed KVM (Kernel-based Virtual Machine), or Red Hat Enterprise Virtualization. Using virt-v2v to convert a guest that has a password-protected VNC console to a KVM guest removed that password protection from the converted guest: after conversion, a password was not required to access the converted guest's VNC console. Now, converted guests will require the same VNC console password as the original guest. Note that when converting a guest to run on Red Hat Enterprise Virtualization, virt-v2v will display a warning that VNC passwords are not supported. (CVE-2011-1773) Note: The Red Hat Enterprise Linux 6.2 perl-Sys-Virt update must also be installed to correct CVE-2011-1773. Bug fixes: * When converting a guest virtual machine (VM), whose name contained certain characters, virt-v2v would create a converted guest with a corrupted name. Now, virt-v2v will not corrupt guest names. (BZ#665883) * There were numerous usability issues when running virt-v2v as a non-root user. This update makes it simpler to run virt-v2v as a non-root user. (BZ#671094) * virt-v2v failed to convert a Microsoft Windows guest with Windows Recovery Console installed in a separate partition. Now, virt-v2v will successfully convert a guest with Windows Recovery Console installed in a separate partition by ignoring that partition. (BZ#673066) * virt-v2v failed to convert a Red Hat Enterprise Linux guest which did not have the symlink "/boot/grub/menu.lst". With this update, virt-v2v can select a grub configuration file from several places. (BZ#694364) * This update removes information about the usage of deprecated command line options in the virt-v2v man page. (BZ#694370) * virt-v2v would fail to correctly change the allocation policy, (sparse or preallocated) when converting a guest with QCOW2 image format. The error message "Cannot import VM, The selected disk configuration is not supported" was displayed. With this update, allocation policy changes to a guest with QCOW2 storage will work correctly. (BZ#696089) * The options "--network" and "--bridge" can not be used in conjunction when converting a guest, but no error message was displayed. With this update, virt-v2v will now display an error message if the mutually exclusive "--network" and "--bridge" command line options are both specified. (BZ#700759) * virt-v2v failed to convert a multi-boot guest, and did not clean up temporary storage and mount points after failure. With this update, virt-v2v will prompt for which operating system to convert from a multi-boot guest, and will correctly clean up if the process fails. (BZ#702007) * virt-v2v failed to correctly configure modprobe aliases when converting a VMware ESX guest with VMware Tools installed. With this update, modprobe aliases will be correctly configured. (BZ#707261) * When converting a guest with preallocated raw storage using the libvirtxml input method, virt-v2v failed with the erroneous error message "size(X) < usage(Y)". This update removes this erroneous error. (BZ#727489) * When converting a Red Hat Enterprise Linux guest, virt-v2v did not check that the Cirrus X driver was available before configuring it. With this update, virt-v2v will attempt to install the Cirrus X driver if it is required. (BZ#708961) * VirtIO systems do not support the Windows Recovery Console on 32-bit Windows XP. The virt-v2v man page has been updated to note this. On Windows XP Professional x64 Edition, however, if Windows Recovery Console is re-installed after conversion, it will work as expected. (BZ#732421) * Placing comments in the guest fstab file by means of the leading "#" symbol caused an "unknown filesystem" error after conversion of a guest. With this update comments can now be used and error messages will not be displayed. (BZ#677870) Users of virt-v2v should upgrade to this updated package, which fixes these issues and upgrades virt-v2v to version 0.8.3.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.



{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Low"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An updated virt-v2v package that fixes one security issue and several bugs\nis now available for Red Hat Enterprise Linux 6.\n\nThe Red Hat Security Response Team has rated this update as having low\nsecurity impact. A Common Vulnerability Scoring System (CVSS) base score,\nwhich gives a detailed severity rating, is available from the CVE link in\nthe References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "virt-v2v is a tool for converting and importing virtual machines to\nlibvirt-managed KVM (Kernel-based Virtual Machine), or Red Hat Enterprise\nVirtualization.\n\nUsing virt-v2v to convert a guest that has a password-protected VNC console\nto a KVM guest removed that password protection from the converted guest:\nafter conversion, a password was not required to access the converted\nguest\u0027s VNC console. Now, converted guests will require the same VNC\nconsole password as the original guest. Note that when converting a guest\nto run on Red Hat Enterprise Virtualization, virt-v2v will display a\nwarning that VNC passwords are not supported. (CVE-2011-1773)\n\nNote: The Red Hat Enterprise Linux 6.2 perl-Sys-Virt update must also be\ninstalled to correct CVE-2011-1773.\n\nBug fixes:\n\n* When converting a guest virtual machine (VM), whose name contained\ncertain characters, virt-v2v would create a converted guest with a\ncorrupted name. Now, virt-v2v will not corrupt guest names. (BZ#665883)\n\n* There were numerous usability issues when running virt-v2v as a non-root\nuser. This update makes it simpler to run virt-v2v as a non-root user.\n(BZ#671094)\n\n* virt-v2v failed to convert a Microsoft Windows guest with Windows\nRecovery Console installed in a separate partition. Now, virt-v2v will\nsuccessfully convert a guest with Windows Recovery Console installed in a\nseparate partition by ignoring that partition. (BZ#673066)\n\n* virt-v2v failed to convert a Red Hat Enterprise Linux guest which did not\nhave the symlink \"/boot/grub/menu.lst\". With this update, virt-v2v can\nselect a grub configuration file from several places. (BZ#694364)\n\n* This update removes information about the usage of deprecated command\nline options in the virt-v2v man page. (BZ#694370)\n\n* virt-v2v would fail to correctly change the allocation policy, (sparse or\npreallocated) when converting a guest with QCOW2 image format. The error\nmessage \"Cannot import VM, The selected disk configuration is not\nsupported\" was displayed. With this update, allocation policy changes to a\nguest with QCOW2 storage will work correctly. (BZ#696089)\n\n* The options \"--network\" and \"--bridge\" can not be used in conjunction\nwhen converting a guest, but no error message was displayed. With this\nupdate, virt-v2v will now display an error message if the mutually\nexclusive \"--network\" and \"--bridge\" command line options are both\nspecified. (BZ#700759)\n\n* virt-v2v failed to convert a multi-boot guest, and did not clean up\ntemporary storage and mount points after failure. With this update,\nvirt-v2v will prompt for which operating system to convert from a\nmulti-boot guest, and will correctly clean up if the process fails.\n(BZ#702007)\n\n* virt-v2v failed to correctly configure modprobe aliases when converting a\nVMware ESX guest with VMware Tools installed. With this update, modprobe\naliases will be correctly configured. (BZ#707261)\n\n* When converting a guest with preallocated raw storage using the\nlibvirtxml input method, virt-v2v failed with the erroneous error message\n\"size(X) \u003c usage(Y)\". This update removes this erroneous error. (BZ#727489)\n\n* When converting a Red Hat Enterprise Linux guest, virt-v2v did not check\nthat the Cirrus X driver was available before configuring it. With this\nupdate, virt-v2v will attempt to install the Cirrus X driver if it is\nrequired. (BZ#708961)\n\n* VirtIO systems do not support the Windows Recovery Console on 32-bit\nWindows XP. The virt-v2v man page has been updated to note this. On Windows\nXP Professional x64 Edition, however, if Windows Recovery Console is\nre-installed after conversion, it will work as expected. (BZ#732421)\n\n* Placing comments in the guest fstab file by means of the leading \"#\"\nsymbol caused an \"unknown filesystem\" error after conversion of a guest.\nWith this update comments can now be used and error messages will not be\ndisplayed. (BZ#677870)\n\nUsers of virt-v2v should upgrade to this updated package, which fixes these\nissues and upgrades virt-v2v to version 0.8.3.",
        "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:1615",
        "url": "https://access.redhat.com/errata/RHSA-2011:1615"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#low",
        "url": "https://access.redhat.com/security/updates/classification/#low"
      },
      {
        "category": "external",
        "summary": "665883",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=665883"
      },
      {
        "category": "external",
        "summary": "671094",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=671094"
      },
      {
        "category": "external",
        "summary": "672831",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=672831"
      },
      {
        "category": "external",
        "summary": "673066",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=673066"
      },
      {
        "category": "external",
        "summary": "677870",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=677870"
      },
      {
        "category": "external",
        "summary": "700759",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=700759"
      },
      {
        "category": "external",
        "summary": "702007",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=702007"
      },
      {
        "category": "external",
        "summary": "702754",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=702754"
      },
      {
        "category": "external",
        "summary": "707261",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=707261"
      },
      {
        "category": "external",
        "summary": "708961",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=708961"
      },
      {
        "category": "external",
        "summary": "725685",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=725685"
      },
      {
        "category": "external",
        "summary": "727489",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=727489"
      },
      {
        "category": "external",
        "summary": "729877",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=729877"
      },
      {
        "category": "external",
        "summary": "732421",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=732421"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2011/rhsa-2011_1615.json"
      }
    ],
    "title": "Red Hat Security Advisory: virt-v2v security and bug fix update",
    "tracking": {
      "current_release_date": "2024-11-22T04:32:08+00:00",
      "generator": {
        "date": "2024-11-22T04:32:08+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2011:1615",
      "initial_release_date": "2011-12-05T19:41:00+00:00",
      "revision_history": [
        {
          "date": "2011-12-05T19:41:00+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2011-12-05T19:51:05+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-22T04:32:08+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Desktop (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Desktop (v. 6)",
                  "product_id": "6Client",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::client"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux HPC Node (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux HPC Node (v. 6)",
                  "product_id": "6ComputeNode",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::computenode"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server (v. 6)",
                  "product_id": "6Server",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::server"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Workstation (v. 6)",
                "product": {
                  "name": "Red Hat Enterprise Linux Workstation (v. 6)",
                  "product_id": "6Workstation",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:6::workstation"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "virt-v2v-0:0.8.3-5.el6.src",
                "product": {
                  "name": "virt-v2v-0:0.8.3-5.el6.src",
                  "product_id": "virt-v2v-0:0.8.3-5.el6.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/virt-v2v@0.8.3-5.el6?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "virt-v2v-0:0.8.3-5.el6.x86_64",
                "product": {
                  "name": "virt-v2v-0:0.8.3-5.el6.x86_64",
                  "product_id": "virt-v2v-0:0.8.3-5.el6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/virt-v2v@0.8.3-5.el6?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "virt-v2v-0:0.8.3-5.el6.src as a component of Red Hat Enterprise Linux Desktop (v. 6)",
          "product_id": "6Client:virt-v2v-0:0.8.3-5.el6.src"
        },
        "product_reference": "virt-v2v-0:0.8.3-5.el6.src",
        "relates_to_product_reference": "6Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "virt-v2v-0:0.8.3-5.el6.x86_64 as a component of Red Hat Enterprise Linux Desktop (v. 6)",
          "product_id": "6Client:virt-v2v-0:0.8.3-5.el6.x86_64"
        },
        "product_reference": "virt-v2v-0:0.8.3-5.el6.x86_64",
        "relates_to_product_reference": "6Client"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "virt-v2v-0:0.8.3-5.el6.src as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
          "product_id": "6ComputeNode:virt-v2v-0:0.8.3-5.el6.src"
        },
        "product_reference": "virt-v2v-0:0.8.3-5.el6.src",
        "relates_to_product_reference": "6ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "virt-v2v-0:0.8.3-5.el6.x86_64 as a component of Red Hat Enterprise Linux HPC Node (v. 6)",
          "product_id": "6ComputeNode:virt-v2v-0:0.8.3-5.el6.x86_64"
        },
        "product_reference": "virt-v2v-0:0.8.3-5.el6.x86_64",
        "relates_to_product_reference": "6ComputeNode"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "virt-v2v-0:0.8.3-5.el6.src as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server:virt-v2v-0:0.8.3-5.el6.src"
        },
        "product_reference": "virt-v2v-0:0.8.3-5.el6.src",
        "relates_to_product_reference": "6Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "virt-v2v-0:0.8.3-5.el6.x86_64 as a component of Red Hat Enterprise Linux Server (v. 6)",
          "product_id": "6Server:virt-v2v-0:0.8.3-5.el6.x86_64"
        },
        "product_reference": "virt-v2v-0:0.8.3-5.el6.x86_64",
        "relates_to_product_reference": "6Server"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "virt-v2v-0:0.8.3-5.el6.src as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation:virt-v2v-0:0.8.3-5.el6.src"
        },
        "product_reference": "virt-v2v-0:0.8.3-5.el6.src",
        "relates_to_product_reference": "6Workstation"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "virt-v2v-0:0.8.3-5.el6.x86_64 as a component of Red Hat Enterprise Linux Workstation (v. 6)",
          "product_id": "6Workstation:virt-v2v-0:0.8.3-5.el6.x86_64"
        },
        "product_reference": "virt-v2v-0:0.8.3-5.el6.x86_64",
        "relates_to_product_reference": "6Workstation"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2011-1773",
      "discovery_date": "2010-12-23T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "702754"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "virt-v2v before 0.8.4 does not preserve the VNC console password when converting a guest, which allows local users to bypass the intended VNC authentication by connecting without a password.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "virt-v2v: vnc password protection is missing after vm conversion",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "6Client:virt-v2v-0:0.8.3-5.el6.src",
          "6Client:virt-v2v-0:0.8.3-5.el6.x86_64",
          "6ComputeNode:virt-v2v-0:0.8.3-5.el6.src",
          "6ComputeNode:virt-v2v-0:0.8.3-5.el6.x86_64",
          "6Server:virt-v2v-0:0.8.3-5.el6.src",
          "6Server:virt-v2v-0:0.8.3-5.el6.x86_64",
          "6Workstation:virt-v2v-0:0.8.3-5.el6.src",
          "6Workstation:virt-v2v-0:0.8.3-5.el6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2011-1773"
        },
        {
          "category": "external",
          "summary": "RHBZ#702754",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=702754"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2011-1773",
          "url": "https://www.cve.org/CVERecord?id=CVE-2011-1773"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2011-1773",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2011-1773"
        }
      ],
      "release_date": "2010-01-23T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2011-12-05T19:41: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": [
            "6Client:virt-v2v-0:0.8.3-5.el6.src",
            "6Client:virt-v2v-0:0.8.3-5.el6.x86_64",
            "6ComputeNode:virt-v2v-0:0.8.3-5.el6.src",
            "6ComputeNode:virt-v2v-0:0.8.3-5.el6.x86_64",
            "6Server:virt-v2v-0:0.8.3-5.el6.src",
            "6Server:virt-v2v-0:0.8.3-5.el6.x86_64",
            "6Workstation:virt-v2v-0:0.8.3-5.el6.src",
            "6Workstation:virt-v2v-0:0.8.3-5.el6.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2011:1615"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "HIGH",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 3.7,
            "confidentialityImpact": "PARTIAL",
            "integrityImpact": "PARTIAL",
            "vectorString": "AV:L/AC:H/Au:N/C:P/I:P/A:P",
            "version": "2.0"
          },
          "products": [
            "6Client:virt-v2v-0:0.8.3-5.el6.src",
            "6Client:virt-v2v-0:0.8.3-5.el6.x86_64",
            "6ComputeNode:virt-v2v-0:0.8.3-5.el6.src",
            "6ComputeNode:virt-v2v-0:0.8.3-5.el6.x86_64",
            "6Server:virt-v2v-0:0.8.3-5.el6.src",
            "6Server:virt-v2v-0:0.8.3-5.el6.x86_64",
            "6Workstation:virt-v2v-0:0.8.3-5.el6.src",
            "6Workstation:virt-v2v-0:0.8.3-5.el6.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "virt-v2v: vnc password protection is missing after vm conversion"
    }
  ]
}


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.


Loading…

Loading…