RHSA-2018_1104

Vulnerability from csaf_redhat - Published: 2018-04-10 18:54 - Updated: 2024-11-15 02:07
Summary
Red Hat Security Advisory: qemu-kvm-rhev security, bug fix, and enhancement update
Severity
Important
Notes
Topic: An update for qemu-kvm-rhev is now available for Red Hat Virtualization 4 for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: KVM (Kernel-based Virtual Machine) is a full virtualization solution for Linux on a variety of architectures. The qemu-kvm-rhev packages provide the user-space component for running virtual machines that use KVM in environments managed by Red Hat products. The following packages have been upgraded to a later upstream version: qemu-kvm-rhev (2.10.0). (BZ#1470749) Security Fix(es): * Qemu: stack buffer overflow in NBD server triggered via long export name (CVE-2017-15118) * Qemu: DoS via large option request (CVE-2017-15119) * Qemu: vga: OOB read access during display update (CVE-2017-13672) * Qemu: vga: reachable assert failure during display update (CVE-2017-13673) * Qemu: Slirp: use-after-free when sending response (CVE-2017-13711) * Qemu: memory exhaustion through framebuffer update request message in VNC server (CVE-2017-15124) * Qemu: I/O: potential memory exhaustion via websock connection to VNC (CVE-2017-15268) * Qemu: Out-of-bounds read in vga_draw_text routine (CVE-2018-5683) For more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section. Red Hat would like to thank David Buchanan for reporting CVE-2017-13672 and CVE-2017-13673; Wjjzhang (Tencent.com) for reporting CVE-2017-13711; and Jiang Xin and Lin ZheCheng for reporting CVE-2018-5683. The CVE-2017-15118 and CVE-2017-15119 issues were discovered by Eric Blake (Red Hat) and the CVE-2017-15124 issue was discovered by Daniel Berrange (Red Hat).
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.

An out-of-bounds read access issue was found in the VGA display emulator built into the Quick emulator (QEMU). It could occur while reading VGA memory to update graphics display. A privileged user/process inside guest could use this flaw to crash the QEMU process on the host resulting in denial of service situation.

CWE-125 - Out-of-bounds Read
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect. https://access.redhat.com/errata/RHSA-2018:1104

An assert failure issue was found in the VGA display emulator built into the Quick emulator (QEMU). It could occur while updating graphics display, due to miscalculating region for dirty bitmap snapshot in split screen mode. A privileged user/process inside guest could use this flaw to crash the QEMU process on the host resulting in denial of service.

CWE-617 - Reachable Assertion
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect. https://access.redhat.com/errata/RHSA-2018:1104

A use-after-free issue was found in the Slirp networking implementation of the Quick emulator (QEMU). It occurs when a Socket referenced from multiple packets is freed while responding to a message. A user/process could use this flaw to crash the QEMU process on the host resulting in denial of service.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect. https://access.redhat.com/errata/RHSA-2018:1104

A stack-based buffer overflow vulnerability was found in NBD server implementation in qemu allowing a client to request an export name of size up to 4096 bytes, which in fact should be limited to 256 bytes, allowing causing an out-of-bounds stack write in the qemu process. If NBD server requires TLS, the attacker cannot trigger the buffer overflow without first successfully negotiating TLS.

CWE-121 - Stack-based Buffer Overflow
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect. https://access.redhat.com/errata/RHSA-2018:1104

The Network Block Device (NBD) server in Quick Emulator (QEMU), is vulnerable to a denial of service issue. It could occur if a client sent large option requests, making the server waste CPU time on reading up to 4GB per request. A client could use this flaw to keep the NBD server from serving other requests, resulting in DoS.

CWE-400 - Uncontrolled Resource Consumption
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect. https://access.redhat.com/errata/RHSA-2018:1104

VNC server implementation in Quick Emulator (QEMU) was found to be vulnerable to an unbounded memory allocation issue, as it did not throttle the framebuffer updates sent to its client. If the client did not consume these updates, VNC server allocates growing memory to hold onto this data. A malicious remote VNC client could use this flaw to cause DoS to the server host.

CWE-770 - Allocation of Resources Without Limits or Throttling
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect. https://access.redhat.com/errata/RHSA-2018:1104

A memory leakage issue was found in the I/O channels websockets implementation of the Quick Emulator (QEMU). It could occur while sending screen updates to a client, which is slow to read and process them further. A privileged guest user could use this flaw to cause a denial of service on the host and/or potentially crash the QEMU process instance on the host.

CWE-400 - Uncontrolled Resource Consumption
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect. https://access.redhat.com/errata/RHSA-2018:1104

An out-of-bounds read access issue was found in the VGA emulator of QEMU. It could occur in vga_draw_text routine, while updating display area for a vnc client. A privileged user inside a guest could use this flaw to crash the QEMU process resulting in DoS.

CWE-125 - Out-of-bounds Read
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 After installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect. https://access.redhat.com/errata/RHSA-2018:1104
References
https://access.redhat.com/errata/RHSA-2018:1104 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=1139507 external
https://bugzilla.redhat.com/show_bug.cgi?id=1178472 external
https://bugzilla.redhat.com/show_bug.cgi?id=1212715 external
https://bugzilla.redhat.com/show_bug.cgi?id=1213786 external
https://bugzilla.redhat.com/show_bug.cgi?id=1285044 external
https://bugzilla.redhat.com/show_bug.cgi?id=1305398 external
https://bugzilla.redhat.com/show_bug.cgi?id=1320114 external
https://bugzilla.redhat.com/show_bug.cgi?id=1344299 external
https://bugzilla.redhat.com/show_bug.cgi?id=1372583 external
https://bugzilla.redhat.com/show_bug.cgi?id=1378241 external
https://bugzilla.redhat.com/show_bug.cgi?id=1390346 external
https://bugzilla.redhat.com/show_bug.cgi?id=1390348 external
https://bugzilla.redhat.com/show_bug.cgi?id=1398633 external
https://bugzilla.redhat.com/show_bug.cgi?id=1406803 external
https://bugzilla.redhat.com/show_bug.cgi?id=1414049 external
https://bugzilla.redhat.com/show_bug.cgi?id=1433670 external
https://bugzilla.redhat.com/show_bug.cgi?id=1434321 external
https://bugzilla.redhat.com/show_bug.cgi?id=1437113 external
https://bugzilla.redhat.com/show_bug.cgi?id=1441460 external
https://bugzilla.redhat.com/show_bug.cgi?id=1441684 external
https://bugzilla.redhat.com/show_bug.cgi?id=1441938 external
https://bugzilla.redhat.com/show_bug.cgi?id=1443877 external
https://bugzilla.redhat.com/show_bug.cgi?id=1445834 external
https://bugzilla.redhat.com/show_bug.cgi?id=1446565 external
https://bugzilla.redhat.com/show_bug.cgi?id=1447258 external
https://bugzilla.redhat.com/show_bug.cgi?id=1447413 external
https://bugzilla.redhat.com/show_bug.cgi?id=1448344 external
https://bugzilla.redhat.com/show_bug.cgi?id=1449067 external
https://bugzilla.redhat.com/show_bug.cgi?id=1449609 external
https://bugzilla.redhat.com/show_bug.cgi?id=1449991 external
https://bugzilla.redhat.com/show_bug.cgi?id=1451015 external
https://bugzilla.redhat.com/show_bug.cgi?id=1451189 external
https://bugzilla.redhat.com/show_bug.cgi?id=1451269 external
https://bugzilla.redhat.com/show_bug.cgi?id=1453167 external
https://bugzilla.redhat.com/show_bug.cgi?id=1454362 external
https://bugzilla.redhat.com/show_bug.cgi?id=1454367 external
https://bugzilla.redhat.com/show_bug.cgi?id=1455074 external
https://bugzilla.redhat.com/show_bug.cgi?id=1457662 external
https://bugzilla.redhat.com/show_bug.cgi?id=1459906 external
https://bugzilla.redhat.com/show_bug.cgi?id=1459945 external
https://bugzilla.redhat.com/show_bug.cgi?id=1460119 external
https://bugzilla.redhat.com/show_bug.cgi?id=1460595 external
https://bugzilla.redhat.com/show_bug.cgi?id=1460848 external
https://bugzilla.redhat.com/show_bug.cgi?id=1462145 external
https://bugzilla.redhat.com/show_bug.cgi?id=1463172 external
https://bugzilla.redhat.com/show_bug.cgi?id=1464908 external
https://bugzilla.redhat.com/show_bug.cgi?id=1465799 external
https://bugzilla.redhat.com/show_bug.cgi?id=1468260 external
https://bugzilla.redhat.com/show_bug.cgi?id=1470634 external
https://bugzilla.redhat.com/show_bug.cgi?id=1472756 external
https://bugzilla.redhat.com/show_bug.cgi?id=1474464 external
https://bugzilla.redhat.com/show_bug.cgi?id=1475634 external
https://bugzilla.redhat.com/show_bug.cgi?id=1476121 external
https://bugzilla.redhat.com/show_bug.cgi?id=1481593 external
https://bugzilla.redhat.com/show_bug.cgi?id=1482478 external
https://bugzilla.redhat.com/show_bug.cgi?id=1486400 external
https://bugzilla.redhat.com/show_bug.cgi?id=1486560 external
https://bugzilla.redhat.com/show_bug.cgi?id=1486588 external
https://bugzilla.redhat.com/show_bug.cgi?id=1489670 external
https://bugzilla.redhat.com/show_bug.cgi?id=1489800 external
https://bugzilla.redhat.com/show_bug.cgi?id=1491909 external
https://bugzilla.redhat.com/show_bug.cgi?id=1492178 external
https://bugzilla.redhat.com/show_bug.cgi?id=1492295 external
https://bugzilla.redhat.com/show_bug.cgi?id=1495090 external
https://bugzilla.redhat.com/show_bug.cgi?id=1495456 external
https://bugzilla.redhat.com/show_bug.cgi?id=1496879 external
https://bugzilla.redhat.com/show_bug.cgi?id=1497120 external
https://bugzilla.redhat.com/show_bug.cgi?id=1497137 external
https://bugzilla.redhat.com/show_bug.cgi?id=1497740 external
https://bugzilla.redhat.com/show_bug.cgi?id=1498042 external
https://bugzilla.redhat.com/show_bug.cgi?id=1498496 external
https://bugzilla.redhat.com/show_bug.cgi?id=1498754 external
https://bugzilla.redhat.com/show_bug.cgi?id=1498817 external
https://bugzilla.redhat.com/show_bug.cgi?id=1498865 external
https://bugzilla.redhat.com/show_bug.cgi?id=1499011 external
https://bugzilla.redhat.com/show_bug.cgi?id=1499647 external
https://bugzilla.redhat.com/show_bug.cgi?id=1500181 external
https://bugzilla.redhat.com/show_bug.cgi?id=1500334 external
https://bugzilla.redhat.com/show_bug.cgi?id=1501240 external
https://bugzilla.redhat.com/show_bug.cgi?id=1501337 external
https://bugzilla.redhat.com/show_bug.cgi?id=1501468 external
https://bugzilla.redhat.com/show_bug.cgi?id=1502949 external
https://bugzilla.redhat.com/show_bug.cgi?id=1505654 external
https://bugzilla.redhat.com/show_bug.cgi?id=1505696 external
https://bugzilla.redhat.com/show_bug.cgi?id=1505701 external
https://bugzilla.redhat.com/show_bug.cgi?id=1506151 external
https://bugzilla.redhat.com/show_bug.cgi?id=1506531 external
https://bugzilla.redhat.com/show_bug.cgi?id=1506882 external
https://bugzilla.redhat.com/show_bug.cgi?id=1507693 external
https://bugzilla.redhat.com/show_bug.cgi?id=1508271 external
https://bugzilla.redhat.com/show_bug.cgi?id=1508799 external
https://bugzilla.redhat.com/show_bug.cgi?id=1508886 external
https://bugzilla.redhat.com/show_bug.cgi?id=1510809 external
https://bugzilla.redhat.com/show_bug.cgi?id=1511312 external
https://bugzilla.redhat.com/show_bug.cgi?id=1513870 external
https://bugzilla.redhat.com/show_bug.cgi?id=1515173 external
https://bugzilla.redhat.com/show_bug.cgi?id=1515393 external
https://bugzilla.redhat.com/show_bug.cgi?id=1515604 external
https://bugzilla.redhat.com/show_bug.cgi?id=1516922 external
https://bugzilla.redhat.com/show_bug.cgi?id=1516925 external
https://bugzilla.redhat.com/show_bug.cgi?id=1517144 external
https://bugzilla.redhat.com/show_bug.cgi?id=1518482 external
https://bugzilla.redhat.com/show_bug.cgi?id=1518649 external
https://bugzilla.redhat.com/show_bug.cgi?id=1519721 external
https://bugzilla.redhat.com/show_bug.cgi?id=1520294 external
https://bugzilla.redhat.com/show_bug.cgi?id=1520824 external
https://bugzilla.redhat.com/show_bug.cgi?id=1523414 external
https://bugzilla.redhat.com/show_bug.cgi?id=1525195 external
https://bugzilla.redhat.com/show_bug.cgi?id=1525324 external
https://bugzilla.redhat.com/show_bug.cgi?id=1525868 external
https://bugzilla.redhat.com/show_bug.cgi?id=1526212 external
https://bugzilla.redhat.com/show_bug.cgi?id=1526423 external
https://bugzilla.redhat.com/show_bug.cgi?id=1528173 external
https://bugzilla.redhat.com/show_bug.cgi?id=1529053 external
https://bugzilla.redhat.com/show_bug.cgi?id=1529243 external
https://bugzilla.redhat.com/show_bug.cgi?id=1529676 external
https://bugzilla.redhat.com/show_bug.cgi?id=1530356 external
https://bugzilla.redhat.com/show_bug.cgi?id=1534491 external
https://bugzilla.redhat.com/show_bug.cgi?id=1535752 external
https://bugzilla.redhat.com/show_bug.cgi?id=1535992 external
https://bugzilla.redhat.com/show_bug.cgi?id=1538494 external
https://bugzilla.redhat.com/show_bug.cgi?id=1538953 external
https://bugzilla.redhat.com/show_bug.cgi?id=1540003 external
https://bugzilla.redhat.com/show_bug.cgi?id=1540182 external
https://bugzilla.redhat.com/show_bug.cgi?id=1542045 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2017-13672 self
https://bugzilla.redhat.com/show_bug.cgi?id=1486560 external
https://www.cve.org/CVERecord?id=CVE-2017-13672 external
https://nvd.nist.gov/vuln/detail/CVE-2017-13672 external
https://access.redhat.com/security/cve/CVE-2017-13673 self
https://bugzilla.redhat.com/show_bug.cgi?id=1486588 external
https://www.cve.org/CVERecord?id=CVE-2017-13673 external
https://nvd.nist.gov/vuln/detail/CVE-2017-13673 external
https://access.redhat.com/security/cve/CVE-2017-13711 self
https://bugzilla.redhat.com/show_bug.cgi?id=1486400 external
https://www.cve.org/CVERecord?id=CVE-2017-13711 external
https://nvd.nist.gov/vuln/detail/CVE-2017-13711 external
https://access.redhat.com/security/cve/CVE-2017-15118 self
https://bugzilla.redhat.com/show_bug.cgi?id=1516922 external
https://www.cve.org/CVERecord?id=CVE-2017-15118 external
https://nvd.nist.gov/vuln/detail/CVE-2017-15118 external
https://access.redhat.com/security/cve/CVE-2017-15119 self
https://bugzilla.redhat.com/show_bug.cgi?id=1516925 external
https://www.cve.org/CVERecord?id=CVE-2017-15119 external
https://nvd.nist.gov/vuln/detail/CVE-2017-15119 external
https://access.redhat.com/security/cve/CVE-2017-15124 self
https://bugzilla.redhat.com/show_bug.cgi?id=1525195 external
https://www.cve.org/CVERecord?id=CVE-2017-15124 external
https://nvd.nist.gov/vuln/detail/CVE-2017-15124 external
https://access.redhat.com/security/cve/CVE-2017-15268 self
https://bugzilla.redhat.com/show_bug.cgi?id=1496879 external
https://www.cve.org/CVERecord?id=CVE-2017-15268 external
https://nvd.nist.gov/vuln/detail/CVE-2017-15268 external
https://access.redhat.com/security/cve/CVE-2018-5683 self
https://bugzilla.redhat.com/show_bug.cgi?id=1530356 external
https://www.cve.org/CVERecord?id=CVE-2018-5683 external
https://nvd.nist.gov/vuln/detail/CVE-2018-5683 external
Acknowledgments
David Buchanan
Tencent.com Wjjzhang
Red Hat Eric Blake
Red Hat Daniel Berrange
Jiang Xin Lin ZheCheng

{
  "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": "An update for qemu-kvm-rhev is now available for Red Hat Virtualization 4 for Red Hat Enterprise Linux 7.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "KVM (Kernel-based Virtual Machine) is a full virtualization solution for Linux on a variety of architectures. The qemu-kvm-rhev packages provide the user-space component for running virtual machines that use KVM in environments managed by Red Hat products.\n\nThe following packages have been upgraded to a later upstream version: qemu-kvm-rhev (2.10.0). (BZ#1470749)\n\nSecurity Fix(es):\n\n* Qemu: stack buffer overflow in NBD server triggered via long export name (CVE-2017-15118)\n\n* Qemu: DoS via large option request (CVE-2017-15119)\n\n* Qemu: vga: OOB read access during display update (CVE-2017-13672)\n\n* Qemu: vga: reachable assert failure during display update (CVE-2017-13673)\n\n* Qemu: Slirp: use-after-free when sending response (CVE-2017-13711)\n\n* Qemu: memory exhaustion through framebuffer update request message in VNC server (CVE-2017-15124)\n\n* Qemu: I/O: potential memory exhaustion via websock connection to VNC (CVE-2017-15268)\n\n* Qemu: Out-of-bounds read in vga_draw_text routine (CVE-2018-5683)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nRed Hat would like to thank David Buchanan for reporting CVE-2017-13672 and CVE-2017-13673; Wjjzhang (Tencent.com) for reporting CVE-2017-13711; and Jiang Xin and Lin ZheCheng for reporting CVE-2018-5683. The CVE-2017-15118 and CVE-2017-15119 issues were discovered by Eric Blake (Red Hat) and the CVE-2017-15124 issue was discovered by Daniel Berrange (Red Hat).",
        "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-2018:1104",
        "url": "https://access.redhat.com/errata/RHSA-2018:1104"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "1139507",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1139507"
      },
      {
        "category": "external",
        "summary": "1178472",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1178472"
      },
      {
        "category": "external",
        "summary": "1212715",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1212715"
      },
      {
        "category": "external",
        "summary": "1213786",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1213786"
      },
      {
        "category": "external",
        "summary": "1285044",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1285044"
      },
      {
        "category": "external",
        "summary": "1305398",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1305398"
      },
      {
        "category": "external",
        "summary": "1320114",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1320114"
      },
      {
        "category": "external",
        "summary": "1344299",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1344299"
      },
      {
        "category": "external",
        "summary": "1372583",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1372583"
      },
      {
        "category": "external",
        "summary": "1378241",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1378241"
      },
      {
        "category": "external",
        "summary": "1390346",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1390346"
      },
      {
        "category": "external",
        "summary": "1390348",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1390348"
      },
      {
        "category": "external",
        "summary": "1398633",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1398633"
      },
      {
        "category": "external",
        "summary": "1406803",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1406803"
      },
      {
        "category": "external",
        "summary": "1414049",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1414049"
      },
      {
        "category": "external",
        "summary": "1433670",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1433670"
      },
      {
        "category": "external",
        "summary": "1434321",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1434321"
      },
      {
        "category": "external",
        "summary": "1437113",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1437113"
      },
      {
        "category": "external",
        "summary": "1441460",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1441460"
      },
      {
        "category": "external",
        "summary": "1441684",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1441684"
      },
      {
        "category": "external",
        "summary": "1441938",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1441938"
      },
      {
        "category": "external",
        "summary": "1443877",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1443877"
      },
      {
        "category": "external",
        "summary": "1445834",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1445834"
      },
      {
        "category": "external",
        "summary": "1446565",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1446565"
      },
      {
        "category": "external",
        "summary": "1447258",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1447258"
      },
      {
        "category": "external",
        "summary": "1447413",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1447413"
      },
      {
        "category": "external",
        "summary": "1448344",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1448344"
      },
      {
        "category": "external",
        "summary": "1449067",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1449067"
      },
      {
        "category": "external",
        "summary": "1449609",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1449609"
      },
      {
        "category": "external",
        "summary": "1449991",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1449991"
      },
      {
        "category": "external",
        "summary": "1451015",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1451015"
      },
      {
        "category": "external",
        "summary": "1451189",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1451189"
      },
      {
        "category": "external",
        "summary": "1451269",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1451269"
      },
      {
        "category": "external",
        "summary": "1453167",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1453167"
      },
      {
        "category": "external",
        "summary": "1454362",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1454362"
      },
      {
        "category": "external",
        "summary": "1454367",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1454367"
      },
      {
        "category": "external",
        "summary": "1455074",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1455074"
      },
      {
        "category": "external",
        "summary": "1457662",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1457662"
      },
      {
        "category": "external",
        "summary": "1459906",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1459906"
      },
      {
        "category": "external",
        "summary": "1459945",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1459945"
      },
      {
        "category": "external",
        "summary": "1460119",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1460119"
      },
      {
        "category": "external",
        "summary": "1460595",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1460595"
      },
      {
        "category": "external",
        "summary": "1460848",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1460848"
      },
      {
        "category": "external",
        "summary": "1462145",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1462145"
      },
      {
        "category": "external",
        "summary": "1463172",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1463172"
      },
      {
        "category": "external",
        "summary": "1464908",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1464908"
      },
      {
        "category": "external",
        "summary": "1465799",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1465799"
      },
      {
        "category": "external",
        "summary": "1468260",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1468260"
      },
      {
        "category": "external",
        "summary": "1470634",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1470634"
      },
      {
        "category": "external",
        "summary": "1472756",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1472756"
      },
      {
        "category": "external",
        "summary": "1474464",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1474464"
      },
      {
        "category": "external",
        "summary": "1475634",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1475634"
      },
      {
        "category": "external",
        "summary": "1476121",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1476121"
      },
      {
        "category": "external",
        "summary": "1481593",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1481593"
      },
      {
        "category": "external",
        "summary": "1482478",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1482478"
      },
      {
        "category": "external",
        "summary": "1486400",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1486400"
      },
      {
        "category": "external",
        "summary": "1486560",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1486560"
      },
      {
        "category": "external",
        "summary": "1486588",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1486588"
      },
      {
        "category": "external",
        "summary": "1489670",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1489670"
      },
      {
        "category": "external",
        "summary": "1489800",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1489800"
      },
      {
        "category": "external",
        "summary": "1491909",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1491909"
      },
      {
        "category": "external",
        "summary": "1492178",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1492178"
      },
      {
        "category": "external",
        "summary": "1492295",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1492295"
      },
      {
        "category": "external",
        "summary": "1495090",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1495090"
      },
      {
        "category": "external",
        "summary": "1495456",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1495456"
      },
      {
        "category": "external",
        "summary": "1496879",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1496879"
      },
      {
        "category": "external",
        "summary": "1497120",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1497120"
      },
      {
        "category": "external",
        "summary": "1497137",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1497137"
      },
      {
        "category": "external",
        "summary": "1497740",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1497740"
      },
      {
        "category": "external",
        "summary": "1498042",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498042"
      },
      {
        "category": "external",
        "summary": "1498496",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498496"
      },
      {
        "category": "external",
        "summary": "1498754",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498754"
      },
      {
        "category": "external",
        "summary": "1498817",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498817"
      },
      {
        "category": "external",
        "summary": "1498865",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1498865"
      },
      {
        "category": "external",
        "summary": "1499011",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1499011"
      },
      {
        "category": "external",
        "summary": "1499647",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1499647"
      },
      {
        "category": "external",
        "summary": "1500181",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1500181"
      },
      {
        "category": "external",
        "summary": "1500334",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1500334"
      },
      {
        "category": "external",
        "summary": "1501240",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1501240"
      },
      {
        "category": "external",
        "summary": "1501337",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1501337"
      },
      {
        "category": "external",
        "summary": "1501468",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1501468"
      },
      {
        "category": "external",
        "summary": "1502949",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1502949"
      },
      {
        "category": "external",
        "summary": "1505654",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505654"
      },
      {
        "category": "external",
        "summary": "1505696",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505696"
      },
      {
        "category": "external",
        "summary": "1505701",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1505701"
      },
      {
        "category": "external",
        "summary": "1506151",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1506151"
      },
      {
        "category": "external",
        "summary": "1506531",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1506531"
      },
      {
        "category": "external",
        "summary": "1506882",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1506882"
      },
      {
        "category": "external",
        "summary": "1507693",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1507693"
      },
      {
        "category": "external",
        "summary": "1508271",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508271"
      },
      {
        "category": "external",
        "summary": "1508799",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508799"
      },
      {
        "category": "external",
        "summary": "1508886",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1508886"
      },
      {
        "category": "external",
        "summary": "1510809",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1510809"
      },
      {
        "category": "external",
        "summary": "1511312",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1511312"
      },
      {
        "category": "external",
        "summary": "1513870",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1513870"
      },
      {
        "category": "external",
        "summary": "1515173",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1515173"
      },
      {
        "category": "external",
        "summary": "1515393",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1515393"
      },
      {
        "category": "external",
        "summary": "1515604",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1515604"
      },
      {
        "category": "external",
        "summary": "1516922",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1516922"
      },
      {
        "category": "external",
        "summary": "1516925",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1516925"
      },
      {
        "category": "external",
        "summary": "1517144",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1517144"
      },
      {
        "category": "external",
        "summary": "1518482",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1518482"
      },
      {
        "category": "external",
        "summary": "1518649",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1518649"
      },
      {
        "category": "external",
        "summary": "1519721",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1519721"
      },
      {
        "category": "external",
        "summary": "1520294",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1520294"
      },
      {
        "category": "external",
        "summary": "1520824",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1520824"
      },
      {
        "category": "external",
        "summary": "1523414",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1523414"
      },
      {
        "category": "external",
        "summary": "1525195",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1525195"
      },
      {
        "category": "external",
        "summary": "1525324",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1525324"
      },
      {
        "category": "external",
        "summary": "1525868",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1525868"
      },
      {
        "category": "external",
        "summary": "1526212",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1526212"
      },
      {
        "category": "external",
        "summary": "1526423",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1526423"
      },
      {
        "category": "external",
        "summary": "1528173",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1528173"
      },
      {
        "category": "external",
        "summary": "1529053",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1529053"
      },
      {
        "category": "external",
        "summary": "1529243",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1529243"
      },
      {
        "category": "external",
        "summary": "1529676",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1529676"
      },
      {
        "category": "external",
        "summary": "1530356",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1530356"
      },
      {
        "category": "external",
        "summary": "1534491",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1534491"
      },
      {
        "category": "external",
        "summary": "1535752",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1535752"
      },
      {
        "category": "external",
        "summary": "1535992",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1535992"
      },
      {
        "category": "external",
        "summary": "1538494",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1538494"
      },
      {
        "category": "external",
        "summary": "1538953",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1538953"
      },
      {
        "category": "external",
        "summary": "1540003",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1540003"
      },
      {
        "category": "external",
        "summary": "1540182",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1540182"
      },
      {
        "category": "external",
        "summary": "1542045",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1542045"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_1104.json"
      }
    ],
    "title": "Red Hat Security Advisory: qemu-kvm-rhev security, bug fix, and enhancement update",
    "tracking": {
      "current_release_date": "2024-11-15T02:07:06+00:00",
      "generator": {
        "date": "2024-11-15T02:07:06+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.2.1"
        }
      },
      "id": "RHSA-2018:1104",
      "initial_release_date": "2018-04-10T18:54:38+00:00",
      "revision_history": [
        {
          "date": "2018-04-10T18:54:38+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2018-04-10T18:54:38+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2024-11-15T02:07:06+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
                "product": {
                  "name": "Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
                  "product_id": "7Server-RHEV-4-Agents-7",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:enterprise_linux:7::hypervisor"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Virtualization"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "qemu-img-rhev-10:2.10.0-21.el7.x86_64",
                "product": {
                  "name": "qemu-img-rhev-10:2.10.0-21.el7.x86_64",
                  "product_id": "qemu-img-rhev-10:2.10.0-21.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-img-rhev@2.10.0-21.el7?arch=x86_64\u0026epoch=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64",
                "product": {
                  "name": "qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64",
                  "product_id": "qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-kvm-tools-rhev@2.10.0-21.el7?arch=x86_64\u0026epoch=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
                "product": {
                  "name": "qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
                  "product_id": "qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-kvm-common-rhev@2.10.0-21.el7?arch=x86_64\u0026epoch=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
                "product": {
                  "name": "qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
                  "product_id": "qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-kvm-rhev-debuginfo@2.10.0-21.el7?arch=x86_64\u0026epoch=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
                "product": {
                  "name": "qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
                  "product_id": "qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-kvm-rhev@2.10.0-21.el7?arch=x86_64\u0026epoch=10"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
                "product": {
                  "name": "qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
                  "product_id": "qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-img-rhev@2.10.0-21.el7?arch=ppc64le\u0026epoch=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
                "product": {
                  "name": "qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
                  "product_id": "qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-kvm-tools-rhev@2.10.0-21.el7?arch=ppc64le\u0026epoch=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
                "product": {
                  "name": "qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
                  "product_id": "qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-kvm-common-rhev@2.10.0-21.el7?arch=ppc64le\u0026epoch=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
                "product": {
                  "name": "qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
                  "product_id": "qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-kvm-rhev-debuginfo@2.10.0-21.el7?arch=ppc64le\u0026epoch=10"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
                "product": {
                  "name": "qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
                  "product_id": "qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-kvm-rhev@2.10.0-21.el7?arch=ppc64le\u0026epoch=10"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "qemu-kvm-rhev-10:2.10.0-21.el7.src",
                "product": {
                  "name": "qemu-kvm-rhev-10:2.10.0-21.el7.src",
                  "product_id": "qemu-kvm-rhev-10:2.10.0-21.el7.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/qemu-kvm-rhev@2.10.0-21.el7?arch=src\u0026epoch=10"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-img-rhev-10:2.10.0-21.el7.ppc64le as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le"
        },
        "product_reference": "qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-img-rhev-10:2.10.0-21.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64"
        },
        "product_reference": "qemu-img-rhev-10:2.10.0-21.el7.x86_64",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le"
        },
        "product_reference": "qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64"
        },
        "product_reference": "qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le"
        },
        "product_reference": "qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-kvm-rhev-10:2.10.0-21.el7.src as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src"
        },
        "product_reference": "qemu-kvm-rhev-10:2.10.0-21.el7.src",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-kvm-rhev-10:2.10.0-21.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64"
        },
        "product_reference": "qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le"
        },
        "product_reference": "qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64"
        },
        "product_reference": "qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le"
        },
        "product_reference": "qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64 as a component of Red Hat Virtualization 4 Management Agent for RHEL 7 Hosts",
          "product_id": "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
        },
        "product_reference": "qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64",
        "relates_to_product_reference": "7Server-RHEV-4-Agents-7"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "David Buchanan"
          ]
        }
      ],
      "cve": "CVE-2017-13672",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "discovery_date": "2017-08-04T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1486560"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An out-of-bounds read access issue was found in the VGA display emulator built into the Quick emulator (QEMU). It could occur while reading VGA memory to update graphics display. A privileged user/process inside guest could use this flaw to crash the QEMU process on the host resulting in denial of service situation.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "QEMU: vga: OOB read access during display update",
          "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": [
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-13672"
        },
        {
          "category": "external",
          "summary": "RHBZ#1486560",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1486560"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-13672",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-13672"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-13672",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-13672"
        }
      ],
      "release_date": "2017-08-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-04-10T18:54:38+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect.",
          "product_ids": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:1104"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "ADJACENT_NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 2.3,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:A/AC:M/Au:S/C:N/I:N/A:P",
            "version": "2.0"
          },
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 3.0,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:A/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "QEMU: vga: OOB read access during display update"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "David Buchanan"
          ]
        }
      ],
      "cve": "CVE-2017-13673",
      "cwe": {
        "id": "CWE-617",
        "name": "Reachable Assertion"
      },
      "discovery_date": "2017-08-04T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1486588"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An assert failure issue was found in the VGA display emulator built into the Quick emulator (QEMU). It could occur while updating graphics display, due to miscalculating region for dirty bitmap snapshot in split screen mode. A privileged user/process inside guest could use this flaw to crash the QEMU process on the host resulting in denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "QEMU: VGA: reachable assert failure during display update",
          "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": [
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-13673"
        },
        {
          "category": "external",
          "summary": "RHBZ#1486588",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1486588"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-13673",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-13673"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-13673",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-13673"
        }
      ],
      "release_date": "2017-08-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-04-10T18:54:38+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect.",
          "product_ids": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:1104"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "ADJACENT_NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 2.3,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:A/AC:M/Au:S/C:N/I:N/A:P",
            "version": "2.0"
          },
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 3.0,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:A/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "QEMU: VGA: reachable assert failure during display update"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Wjjzhang"
          ],
          "organization": "Tencent.com"
        }
      ],
      "cve": "CVE-2017-13711",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2017-06-19T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1486400"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free issue was found in the Slirp networking implementation of the Quick emulator (QEMU). It occurs when a Socket referenced from multiple packets is freed while responding to a message. A user/process could use this flaw to crash the QEMU process on the host resulting in denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "QEMU: Slirp: use-after-free when sending response",
          "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": [
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-13711"
        },
        {
          "category": "external",
          "summary": "RHBZ#1486400",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1486400"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-13711",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-13711"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-13711",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-13711"
        }
      ],
      "release_date": "2017-08-03T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-04-10T18:54:38+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect.",
          "product_ids": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:1104"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "ADJACENT_NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 2.9,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:A/AC:M/Au:N/C:N/I:N/A:P",
            "version": "2.0"
          },
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 3.4,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "QEMU: Slirp: use-after-free when sending response"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Eric Blake"
          ],
          "organization": "Red Hat",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2017-15118",
      "cwe": {
        "id": "CWE-121",
        "name": "Stack-based Buffer Overflow"
      },
      "discovery_date": "2017-11-23T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1516922"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A stack-based buffer overflow vulnerability was found in NBD server implementation in qemu allowing a client to request an export name of size up to 4096 bytes, which in fact should be limited to 256 bytes, allowing causing an out-of-bounds stack write in the qemu process. If NBD server requires TLS, the attacker cannot trigger the buffer overflow without first successfully negotiating TLS.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Qemu: stack buffer overflow in NBD server triggered via long export name",
          "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": [
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-15118"
        },
        {
          "category": "external",
          "summary": "RHBZ#1516922",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1516922"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15118",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-15118"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15118",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15118"
        }
      ],
      "release_date": "2017-11-28T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-04-10T18:54:38+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect.",
          "product_ids": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:1104"
        }
      ],
      "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"
          },
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 8.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Qemu: stack buffer overflow in NBD server triggered via long export name"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Eric Blake"
          ],
          "organization": "Red Hat",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2017-15119",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "discovery_date": "2017-11-23T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1516925"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "The Network Block Device (NBD) server in Quick Emulator (QEMU), is vulnerable to a denial of service issue. It could occur if a client sent large option requests, making the server waste CPU time on reading up to 4GB per request. A client could use this flaw to keep the NBD server from serving other requests, resulting in DoS.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "qemu: DoS via large option request",
          "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": [
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-15119"
        },
        {
          "category": "external",
          "summary": "RHBZ#1516925",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1516925"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15119",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-15119"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15119",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15119"
        }
      ],
      "release_date": "2017-11-28T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-04-10T18:54:38+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect.",
          "product_ids": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:1104"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "NETWORK",
            "authentication": "NONE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 4.3,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
            "version": "2.0"
          },
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.8,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "qemu: DoS via large option request"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Daniel Berrange"
          ],
          "organization": "Red Hat",
          "summary": "This issue was discovered by Red Hat."
        }
      ],
      "cve": "CVE-2017-15124",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2017-12-11T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1525195"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "VNC server implementation in Quick Emulator (QEMU) was found to be vulnerable to an unbounded memory allocation issue, as it did not throttle the framebuffer updates sent to its client. If the client did not consume these updates, VNC server allocates growing memory to hold onto this data. A malicious remote VNC client could use this flaw to cause DoS to the server host.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Qemu: memory exhaustion through framebuffer update request message in VNC server",
          "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": [
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-15124"
        },
        {
          "category": "external",
          "summary": "RHBZ#1525195",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1525195"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15124",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-15124"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15124",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15124"
        }
      ],
      "release_date": "2017-12-18T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-04-10T18:54:38+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect.",
          "product_ids": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:1104"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "HIGH",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 2.1,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:H/Au:S/C:N/I:N/A:P",
            "version": "2.0"
          },
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 3.5,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "Qemu: memory exhaustion through framebuffer update request message in VNC server"
    },
    {
      "cve": "CVE-2017-15268",
      "cwe": {
        "id": "CWE-400",
        "name": "Uncontrolled Resource Consumption"
      },
      "discovery_date": "2017-09-28T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1496879"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A memory leakage issue was found in the I/O channels websockets implementation of the Quick Emulator (QEMU). It could occur while sending screen updates to a client, which is slow to read and process them further. A privileged guest user could use this flaw to cause a denial of service on the host and/or potentially crash the QEMU process instance on the host.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "QEMU: I/O: potential memory exhaustion via websock connection to VNC",
          "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": [
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2017-15268"
        },
        {
          "category": "external",
          "summary": "RHBZ#1496879",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1496879"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2017-15268",
          "url": "https://www.cve.org/CVERecord?id=CVE-2017-15268"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15268",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15268"
        }
      ],
      "release_date": "2017-09-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-04-10T18:54:38+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect.",
          "product_ids": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:1104"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "HIGH",
            "accessVector": "NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 2.1,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:N/AC:H/Au:S/C:N/I:N/A:P",
            "version": "2.0"
          },
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 3.0,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "HIGH",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:N/AC:H/PR:H/UI:N/S:C/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "QEMU: I/O: potential memory exhaustion via websock connection to VNC"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Jiang Xin",
            "Lin ZheCheng"
          ]
        }
      ],
      "cve": "CVE-2018-5683",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "discovery_date": "2017-12-28T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1530356"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An out-of-bounds read access issue was found in the VGA emulator of QEMU. It could occur in vga_draw_text routine, while updating display area for a vnc client. A privileged user inside a guest could use this flaw to crash the QEMU process resulting in DoS.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Qemu: Out-of-bounds read in vga_draw_text routine",
          "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": [
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
          "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2018-5683"
        },
        {
          "category": "external",
          "summary": "RHBZ#1530356",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1530356"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2018-5683",
          "url": "https://www.cve.org/CVERecord?id=CVE-2018-5683"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-5683",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-5683"
        }
      ],
      "release_date": "2017-12-25T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2018-04-10T18:54:38+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing this update, shut down all running virtual machines. Once all virtual machines have shut down, start them again for this update to take effect.",
          "product_ids": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2018:1104"
        }
      ],
      "scores": [
        {
          "cvss_v2": {
            "accessComplexity": "MEDIUM",
            "accessVector": "ADJACENT_NETWORK",
            "authentication": "SINGLE",
            "availabilityImpact": "PARTIAL",
            "baseScore": 2.3,
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "vectorString": "AV:A/AC:M/Au:S/C:N/I:N/A:P",
            "version": "2.0"
          },
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 3.0,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.0/AV:A/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-img-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-common-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.src",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-rhev-debuginfo-10:2.10.0-21.el7.x86_64",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.ppc64le",
            "7Server-RHEV-4-Agents-7:qemu-kvm-tools-rhev-10:2.10.0-21.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "Qemu: Out-of-bounds read in vga_draw_text routine"
    }
  ]
}


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 observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…