GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

SUSE-SU-2017:1742-1

Vulnerability from csaf_suse - Published: 2017-06-30 13:36 - Updated: 2017-06-30 13:36
Summary
Security update for xen
Severity
Important
Notes
Title of the patch: Security update for xen
Description of the patch: This update for xen fixes several issues. These security issues were fixed: - Page transfer might have allowed PV guest to elevate privilege (XSA-217, bsc#1042882) - Races in the grant table unmap code allowed for informations leaks and potentially privilege escalation (XSA-218, bsc#1042893) - Insufficient reference counts during shadow emulation allowed a malicious pair of guest to elevate their privileges to the privileges that XEN runs under (XSA-219, bsc#1042915) - Missing NULL pointer check in event channel poll allows guests to DoS the host (XSA-221, bsc#1042924) - Stale P2M mappings due to insufficient error checking allowed malicious guest to leak information or elevate privileges (XSA-222, bsc#1042931) - Grant table operations mishandled reference counts allowing malicious guests to escape (XSA-224, bsc#1042938) - CVE-2017-9330: USB OHCI Emulation in qemu allowed local guest OS users to cause a denial of service (infinite loop) by leveraging an incorrect return value (bsc#1042160) - CVE-2017-8309: Memory leak in the audio/audio.c allowed remote attackers to cause a denial of service (memory consumption) by repeatedly starting and stopping audio capture (bsc#1037243) - PKRU and BND* leakage between vCPU-s might have leaked information to other guests (XSA-220, bsc#1042923) These non-security issues were fixed: - bsc#1027519: Included various upstream patches - bsc#1035642: Ensure that rpmbuild works
Patchnames: SUSE-SLE-DESKTOP-12-SP2-2017-1087,SUSE-SLE-SDK-12-SP2-2017-1087,SUSE-SLE-SERVER-12-SP2-2017-1087
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: SUSE Linux Enterprise Desktop 12 SP2:xen-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Desktop 12 SP2:xen-libs-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP2:xen-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP2:xen-libs-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP2:xen-tools-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.x86_64
Vendor Fix
Threats
Impact low
Affected products
Recommended 17 products, the same list as for CVE-2017-8309
Threats
Impact low

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for xen",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "This update for xen fixes several issues.\n\nThese security issues were fixed:\n\n- Page transfer might have allowed PV guest to elevate privilege (XSA-217, bsc#1042882)\n- Races in the grant table unmap code allowed for informations leaks and potentially privilege escalation (XSA-218, bsc#1042893)\n- Insufficient reference counts during shadow emulation allowed a malicious pair of guest to elevate their privileges to the privileges that XEN runs under (XSA-219, bsc#1042915)\n- Missing NULL pointer check in event channel poll allows guests to DoS the host (XSA-221, bsc#1042924)\n- Stale P2M mappings due to insufficient error checking allowed malicious guest to leak information or elevate privileges (XSA-222, bsc#1042931)\n- Grant table operations mishandled reference counts allowing malicious guests to escape (XSA-224, bsc#1042938)\n- CVE-2017-9330: USB OHCI Emulation in qemu allowed local guest OS users to cause a denial of service (infinite loop) by leveraging an incorrect return value (bsc#1042160)\n- CVE-2017-8309: Memory leak in the audio/audio.c allowed remote attackers to cause a denial of service (memory consumption) by repeatedly starting and stopping audio capture (bsc#1037243)\n- PKRU and BND* leakage between vCPU-s might have leaked information to other guests (XSA-220, bsc#1042923)\n\nThese non-security issues were fixed:\n\n- bsc#1027519: Included various upstream patches \n- bsc#1035642: Ensure that rpmbuild works\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-SLE-DESKTOP-12-SP2-2017-1087,SUSE-SLE-SDK-12-SP2-2017-1087,SUSE-SLE-SERVER-12-SP2-2017-1087",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2017_1742-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2017:1742-1",
        "url": "https://www.suse.com/support/update/announcement/2017/suse-su-20171742-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2017:1742-1",
        "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/SMR5V6EH656GKCNXCGNOXX5MUWUMX5AR/#SMR5V6EH656GKCNXCGNOXX5MUWUMX5AR"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1027519",
        "url": "https://bugzilla.suse.com/1027519"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1035642",
        "url": "https://bugzilla.suse.com/1035642"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1037243",
        "url": "https://bugzilla.suse.com/1037243"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1042160",
        "url": "https://bugzilla.suse.com/1042160"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1042882",
        "url": "https://bugzilla.suse.com/1042882"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1042893",
        "url": "https://bugzilla.suse.com/1042893"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1042915",
        "url": "https://bugzilla.suse.com/1042915"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1042923",
        "url": "https://bugzilla.suse.com/1042923"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1042924",
        "url": "https://bugzilla.suse.com/1042924"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1042931",
        "url": "https://bugzilla.suse.com/1042931"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1042938",
        "url": "https://bugzilla.suse.com/1042938"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-8309 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-8309/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2017-9330 page",
        "url": "https://www.suse.com/security/cve/CVE-2017-9330/"
      }
    ],
    "title": "Security update for xen",
    "tracking": {
      "current_release_date": "2017-06-30T13:36:48Z",
      "generator": {
        "date": "2017-06-30T13:36:48Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2017:1742-1",
      "initial_release_date": "2017-06-30T13:36:48Z",
      "revision_history": [
        {
          "date": "2017-06-30T13:36:48Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "xen-devel-4.7.2_06-42.1.aarch64",
                "product": {
                  "name": "xen-devel-4.7.2_06-42.1.aarch64",
                  "product_id": "xen-devel-4.7.2_06-42.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "xen-4.7.2_06-42.1.x86_64",
                "product": {
                  "name": "xen-4.7.2_06-42.1.x86_64",
                  "product_id": "xen-4.7.2_06-42.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "xen-libs-4.7.2_06-42.1.x86_64",
                "product": {
                  "name": "xen-libs-4.7.2_06-42.1.x86_64",
                  "product_id": "xen-libs-4.7.2_06-42.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "xen-libs-32bit-4.7.2_06-42.1.x86_64",
                "product": {
                  "name": "xen-libs-32bit-4.7.2_06-42.1.x86_64",
                  "product_id": "xen-libs-32bit-4.7.2_06-42.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "xen-devel-4.7.2_06-42.1.x86_64",
                "product": {
                  "name": "xen-devel-4.7.2_06-42.1.x86_64",
                  "product_id": "xen-devel-4.7.2_06-42.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "xen-doc-html-4.7.2_06-42.1.x86_64",
                "product": {
                  "name": "xen-doc-html-4.7.2_06-42.1.x86_64",
                  "product_id": "xen-doc-html-4.7.2_06-42.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "xen-tools-4.7.2_06-42.1.x86_64",
                "product": {
                  "name": "xen-tools-4.7.2_06-42.1.x86_64",
                  "product_id": "xen-tools-4.7.2_06-42.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "xen-tools-domU-4.7.2_06-42.1.x86_64",
                "product": {
                  "name": "xen-tools-domU-4.7.2_06-42.1.x86_64",
                  "product_id": "xen-tools-domU-4.7.2_06-42.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Desktop 12 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Desktop 12 SP2",
                  "product_id": "SUSE Linux Enterprise Desktop 12 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sled:12:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Software Development Kit 12 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Software Development Kit 12 SP2",
                  "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-sdk:12:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server 12 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Server 12 SP2",
                  "product_id": "SUSE Linux Enterprise Server 12 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles:12:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
                  "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sles_sap:12:sp2"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP2",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP2:xen-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-libs-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP2",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-libs-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-libs-32bit-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Desktop 12 SP2",
          "product_id": "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-libs-32bit-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Desktop 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-devel-4.7.2_06-42.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP2",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.aarch64"
        },
        "product_reference": "xen-devel-4.7.2_06-42.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-devel-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP2",
          "product_id": "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-devel-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:xen-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-doc-html-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-doc-html-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-libs-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:xen-libs-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-libs-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-libs-32bit-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-libs-32bit-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-tools-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:xen-tools-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-tools-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-tools-domU-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP2",
          "product_id": "SUSE Linux Enterprise Server 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-tools-domU-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-doc-html-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-doc-html-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-libs-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-libs-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-libs-32bit-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-libs-32bit-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-tools-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-tools-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "xen-tools-domU-4.7.2_06-42.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP2",
          "product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64"
        },
        "product_reference": "xen-tools-domU-4.7.2_06-42.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP2"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2017-8309",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-8309"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Memory leak in the audio/audio.c in QEMU (aka Quick Emulator) allows remote attackers to cause a denial of service (memory consumption) by repeatedly starting and stopping audio capture.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP2:xen-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-8309",
          "url": "https://www.suse.com/security/cve/CVE-2017-8309"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1037242 for CVE-2017-8309",
          "url": "https://bugzilla.suse.com/1037242"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1037243 for CVE-2017-8309",
          "url": "https://bugzilla.suse.com/1037243"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1178658 for CVE-2017-8309",
          "url": "https://bugzilla.suse.com/1178658"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2017-06-30T13:36:48Z",
          "details": "low"
        }
      ],
      "title": "CVE-2017-8309"
    },
    {
      "cve": "CVE-2017-9330",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2017-9330"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "QEMU (aka Quick Emulator) before 2.9.0, when built with the USB OHCI Emulation support, allows local guest OS users to cause a denial of service (infinite loop) by leveraging an incorrect return value, a different vulnerability than CVE-2017-6505.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Desktop 12 SP2:xen-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
          "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.aarch64",
          "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2017-9330",
          "url": "https://www.suse.com/security/cve/CVE-2017-9330"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1042159 for CVE-2017-9330",
          "url": "https://bugzilla.suse.com/1042159"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1042160 for CVE-2017-9330",
          "url": "https://bugzilla.suse.com/1042160"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1043157 for CVE-2017-9330",
          "url": "https://bugzilla.suse.com/1043157"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1178658 for CVE-2017-9330",
          "url": "https://bugzilla.suse.com/1178658"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Desktop 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 3.8,
            "baseSeverity": "LOW",
            "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:L",
            "version": "3.0"
          },
          "products": [
            "SUSE Linux Enterprise Desktop 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Desktop 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-doc-html-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-32bit-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-libs-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Server for SAP Applications 12 SP2:xen-tools-domU-4.7.2_06-42.1.x86_64",
            "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.aarch64",
            "SUSE Linux Enterprise Software Development Kit 12 SP2:xen-devel-4.7.2_06-42.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2017-06-30T13:36:48Z",
          "details": "low"
        }
      ],
      "title": "CVE-2017-9330"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…