VAR-201511-0294
Vulnerability from variot - Updated: 2025-12-21 20:45The KVM subsystem in the Linux kernel through 4.2.6, and Xen 4.3.x through 4.6.x, allows guest OS users to cause a denial of service (host OS panic or hang) by triggering many #AC (aka Alignment Check) exceptions, related to svm.c and vmx.c. Linux Kernel is prone to a denial-of-service vulnerability. An attacker with a guest account can exploit this issue to cause an infinite loop in the host, denying service to legitimate users.
This update also fixes the following bugs:
-
When doing TSO/GSO in the presence of VLAN headers on a macvtap device, the header offsets were incorrectly calculated. As a consequence, when 2 guests on the same host communicated over a guest configured VLAN, performance dropped to about 1 Mbps. A set of patches has been provided to fix this bug, and network performance with VLAN tags now works with optimal performance. (BZ#1215914)
-
Prior to this update, TSO acceleration features have been removed from the VLAN device which caused that VLAN performance on top of a virtio device was much lower than that of a virtio device itself. This update re-enables TSO acceleration features, and performance of VLAN devices on top of a virtio device has thus been restored. (BZ#1240988)
-
With an IPv6 address on a bond and a slave failover, Unsolicited Neighbor Advertisement (UNA) was previously sent using the link global IPv6 address as source address. The underlying source code has been patched, and, after the failover in bonding, UNA is sent using both the corresponding link IPv6 address and global IPv6 address of bond0 and bond0.vlan. The problem could be seen for example with software mapping or re-mapping hugetlb areas with concurrent threads reading/writing to same areas causing page faults. (BZ#1274597)
-
Previously, VLAN stacked on the macvlan or macvtap device did not work for devices that implement and use VLAN filters. As a consequence, macvtap passthrough mode failed to transfer VLAN packets over the be2net driver. This update implements VLAN ndo calls to the macvlan driver to pass appropriate VLAN tag IDs to lower devices. As a result, macvtap transfers VLAN packets over be2net successfully. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
===================================================================== Red Hat Security Advisory
Synopsis: Important: kernel security and bug fix update Advisory ID: RHSA-2015:2636-01 Product: Red Hat Enterprise Linux Advisory URL: https://rhn.redhat.com/errata/RHSA-2015-2636.html Issue date: 2015-12-15 CVE Names: CVE-2015-2925 CVE-2015-5307 CVE-2015-7613 CVE-2015-7872 CVE-2015-8104 =====================================================================
- Summary:
Updated kernel packages that fix multiple security issues and several bugs are now available for Red Hat Enterprise Linux 6.
Red Hat Product Security has rated this update as having Important security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section.
- Relevant releases/architectures:
Red Hat Enterprise Linux Desktop (v. 6) - i386, noarch, x86_64 Red Hat Enterprise Linux Desktop Optional (v. 6) - i386, x86_64 Red Hat Enterprise Linux HPC Node (v. 6) - noarch, x86_64 Red Hat Enterprise Linux HPC Node Optional (v. 6) - x86_64 Red Hat Enterprise Linux Server (v. 6) - i386, noarch, ppc64, s390x, x86_64 Red Hat Enterprise Linux Server Optional (v. 6) - i386, ppc64, s390x, x86_64 Red Hat Enterprise Linux Workstation (v. 6) - i386, noarch, x86_64 Red Hat Enterprise Linux Workstation Optional (v. 6) - i386, x86_64
-
A flaw was found in the way the Linux kernel's file system implementation handled rename operations in which the source was inside and the destination was outside of a bind mount. A privileged user inside a container could use this flaw to escape the bind mount and, potentially, escalate their privileges on the system. (CVE-2015-2925, Important)
-
It was found that the x86 ISA (Instruction Set Architecture) is prone to a denial of service attack inside a virtualized environment in the form of an infinite loop in the microcode due to the way (sequential) delivering of benign exceptions such as #AC (alignment check exception) and #DB (debug exception) is handled. A privileged user inside a guest could use these flaws to create denial of service conditions on the host kernel. (CVE-2015-5307, CVE-2015-8104, Important)
-
A race condition flaw was found in the way the Linux kernel's IPC subsystem initialized certain fields in an IPC object structure that were later used for permission checking before inserting the object into a globally visible list. A local, unprivileged user could potentially use this flaw to elevate their privileges on the system. (CVE-2015-7613, Important)
-
It was found that the Linux kernel's keys subsystem did not correctly garbage collect uninstantiated keyrings. A local attacker could use this flaw to crash the system or, potentially, escalate their privileges on the system. (CVE-2015-7872, Important)
Red Hat would like to thank Ben Serebrin of Google Inc. for reporting the CVE-2015-5307 issue.
This update also fixes the following bugs:
-
Previously, Human Interface Device (HID) ran a report on an unaligned buffer, which could cause a page fault interrupt and an oops when the end of the report was read. This update fixes this bug by padding the end of the report with extra bytes, so the reading of the report never crosses a page boundary. As a result, a page fault and subsequent oops no longer occur. (BZ#1268203)
-
The NFS client was previously failing to detect a directory loop for some NFS server directory structures. This failure could cause NFS inodes to remain referenced after attempting to unmount the file system, leading to a kernel crash. Loop checks have been added to VFS, which effectively prevents this problem from occurring. (BZ#1272858)
-
Due to a race whereby the nfs_wb_pages_cancel() and nfs_commit_release_pages() calls both removed a request from the nfs_inode struct type, the kernel panicked with negative nfs_inode.npages count. The provided upstream patch performs the required serialization by holding the inode i_lock over the check of PagePrivate and locking the request, thus preventing the race and kernel panic from occurring. (BZ#1273721)
-
Due to incorrect URB_ISO_ASAP semantics, playing an audio file using a USB sound card could previously fail for some hardware configurations. This update fixes the bug, and playing audio from a USB sound card now works as expected. (BZ#1273916)
-
Inside hugetlb, region data structures were protected by a combination of a memory map semaphore and a single hugetlb instance mutex. However, a page-fault scalability improvement backported to the kernel on previous releases removed the single hugetlb instance mutex and introduced a new mutex table, making the locking combination insufficient, leading to possible race windows that could cause corruption and undefined behavior. This update fixes the problem by introducing a required spinlock to the region tracking functions for proper serialization. The problem only affects software using huge pages through hugetlb interface. (BZ#1274599)
All kernel users are advised to upgrade to these updated packages, which contain backported patches to correct these issues. The system must be rebooted for this update to take effect.
- Solution:
Before applying this update, make sure all previously released errata relevant to your system have been applied.
For details on how to apply this update, refer to:
https://access.redhat.com/articles/11258
- Bugs fixed (https://bugzilla.redhat.com/):
1209367 - CVE-2015-2925 Kernel: vfs: Do not allow escaping from bind mounts 1268270 - CVE-2015-7613 kernel: Unauthorized access to IPC objects with SysV shm 1272371 - CVE-2015-7872 kernel: Keyrings crash triggerable by unprivileged user 1277172 - CVE-2015-5307 virt: guest to host DoS by triggering an infinite loop in microcode via #AC exception 1278496 - CVE-2015-8104 virt: guest to host DoS by triggering an infinite loop in microcode via #DB exception
- Package List:
Red Hat Enterprise Linux Desktop (v. 6):
Source: kernel-2.6.32-573.12.1.el6.src.rpm
i386: kernel-2.6.32-573.12.1.el6.i686.rpm kernel-debug-2.6.32-573.12.1.el6.i686.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm kernel-devel-2.6.32-573.12.1.el6.i686.rpm kernel-headers-2.6.32-573.12.1.el6.i686.rpm perf-2.6.32-573.12.1.el6.i686.rpm perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm
noarch: kernel-abi-whitelists-2.6.32-573.12.1.el6.noarch.rpm kernel-doc-2.6.32-573.12.1.el6.noarch.rpm kernel-firmware-2.6.32-573.12.1.el6.noarch.rpm
x86_64: kernel-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm kernel-debug-devel-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm kernel-devel-2.6.32-573.12.1.el6.x86_64.rpm kernel-headers-2.6.32-573.12.1.el6.x86_64.rpm perf-2.6.32-573.12.1.el6.x86_64.rpm perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm
Red Hat Enterprise Linux Desktop Optional (v. 6):
i386: kernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm python-perf-2.6.32-573.12.1.el6.i686.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm
x86_64: kernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm python-perf-2.6.32-573.12.1.el6.x86_64.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm
Red Hat Enterprise Linux HPC Node (v. 6):
Source: kernel-2.6.32-573.12.1.el6.src.rpm
noarch: kernel-abi-whitelists-2.6.32-573.12.1.el6.noarch.rpm kernel-doc-2.6.32-573.12.1.el6.noarch.rpm kernel-firmware-2.6.32-573.12.1.el6.noarch.rpm
x86_64: kernel-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm kernel-debug-devel-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm kernel-devel-2.6.32-573.12.1.el6.x86_64.rpm kernel-headers-2.6.32-573.12.1.el6.x86_64.rpm perf-2.6.32-573.12.1.el6.x86_64.rpm perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm
Red Hat Enterprise Linux HPC Node Optional (v. 6):
x86_64: kernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm python-perf-2.6.32-573.12.1.el6.x86_64.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm
Red Hat Enterprise Linux Server (v. 6):
Source: kernel-2.6.32-573.12.1.el6.src.rpm
i386: kernel-2.6.32-573.12.1.el6.i686.rpm kernel-debug-2.6.32-573.12.1.el6.i686.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm kernel-devel-2.6.32-573.12.1.el6.i686.rpm kernel-headers-2.6.32-573.12.1.el6.i686.rpm perf-2.6.32-573.12.1.el6.i686.rpm perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm
noarch: kernel-abi-whitelists-2.6.32-573.12.1.el6.noarch.rpm kernel-doc-2.6.32-573.12.1.el6.noarch.rpm kernel-firmware-2.6.32-573.12.1.el6.noarch.rpm
ppc64: kernel-2.6.32-573.12.1.el6.ppc64.rpm kernel-bootwrapper-2.6.32-573.12.1.el6.ppc64.rpm kernel-debug-2.6.32-573.12.1.el6.ppc64.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm kernel-debug-devel-2.6.32-573.12.1.el6.ppc64.rpm kernel-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm kernel-debuginfo-common-ppc64-2.6.32-573.12.1.el6.ppc64.rpm kernel-devel-2.6.32-573.12.1.el6.ppc64.rpm kernel-headers-2.6.32-573.12.1.el6.ppc64.rpm perf-2.6.32-573.12.1.el6.ppc64.rpm perf-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm
s390x: kernel-2.6.32-573.12.1.el6.s390x.rpm kernel-debug-2.6.32-573.12.1.el6.s390x.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.s390x.rpm kernel-debug-devel-2.6.32-573.12.1.el6.s390x.rpm kernel-debuginfo-2.6.32-573.12.1.el6.s390x.rpm kernel-debuginfo-common-s390x-2.6.32-573.12.1.el6.s390x.rpm kernel-devel-2.6.32-573.12.1.el6.s390x.rpm kernel-headers-2.6.32-573.12.1.el6.s390x.rpm kernel-kdump-2.6.32-573.12.1.el6.s390x.rpm kernel-kdump-debuginfo-2.6.32-573.12.1.el6.s390x.rpm kernel-kdump-devel-2.6.32-573.12.1.el6.s390x.rpm perf-2.6.32-573.12.1.el6.s390x.rpm perf-debuginfo-2.6.32-573.12.1.el6.s390x.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.s390x.rpm
x86_64: kernel-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm kernel-debug-devel-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm kernel-devel-2.6.32-573.12.1.el6.x86_64.rpm kernel-headers-2.6.32-573.12.1.el6.x86_64.rpm perf-2.6.32-573.12.1.el6.x86_64.rpm perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm
Red Hat Enterprise Linux Server Optional (v. 6):
i386: kernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm python-perf-2.6.32-573.12.1.el6.i686.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm
ppc64: kernel-debug-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm kernel-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm kernel-debuginfo-common-ppc64-2.6.32-573.12.1.el6.ppc64.rpm perf-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm python-perf-2.6.32-573.12.1.el6.ppc64.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm
s390x: kernel-debug-debuginfo-2.6.32-573.12.1.el6.s390x.rpm kernel-debuginfo-2.6.32-573.12.1.el6.s390x.rpm kernel-debuginfo-common-s390x-2.6.32-573.12.1.el6.s390x.rpm kernel-kdump-debuginfo-2.6.32-573.12.1.el6.s390x.rpm perf-debuginfo-2.6.32-573.12.1.el6.s390x.rpm python-perf-2.6.32-573.12.1.el6.s390x.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.s390x.rpm
x86_64: kernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm python-perf-2.6.32-573.12.1.el6.x86_64.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm
Red Hat Enterprise Linux Workstation (v. 6):
Source: kernel-2.6.32-573.12.1.el6.src.rpm
i386: kernel-2.6.32-573.12.1.el6.i686.rpm kernel-debug-2.6.32-573.12.1.el6.i686.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm kernel-devel-2.6.32-573.12.1.el6.i686.rpm kernel-headers-2.6.32-573.12.1.el6.i686.rpm perf-2.6.32-573.12.1.el6.i686.rpm perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm
noarch: kernel-abi-whitelists-2.6.32-573.12.1.el6.noarch.rpm kernel-doc-2.6.32-573.12.1.el6.noarch.rpm kernel-firmware-2.6.32-573.12.1.el6.noarch.rpm
x86_64: kernel-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm kernel-debug-devel-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm kernel-devel-2.6.32-573.12.1.el6.x86_64.rpm kernel-headers-2.6.32-573.12.1.el6.x86_64.rpm perf-2.6.32-573.12.1.el6.x86_64.rpm perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm
Red Hat Enterprise Linux Workstation Optional (v. 6):
i386: kernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm python-perf-2.6.32-573.12.1.el6.i686.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm
x86_64: kernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm python-perf-2.6.32-573.12.1.el6.x86_64.rpm python-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm
These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from https://access.redhat.com/security/team/key/
- References:
https://access.redhat.com/security/cve/CVE-2015-2925 https://access.redhat.com/security/cve/CVE-2015-5307 https://access.redhat.com/security/cve/CVE-2015-7613 https://access.redhat.com/security/cve/CVE-2015-7872 https://access.redhat.com/security/cve/CVE-2015-8104 https://access.redhat.com/security/updates/classification/#important
- Contact:
The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/
Copyright 2015 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iD8DBQFWcCufXlSAg2UNWIIRApkiAJ9XBPnSeORe1eAT52pJsfNVDlUeZQCgh8J+ IfVNFw9sWvERIlqjgH4uc6I= =Grj7 -----END PGP SIGNATURE-----
-- RHSA-announce mailing list RHSA-announce@redhat.com https://www.redhat.com/mailman/listinfo/rhsa-announce . 6.2) - x86_64
- This leads to a panic of the host kernel.
CVE-2015-7833
Sergej Schumilo, Hendrik Schwartke and Ralf Spenneberg discovered a
flaw in the processing of certain USB device descriptors in the
usbvision driver.
CVE-2015-7872
Dmitry Vyukov discovered a vulnerability in the keyrings garbage
collector allowing a local user to trigger a kernel panic.
CVE-2015-7990
It was discovered that the fix for CVE-2015-6937 was incomplete. A
race condition when sending a message on unbound socket can still
cause a NULL pointer dereference. A remote attacker might be able to
cause a denial of service (crash) by sending a crafted packet.
For the oldstable distribution (wheezy), these problems have been fixed in version 3.2.68-1+deb7u6.
For the stable distribution (jessie), these problems have been fixed in version 3.16.7-ckt11-1+deb8u6. Content-Disposition: inline
==========================================================================Ubuntu Security Notice USN-2800-1 November 10, 2015
linux vulnerability
A security issue affects these releases of Ubuntu and its derivatives:
- Ubuntu 12.04 LTS
Summary:
The system could be made to crash under certain conditions.
Update instructions:
The problem can be corrected by updating your system to the following package versions:
Ubuntu 12.04 LTS: linux-image-3.2.0-94-generic 3.2.0-94.134 linux-image-3.2.0-94-generic-pae 3.2.0-94.134 linux-image-3.2.0-94-highbank 3.2.0-94.134 linux-image-3.2.0-94-omap 3.2.0-94.134 linux-image-3.2.0-94-powerpc-smp 3.2.0-94.134 linux-image-3.2.0-94-powerpc64-smp 3.2.0-94.134 linux-image-3.2.0-94-virtual 3.2.0-94.134
After a standard system update you need to reboot your computer to make all the necessary changes.
ATTENTION: Due to an unavoidable ABI change the kernel updates have been given a new version number, which requires you to recompile and reinstall all third party kernel modules you might have installed. If you use linux-restricted-modules, you have to update that package as well to get modules which work with the new kernel version. Unless you manually uninstalled the standard kernel metapackages (e.g. linux-generic, linux-server, linux-powerpc), a standard system upgrade will automatically perform this as well
Show details on source website{
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/VARIoTentry#",
"affected_products": {
"@id": "https://www.variotdbs.pl/ref/affected_products"
},
"configurations": {
"@id": "https://www.variotdbs.pl/ref/configurations"
},
"credits": {
"@id": "https://www.variotdbs.pl/ref/credits"
},
"cvss": {
"@id": "https://www.variotdbs.pl/ref/cvss/"
},
"description": {
"@id": "https://www.variotdbs.pl/ref/description/"
},
"exploit_availability": {
"@id": "https://www.variotdbs.pl/ref/exploit_availability/"
},
"external_ids": {
"@id": "https://www.variotdbs.pl/ref/external_ids/"
},
"iot": {
"@id": "https://www.variotdbs.pl/ref/iot/"
},
"iot_taxonomy": {
"@id": "https://www.variotdbs.pl/ref/iot_taxonomy/"
},
"patch": {
"@id": "https://www.variotdbs.pl/ref/patch/"
},
"problemtype_data": {
"@id": "https://www.variotdbs.pl/ref/problemtype_data/"
},
"references": {
"@id": "https://www.variotdbs.pl/ref/references/"
},
"sources": {
"@id": "https://www.variotdbs.pl/ref/sources/"
},
"sources_release_date": {
"@id": "https://www.variotdbs.pl/ref/sources_release_date/"
},
"sources_update_date": {
"@id": "https://www.variotdbs.pl/ref/sources_update_date/"
},
"threat_type": {
"@id": "https://www.variotdbs.pl/ref/threat_type/"
},
"title": {
"@id": "https://www.variotdbs.pl/ref/title/"
},
"type": {
"@id": "https://www.variotdbs.pl/ref/type/"
}
},
"@id": "https://www.variotdbs.pl/vuln/VAR-201511-0294",
"affected_products": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/affected_products#",
"data": {
"@container": "@list"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
},
"@id": "https://www.variotdbs.pl/ref/sources"
}
},
"data": [
{
"model": "xen",
"scope": "eq",
"trust": 1.3,
"vendor": "xen",
"version": "4.3.0"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.3,
"vendor": "xen",
"version": "4.4.1"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.3,
"vendor": "xen",
"version": "4.3.1"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.3,
"vendor": "xen",
"version": "4.4.0"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.3,
"vendor": "xen",
"version": "4.5.0"
},
{
"model": "ubuntu linux",
"scope": "eq",
"trust": 1.0,
"vendor": "canonical",
"version": "15.10"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.6.0"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.5.1"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.6.4"
},
{
"model": "linux",
"scope": "eq",
"trust": 1.0,
"vendor": "debian",
"version": "7.0"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.4.4"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.6.6"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.6.2"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.3.4"
},
{
"model": "vm virtualbox",
"scope": "gte",
"trust": 1.0,
"vendor": "oracle",
"version": "5.0.0"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.5.2"
},
{
"model": "ubuntu linux",
"scope": "eq",
"trust": 1.0,
"vendor": "canonical",
"version": "12.04"
},
{
"model": "linux",
"scope": "eq",
"trust": 1.0,
"vendor": "debian",
"version": "8.0"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.6.3"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.5.5"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.5.3"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.3.3"
},
{
"model": "vm virtualbox",
"scope": "lte",
"trust": 1.0,
"vendor": "oracle",
"version": "4.3.29"
},
{
"model": "vm virtualbox",
"scope": "lte",
"trust": 1.0,
"vendor": "oracle",
"version": "4.0.34"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.6.5"
},
{
"model": "vm virtualbox",
"scope": "gte",
"trust": 1.0,
"vendor": "oracle",
"version": "4.0.0"
},
{
"model": "ubuntu linux",
"scope": "eq",
"trust": 1.0,
"vendor": "canonical",
"version": "14.04"
},
{
"model": "vm virtualbox",
"scope": "lte",
"trust": 1.0,
"vendor": "oracle",
"version": "4.2.34"
},
{
"model": "kernel",
"scope": "lte",
"trust": 1.0,
"vendor": "linux",
"version": "4.2.3"
},
{
"model": "vm virtualbox",
"scope": "lte",
"trust": 1.0,
"vendor": "oracle",
"version": "5.0.8"
},
{
"model": "vm virtualbox",
"scope": "gte",
"trust": 1.0,
"vendor": "oracle",
"version": "4.2.0"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.6.1"
},
{
"model": "vm virtualbox",
"scope": "gte",
"trust": 1.0,
"vendor": "oracle",
"version": "4.3.0"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.3.2"
},
{
"model": "vm virtualbox",
"scope": "gte",
"trust": 1.0,
"vendor": "oracle",
"version": "4.1.0"
},
{
"model": "vm virtualbox",
"scope": "lte",
"trust": 1.0,
"vendor": "oracle",
"version": "4.1.42"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.4.2"
},
{
"model": "xen",
"scope": "eq",
"trust": 1.0,
"vendor": "xen",
"version": "4.4.3"
},
{
"model": "kernel",
"scope": "lte",
"trust": 0.8,
"vendor": "linux",
"version": "4.2.6"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.8,
"vendor": "xen",
"version": "4.3.x to 4.6.x"
},
{
"model": "vm virtualbox",
"scope": "lt",
"trust": 0.8,
"vendor": "oracle",
"version": "4.0.36"
},
{
"model": "vm virtualbox",
"scope": "lt",
"trust": 0.8,
"vendor": "oracle",
"version": "4.1.44"
},
{
"model": "vm virtualbox",
"scope": "lt",
"trust": 0.8,
"vendor": "oracle",
"version": "4.2.36"
},
{
"model": "vm virtualbox",
"scope": "lt",
"trust": 0.8,
"vendor": "oracle",
"version": "4.3.34"
},
{
"model": "vm virtualbox",
"scope": "lt",
"trust": 0.8,
"vendor": "oracle",
"version": "5.0.10"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.62"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.34"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.22"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.1"
},
{
"model": "enterprise linux",
"scope": "eq",
"trust": 0.3,
"vendor": "redhat",
"version": "5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.12"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.36"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.16"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.80"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.16"
},
{
"model": "xenserver service pack",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "6.21"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.11.6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7.4"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.4"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.8"
},
{
"model": "vm virtualbox",
"scope": "ne",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.36"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.2.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.12"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.29"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.18.2"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.1.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.7"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.13"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.20"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.23"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.65"
},
{
"model": "windows version for x64-based systems",
"scope": "eq",
"trust": 0.3,
"vendor": "microsoft",
"version": "1015110"
},
{
"model": "linux sparc",
"scope": "eq",
"trust": 0.3,
"vendor": "debian",
"version": "6.0"
},
{
"model": "junos space 15.1f2",
"scope": null,
"trust": 0.3,
"vendor": "juniper",
"version": null
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "5.0.8"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.2.2"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.21"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.45"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.42"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.6"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.0.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.88"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.48"
},
{
"model": "vm virtualbox",
"scope": "ne",
"trust": 0.3,
"vendor": "oracle",
"version": "4.3.34"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.8"
},
{
"model": "enterprise linux server eus 6.6.z",
"scope": null,
"trust": 0.3,
"vendor": "redhat",
"version": null
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.4.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7.9"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.24"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.22"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.22"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7.3"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.0"
},
{
"model": "windows for x64-based systems",
"scope": "eq",
"trust": 0.3,
"vendor": "microsoft",
"version": "80"
},
{
"model": "junos space 15.1r2.11",
"scope": null,
"trust": 0.3,
"vendor": "juniper",
"version": null
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.13.11"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.18.3"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.2"
},
{
"model": "linux",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "6.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.8.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "4.2.3"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "5.0"
},
{
"model": "xenserver common criteria",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "6.0.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.8"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.17"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.9.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "4.0.5"
},
{
"model": "windows server",
"scope": "eq",
"trust": 0.3,
"vendor": "microsoft",
"version": "20120"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.34"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.14"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.2.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.18.22"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.12"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.54"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.11"
},
{
"model": "xenserver sp1",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "6.2.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.18"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.2.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.18.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.87"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.16.6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.90"
},
{
"model": "vm server for",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "x863.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.11.9"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.53"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.4.0"
},
{
"model": "junos space",
"scope": "eq",
"trust": 0.3,
"vendor": "juniper",
"version": "12.3"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.0.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.3"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.30"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.71"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.1.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.67"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.26"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.40"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.9"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.11"
},
{
"model": "opensuse",
"scope": "eq",
"trust": 0.3,
"vendor": "s u s e",
"version": "13.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.26"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.24"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.70"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.17"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.14.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6"
},
{
"model": "junos space 15.2r1",
"scope": null,
"trust": 0.3,
"vendor": "juniper",
"version": null
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.15"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.1.0"
},
{
"model": "windows server r2",
"scope": "eq",
"trust": 0.3,
"vendor": "microsoft",
"version": "20120"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7.6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.13.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.22"
},
{
"model": "linux",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "6"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.3.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.17.2"
},
{
"model": "linux ia-64",
"scope": "eq",
"trust": 0.3,
"vendor": "debian",
"version": "6.0"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.3.2"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.1.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.9"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.29"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.34"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.7"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.17"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.62"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.5.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.76"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.4.2"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.1.3"
},
{
"model": "xenserver",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "5.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.24"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.10"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.43"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7.7"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.27"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.44"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.0.3"
},
{
"model": "windows server r2 for x64-based systems sp1",
"scope": "eq",
"trust": 0.3,
"vendor": "microsoft",
"version": "2008"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.16"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.55"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.3.4"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.14"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.5.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.18.8"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.21"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.81"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.50"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.22"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.37"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.30"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.3.2"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.3.9"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.19"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.10"
},
{
"model": "windows server for x64-based systems sp2",
"scope": "eq",
"trust": 0.3,
"vendor": "microsoft",
"version": "2008"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.15.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.59"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "5.0.9"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.3.6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.5.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.8.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.11"
},
{
"model": "enterprise linux",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "7"
},
{
"model": "linux amd64",
"scope": "eq",
"trust": 0.3,
"vendor": "debian",
"version": "6.0"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.23"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.12"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.72"
},
{
"model": "linux lts amd64",
"scope": "eq",
"trust": 0.3,
"vendor": "ubuntu",
"version": "12.04"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.27"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.75"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.66"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.0.2"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.20"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.23"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.32"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.2"
},
{
"model": "linux mips",
"scope": "eq",
"trust": 0.3,
"vendor": "debian",
"version": "6.0"
},
{
"model": "junos space",
"scope": "eq",
"trust": 0.3,
"vendor": "juniper",
"version": "13.3"
},
{
"model": "xenserver sp1",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "6.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.13.6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.64"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.63"
},
{
"model": "junos space 15.2r2",
"scope": null,
"trust": 0.3,
"vendor": "juniper",
"version": null
},
{
"model": "vm virtualbox",
"scope": "ne",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.36"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.7"
},
{
"model": "xenserver",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "6.1"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.26"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.2.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.93"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.5.1"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.1"
},
{
"model": "xenserver common criteria",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "5.6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.11.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.57"
},
{
"model": "linux",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.15.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.21"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.14.7"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.31"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.31"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.8"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7.8"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.9"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "4.0.6"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.27"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.11"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.73"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.19"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.18"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.14"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.1"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.1.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.64"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.1.6.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7.10"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.23"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.56"
},
{
"model": "junos space 14.1r1.9",
"scope": null,
"trust": 0.3,
"vendor": "juniper",
"version": null
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.14"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.25"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.18"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.13"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.9"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.43"
},
{
"model": "windows for x64-based systems",
"scope": "eq",
"trust": 0.3,
"vendor": "microsoft",
"version": "8.10"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.18"
},
{
"model": "enterprise linux server aus",
"scope": "eq",
"trust": 0.3,
"vendor": "redhat",
"version": "6.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.13.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.44"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.20"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.18.17"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.73"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.24"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.27"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.65"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.5.7"
},
{
"model": "junos space 16.1r1",
"scope": "ne",
"trust": 0.3,
"vendor": "juniper",
"version": null
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.4.4"
},
{
"model": "xenserver",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "5.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.9.8"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.42"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.30"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.26"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.3.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.3.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.3"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.18"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.18.9"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.41"
},
{
"model": "linux lts",
"scope": "eq",
"trust": 0.3,
"vendor": "ubuntu",
"version": "14.04"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.26"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.31"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.18"
},
{
"model": "linux lts i386",
"scope": "eq",
"trust": 0.3,
"vendor": "ubuntu",
"version": "12.04"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.17.4"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.32"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.14.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.58"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.10"
},
{
"model": "opensuse",
"scope": "eq",
"trust": 0.3,
"vendor": "s u s e",
"version": "13.1"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.0"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.35"
},
{
"model": "junos space",
"scope": "eq",
"trust": 0.3,
"vendor": "juniper",
"version": "12.1"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.2"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.0.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.12"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.30"
},
{
"model": "xenserver",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "5.6"
},
{
"model": "linux enterprise server sp4 ltss",
"scope": "eq",
"trust": 0.3,
"vendor": "suse",
"version": "10"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.34"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.16.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.6"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.38"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.13"
},
{
"model": "linux s/390",
"scope": "eq",
"trust": 0.3,
"vendor": "debian",
"version": "6.0"
},
{
"model": "xenserver",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "6.0.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.5"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.0.2"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.35"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.72"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.14"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.16"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.18.7"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.2.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.16.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.38"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.52"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.12"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.1.8"
},
{
"model": "vm virtualbox",
"scope": "ne",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.44"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.18.11"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.14"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.1"
},
{
"model": "xenserver fp1",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "5.6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.10"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.7"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.13.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.14.4"
},
{
"model": "linux arm",
"scope": "eq",
"trust": 0.3,
"vendor": "debian",
"version": "6.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.9"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.38"
},
{
"model": "xenserver sp2",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "5.6"
},
{
"model": "vm virtualbox",
"scope": "ne",
"trust": 0.3,
"vendor": "oracle",
"version": "5.0.10"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.8"
},
{
"model": "vm server for",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "x863.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "4.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2"
},
{
"model": "xenserver",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "6.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.51"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.86"
},
{
"model": "xenserver",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "4.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.21"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.13.0"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.18"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.1.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.16.7"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.14.37"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.14.54"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7.2"
},
{
"model": "enterprise linux",
"scope": "eq",
"trust": 0.3,
"vendor": "redhat",
"version": "6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.60"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.16"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.3.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "4.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.15"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.12.49"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.8.4"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.13.9"
},
{
"model": "northstar controller application service pack",
"scope": "ne",
"trust": 0.3,
"vendor": "juniper",
"version": "2.1.01"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.19.3"
},
{
"model": "junos space 14.1r1",
"scope": null,
"trust": 0.3,
"vendor": "juniper",
"version": null
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.20"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.5.6"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.4.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.58"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0.10"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.15"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "4.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.2.72"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.2.1"
},
{
"model": "xenserver",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "6.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.8.1"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.81"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.37"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.60"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0"
},
{
"model": "vm virtualbox 4.2.0-rc3",
"scope": null,
"trust": 0.3,
"vendor": "oracle",
"version": null
},
{
"model": "windows for x64-based systems",
"scope": "eq",
"trust": 0.3,
"vendor": "microsoft",
"version": "100"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.3"
},
{
"model": "enterprise linux",
"scope": "eq",
"trust": 0.3,
"vendor": "redhat",
"version": "7"
},
{
"model": "xenserver update",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "5.02"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.1"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.3.8"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.17"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "3.2.1"
},
{
"model": "junos space",
"scope": "eq",
"trust": 0.3,
"vendor": "juniper",
"version": "1.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.20"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.14.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.19"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.28"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.3.7"
},
{
"model": "xenserver",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "6.5"
},
{
"model": "xenserver update1",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "5.5"
},
{
"model": "linux ia-32",
"scope": "eq",
"trust": 0.3,
"vendor": "debian",
"version": "6.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.14"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.4.1"
},
{
"model": "linux",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.69"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.14.45"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.1.42"
},
{
"model": "northstar controller application",
"scope": "eq",
"trust": 0.3,
"vendor": "juniper",
"version": "2.1.0"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.3"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.7"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.8.9"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.8.6"
},
{
"model": "xen",
"scope": "eq",
"trust": 0.3,
"vendor": "xen",
"version": "4.1.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.36"
},
{
"model": "linux powerpc",
"scope": "eq",
"trust": 0.3,
"vendor": "debian",
"version": "6.0"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.0.98"
},
{
"model": "junos space",
"scope": "eq",
"trust": 0.3,
"vendor": "juniper",
"version": "11.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.17.6"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.13.1"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.2.35"
},
{
"model": "vm virtualbox",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "4.3.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.5.5"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.10.10"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.6.6"
},
{
"model": "xenserver update",
"scope": "eq",
"trust": 0.3,
"vendor": "citrix",
"version": "5.03"
},
{
"model": "vm server for",
"scope": "eq",
"trust": 0.3,
"vendor": "oracle",
"version": "x863.2"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.3"
},
{
"model": "linux",
"scope": "eq",
"trust": 0.3,
"vendor": "ubuntu",
"version": "15.04"
},
{
"model": "kernel",
"scope": "eq",
"trust": 0.3,
"vendor": "linux",
"version": "3.13.7"
}
],
"sources": [
{
"db": "BID",
"id": "77528"
},
{
"db": "JVNDB",
"id": "JVNDB-2015-005933"
},
{
"db": "NVD",
"id": "CVE-2015-5307"
}
]
},
"configurations": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/configurations#",
"children": {
"@container": "@list"
},
"cpe_match": {
"@container": "@list"
},
"data": {
"@container": "@list"
},
"nodes": {
"@container": "@list"
}
},
"data": [
{
"CVE_data_version": "4.0",
"nodes": [
{
"cpe_match": [
{
"cpe22Uri": "cpe:/o:linux:linux_kernel",
"vulnerable": true
},
{
"cpe22Uri": "cpe:/o:xen:xen",
"vulnerable": true
},
{
"cpe22Uri": "cpe:/a:oracle:vm_virtualbox",
"vulnerable": true
}
],
"operator": "OR"
}
]
}
],
"sources": [
{
"db": "JVNDB",
"id": "JVNDB-2015-005933"
}
]
},
"credits": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/credits#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": "Red Hat",
"sources": [
{
"db": "PACKETSTORM",
"id": "135227"
},
{
"db": "PACKETSTORM",
"id": "134827"
},
{
"db": "PACKETSTORM",
"id": "134828"
},
{
"db": "PACKETSTORM",
"id": "135286"
},
{
"db": "PACKETSTORM",
"id": "135155"
}
],
"trust": 0.5
},
"cve": "CVE-2015-5307",
"cvss": {
"@context": {
"cvssV2": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV2#"
},
"@id": "https://www.variotdbs.pl/ref/cvss/cvssV2"
},
"cvssV3": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV3#"
},
"@id": "https://www.variotdbs.pl/ref/cvss/cvssV3/"
},
"severity": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/cvss/severity#"
},
"@id": "https://www.variotdbs.pl/ref/cvss/severity"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
},
"@id": "https://www.variotdbs.pl/ref/sources"
}
},
"data": [
{
"cvssV2": [
{
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"author": "nvd@nist.gov",
"availabilityImpact": "COMPLETE",
"baseScore": 4.9,
"confidentialityImpact": "NONE",
"exploitabilityScore": 3.9,
"id": "CVE-2015-5307",
"impactScore": 6.9,
"integrityImpact": "NONE",
"severity": "MEDIUM",
"trust": 1.9,
"vectorString": "AV:L/AC:L/Au:N/C:N/I:N/A:C",
"version": "2.0"
}
],
"cvssV3": [],
"severity": [
{
"author": "nvd@nist.gov",
"id": "CVE-2015-5307",
"trust": 1.0,
"value": "MEDIUM"
},
{
"author": "NVD",
"id": "CVE-2015-5307",
"trust": 0.8,
"value": "Medium"
},
{
"author": "VULMON",
"id": "CVE-2015-5307",
"trust": 0.1,
"value": "MEDIUM"
}
]
}
],
"sources": [
{
"db": "VULMON",
"id": "CVE-2015-5307"
},
{
"db": "JVNDB",
"id": "JVNDB-2015-005933"
},
{
"db": "NVD",
"id": "CVE-2015-5307"
}
]
},
"description": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/description#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": "The KVM subsystem in the Linux kernel through 4.2.6, and Xen 4.3.x through 4.6.x, allows guest OS users to cause a denial of service (host OS panic or hang) by triggering many #AC (aka Alignment Check) exceptions, related to svm.c and vmx.c. Linux Kernel is prone to a denial-of-service vulnerability. \nAn attacker with a guest account can exploit this issue to cause an infinite loop in the host, denying service to legitimate users. \n\nThis update also fixes the following bugs:\n\n* When doing TSO/GSO in the presence of VLAN headers on a macvtap device,\nthe header offsets were incorrectly calculated. As a consequence, when 2\nguests on the same host communicated over a guest configured VLAN,\nperformance dropped to about 1 Mbps. A set of patches has been provided to\nfix this bug, and network performance with VLAN tags now works with optimal\nperformance. (BZ#1215914)\n\n* Prior to this update, TSO acceleration features have been removed from\nthe VLAN device which caused that VLAN performance on top of a virtio\ndevice was much lower than that of a virtio device itself. This update\nre-enables TSO acceleration features, and performance of VLAN devices on\ntop of a virtio device has thus been restored. (BZ#1240988)\n\n* With an IPv6 address on a bond and a slave failover, Unsolicited Neighbor\nAdvertisement (UNA) was previously sent using the link global IPv6 address\nas source address. The underlying source code has been patched, and, after\nthe failover in bonding, UNA is sent using both the corresponding link IPv6\naddress and global IPv6 address of bond0 and bond0.vlan. \nThe problem could be seen for example with software mapping or re-mapping\nhugetlb areas with concurrent threads reading/writing to same areas causing\npage faults. \n(BZ#1274597)\n\n* Previously, VLAN stacked on the macvlan or macvtap device did not work\nfor devices that implement and use VLAN filters. As a consequence, macvtap\npassthrough mode failed to transfer VLAN packets over the be2net driver. \nThis update implements VLAN ndo calls to the macvlan driver to pass\nappropriate VLAN tag IDs to lower devices. As a result, macvtap transfers\nVLAN packets over be2net successfully. -----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n=====================================================================\n Red Hat Security Advisory\n\nSynopsis: Important: kernel security and bug fix update\nAdvisory ID: RHSA-2015:2636-01\nProduct: Red Hat Enterprise Linux\nAdvisory URL: https://rhn.redhat.com/errata/RHSA-2015-2636.html\nIssue date: 2015-12-15\nCVE Names: CVE-2015-2925 CVE-2015-5307 CVE-2015-7613 \n CVE-2015-7872 CVE-2015-8104 \n=====================================================================\n\n1. Summary:\n\nUpdated kernel packages that fix multiple security issues and several bugs\nare now available for Red Hat Enterprise Linux 6. \n\nRed Hat Product Security has rated this update as having Important security\nimpact. Common Vulnerability Scoring System (CVSS) base scores, which give\ndetailed severity ratings, are available for each vulnerability from the\nCVE links in the References section. \n\n2. Relevant releases/architectures:\n\nRed Hat Enterprise Linux Desktop (v. 6) - i386, noarch, x86_64\nRed Hat Enterprise Linux Desktop Optional (v. 6) - i386, x86_64\nRed Hat Enterprise Linux HPC Node (v. 6) - noarch, x86_64\nRed Hat Enterprise Linux HPC Node Optional (v. 6) - x86_64\nRed Hat Enterprise Linux Server (v. 6) - i386, noarch, ppc64, s390x, x86_64\nRed Hat Enterprise Linux Server Optional (v. 6) - i386, ppc64, s390x, x86_64\nRed Hat Enterprise Linux Workstation (v. 6) - i386, noarch, x86_64\nRed Hat Enterprise Linux Workstation Optional (v. 6) - i386, x86_64\n\n3. \n\n* A flaw was found in the way the Linux kernel\u0027s file system implementation\nhandled rename operations in which the source was inside and the\ndestination was outside of a bind mount. A privileged user inside a\ncontainer could use this flaw to escape the bind mount and, potentially,\nescalate their privileges on the system. (CVE-2015-2925, Important)\n\n* It was found that the x86 ISA (Instruction Set Architecture) is prone to\na denial of service attack inside a virtualized environment in the form of\nan infinite loop in the microcode due to the way (sequential) delivering of\nbenign exceptions such as #AC (alignment check exception) and #DB (debug\nexception) is handled. A privileged user inside a guest could use these\nflaws to create denial of service conditions on the host kernel. \n(CVE-2015-5307, CVE-2015-8104, Important)\n\n* A race condition flaw was found in the way the Linux kernel\u0027s IPC\nsubsystem initialized certain fields in an IPC object structure that were\nlater used for permission checking before inserting the object into a\nglobally visible list. A local, unprivileged user could potentially use\nthis flaw to elevate their privileges on the system. (CVE-2015-7613,\nImportant)\n\n* It was found that the Linux kernel\u0027s keys subsystem did not correctly\ngarbage collect uninstantiated keyrings. A local attacker could use this\nflaw to crash the system or, potentially, escalate their privileges on\nthe system. (CVE-2015-7872, Important)\n\nRed Hat would like to thank Ben Serebrin of Google Inc. for reporting the\nCVE-2015-5307 issue. \n\nThis update also fixes the following bugs:\n\n* Previously, Human Interface Device (HID) ran a report on an unaligned\nbuffer, which could cause a page fault interrupt and an oops when the end\nof the report was read. This update fixes this bug by padding the end of\nthe report with extra bytes, so the reading of the report never crosses a\npage boundary. As a result, a page fault and subsequent oops no longer\noccur. (BZ#1268203)\n\n* The NFS client was previously failing to detect a directory loop for some\nNFS server directory structures. This failure could cause NFS inodes to\nremain referenced after attempting to unmount the file system, leading to a\nkernel crash. Loop checks have been added to VFS, which effectively\nprevents this problem from occurring. (BZ#1272858)\n\n* Due to a race whereby the nfs_wb_pages_cancel() and\nnfs_commit_release_pages() calls both removed a request from the nfs_inode\nstruct type, the kernel panicked with negative nfs_inode.npages count. \nThe provided upstream patch performs the required serialization by holding\nthe inode i_lock over the check of PagePrivate and locking the request,\nthus preventing the race and kernel panic from occurring. (BZ#1273721)\n\n* Due to incorrect URB_ISO_ASAP semantics, playing an audio file using a\nUSB sound card could previously fail for some hardware configurations. \nThis update fixes the bug, and playing audio from a USB sound card now\nworks as expected. (BZ#1273916)\n\n* Inside hugetlb, region data structures were protected by a combination of\na memory map semaphore and a single hugetlb instance mutex. However, a\npage-fault scalability improvement backported to the kernel on previous\nreleases removed the single hugetlb instance mutex and introduced a new\nmutex table, making the locking combination insufficient, leading to\npossible race windows that could cause corruption and undefined behavior. \nThis update fixes the problem by introducing a required spinlock to the\nregion tracking functions for proper serialization. The problem only\naffects software using huge pages through hugetlb interface. (BZ#1274599)\n\nAll kernel users are advised to upgrade to these updated packages, which\ncontain backported patches to correct these issues. The system must be\nrebooted for this update to take effect. \n\n4. Solution:\n\nBefore applying this update, make sure all previously released errata\nrelevant to your system have been applied. \n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258\n\n5. Bugs fixed (https://bugzilla.redhat.com/):\n\n1209367 - CVE-2015-2925 Kernel: vfs: Do not allow escaping from bind mounts\n1268270 - CVE-2015-7613 kernel: Unauthorized access to IPC objects with SysV shm\n1272371 - CVE-2015-7872 kernel: Keyrings crash triggerable by unprivileged user\n1277172 - CVE-2015-5307 virt: guest to host DoS by triggering an infinite loop in microcode via #AC exception\n1278496 - CVE-2015-8104 virt: guest to host DoS by triggering an infinite loop in microcode via #DB exception\n\n6. Package List:\n\nRed Hat Enterprise Linux Desktop (v. 6):\n\nSource:\nkernel-2.6.32-573.12.1.el6.src.rpm\n\ni386:\nkernel-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm\nkernel-devel-2.6.32-573.12.1.el6.i686.rpm\nkernel-headers-2.6.32-573.12.1.el6.i686.rpm\nperf-2.6.32-573.12.1.el6.i686.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\n\nnoarch:\nkernel-abi-whitelists-2.6.32-573.12.1.el6.noarch.rpm\nkernel-doc-2.6.32-573.12.1.el6.noarch.rpm\nkernel-firmware-2.6.32-573.12.1.el6.noarch.rpm\n\nx86_64:\nkernel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-devel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-headers-2.6.32-573.12.1.el6.x86_64.rpm\nperf-2.6.32-573.12.1.el6.x86_64.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\n\nRed Hat Enterprise Linux Desktop Optional (v. 6):\n\ni386:\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\npython-perf-2.6.32-573.12.1.el6.i686.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\n\nx86_64:\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\n\nRed Hat Enterprise Linux HPC Node (v. 6):\n\nSource:\nkernel-2.6.32-573.12.1.el6.src.rpm\n\nnoarch:\nkernel-abi-whitelists-2.6.32-573.12.1.el6.noarch.rpm\nkernel-doc-2.6.32-573.12.1.el6.noarch.rpm\nkernel-firmware-2.6.32-573.12.1.el6.noarch.rpm\n\nx86_64:\nkernel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-devel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-headers-2.6.32-573.12.1.el6.x86_64.rpm\nperf-2.6.32-573.12.1.el6.x86_64.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\n\nRed Hat Enterprise Linux HPC Node Optional (v. 6):\n\nx86_64:\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\n\nRed Hat Enterprise Linux Server (v. 6):\n\nSource:\nkernel-2.6.32-573.12.1.el6.src.rpm\n\ni386:\nkernel-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm\nkernel-devel-2.6.32-573.12.1.el6.i686.rpm\nkernel-headers-2.6.32-573.12.1.el6.i686.rpm\nperf-2.6.32-573.12.1.el6.i686.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\n\nnoarch:\nkernel-abi-whitelists-2.6.32-573.12.1.el6.noarch.rpm\nkernel-doc-2.6.32-573.12.1.el6.noarch.rpm\nkernel-firmware-2.6.32-573.12.1.el6.noarch.rpm\n\nppc64:\nkernel-2.6.32-573.12.1.el6.ppc64.rpm\nkernel-bootwrapper-2.6.32-573.12.1.el6.ppc64.rpm\nkernel-debug-2.6.32-573.12.1.el6.ppc64.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.ppc64.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm\nkernel-debuginfo-common-ppc64-2.6.32-573.12.1.el6.ppc64.rpm\nkernel-devel-2.6.32-573.12.1.el6.ppc64.rpm\nkernel-headers-2.6.32-573.12.1.el6.ppc64.rpm\nperf-2.6.32-573.12.1.el6.ppc64.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm\n\ns390x:\nkernel-2.6.32-573.12.1.el6.s390x.rpm\nkernel-debug-2.6.32-573.12.1.el6.s390x.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.s390x.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.s390x.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.s390x.rpm\nkernel-debuginfo-common-s390x-2.6.32-573.12.1.el6.s390x.rpm\nkernel-devel-2.6.32-573.12.1.el6.s390x.rpm\nkernel-headers-2.6.32-573.12.1.el6.s390x.rpm\nkernel-kdump-2.6.32-573.12.1.el6.s390x.rpm\nkernel-kdump-debuginfo-2.6.32-573.12.1.el6.s390x.rpm\nkernel-kdump-devel-2.6.32-573.12.1.el6.s390x.rpm\nperf-2.6.32-573.12.1.el6.s390x.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.s390x.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.s390x.rpm\n\nx86_64:\nkernel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-devel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-headers-2.6.32-573.12.1.el6.x86_64.rpm\nperf-2.6.32-573.12.1.el6.x86_64.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\n\nRed Hat Enterprise Linux Server Optional (v. 6):\n\ni386:\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\npython-perf-2.6.32-573.12.1.el6.i686.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\n\nppc64:\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm\nkernel-debuginfo-common-ppc64-2.6.32-573.12.1.el6.ppc64.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm\npython-perf-2.6.32-573.12.1.el6.ppc64.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.ppc64.rpm\n\ns390x:\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.s390x.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.s390x.rpm\nkernel-debuginfo-common-s390x-2.6.32-573.12.1.el6.s390x.rpm\nkernel-kdump-debuginfo-2.6.32-573.12.1.el6.s390x.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.s390x.rpm\npython-perf-2.6.32-573.12.1.el6.s390x.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.s390x.rpm\n\nx86_64:\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\n\nRed Hat Enterprise Linux Workstation (v. 6):\n\nSource:\nkernel-2.6.32-573.12.1.el6.src.rpm\n\ni386:\nkernel-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm\nkernel-devel-2.6.32-573.12.1.el6.i686.rpm\nkernel-headers-2.6.32-573.12.1.el6.i686.rpm\nperf-2.6.32-573.12.1.el6.i686.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\n\nnoarch:\nkernel-abi-whitelists-2.6.32-573.12.1.el6.noarch.rpm\nkernel-doc-2.6.32-573.12.1.el6.noarch.rpm\nkernel-firmware-2.6.32-573.12.1.el6.noarch.rpm\n\nx86_64:\nkernel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.i686.rpm\nkernel-debug-devel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-devel-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-headers-2.6.32-573.12.1.el6.x86_64.rpm\nperf-2.6.32-573.12.1.el6.x86_64.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\n\nRed Hat Enterprise Linux Workstation Optional (v. 6):\n\ni386:\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-573.12.1.el6.i686.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\npython-perf-2.6.32-573.12.1.el6.i686.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.i686.rpm\n\nx86_64:\nkernel-debug-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-573.12.1.el6.x86_64.rpm\nperf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-2.6.32-573.12.1.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-573.12.1.el6.x86_64.rpm\n\nThese packages are GPG signed by Red Hat for security. Our key and\ndetails on how to verify the signature are available from\nhttps://access.redhat.com/security/team/key/\n\n7. References:\n\nhttps://access.redhat.com/security/cve/CVE-2015-2925\nhttps://access.redhat.com/security/cve/CVE-2015-5307\nhttps://access.redhat.com/security/cve/CVE-2015-7613\nhttps://access.redhat.com/security/cve/CVE-2015-7872\nhttps://access.redhat.com/security/cve/CVE-2015-8104\nhttps://access.redhat.com/security/updates/classification/#important\n\n8. Contact:\n\nThe Red Hat security contact is \u003csecalert@redhat.com\u003e. More contact\ndetails at https://access.redhat.com/security/team/contact/\n\nCopyright 2015 Red Hat, Inc. \n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1\n\niD8DBQFWcCufXlSAg2UNWIIRApkiAJ9XBPnSeORe1eAT52pJsfNVDlUeZQCgh8J+\nIfVNFw9sWvERIlqjgH4uc6I=\n=Grj7\n-----END PGP SIGNATURE-----\n\n\n--\nRHSA-announce mailing list\nRHSA-announce@redhat.com\nhttps://www.redhat.com/mailman/listinfo/rhsa-announce\n. 6.2) - x86_64\n\n3. This leads to a panic of the\n host kernel. \n\nCVE-2015-7833\n\n Sergej Schumilo, Hendrik Schwartke and Ralf Spenneberg discovered a\n flaw in the processing of certain USB device descriptors in the\n usbvision driver. \n\nCVE-2015-7872\n\n Dmitry Vyukov discovered a vulnerability in the keyrings garbage\n collector allowing a local user to trigger a kernel panic. \n\nCVE-2015-7990\n\n It was discovered that the fix for CVE-2015-6937 was incomplete. A\n race condition when sending a message on unbound socket can still\n cause a NULL pointer dereference. A remote attacker might be able to\n cause a denial of service (crash) by sending a crafted packet. \n\nFor the oldstable distribution (wheezy), these problems have been fixed\nin version 3.2.68-1+deb7u6. \n\nFor the stable distribution (jessie), these problems have been fixed in\nversion 3.16.7-ckt11-1+deb8u6. Content-Disposition: inline\n\n==========================================================================Ubuntu Security Notice USN-2800-1\nNovember 10, 2015\n\nlinux vulnerability\n==========================================================================\nA security issue affects these releases of Ubuntu and its derivatives:\n\n- Ubuntu 12.04 LTS\n\nSummary:\n\nThe system could be made to crash under certain conditions. \n\nUpdate instructions:\n\nThe problem can be corrected by updating your system to the following\npackage versions:\n\nUbuntu 12.04 LTS:\n linux-image-3.2.0-94-generic 3.2.0-94.134\n linux-image-3.2.0-94-generic-pae 3.2.0-94.134\n linux-image-3.2.0-94-highbank 3.2.0-94.134\n linux-image-3.2.0-94-omap 3.2.0-94.134\n linux-image-3.2.0-94-powerpc-smp 3.2.0-94.134\n linux-image-3.2.0-94-powerpc64-smp 3.2.0-94.134\n linux-image-3.2.0-94-virtual 3.2.0-94.134\n\nAfter a standard system update you need to reboot your computer to make\nall the necessary changes. \n\nATTENTION: Due to an unavoidable ABI change the kernel updates have\nbeen given a new version number, which requires you to recompile and\nreinstall all third party kernel modules you might have installed. If\nyou use linux-restricted-modules, you have to update that package as\nwell to get modules which work with the new kernel version. Unless you\nmanually uninstalled the standard kernel metapackages (e.g. linux-generic,\nlinux-server, linux-powerpc), a standard system upgrade will automatically\nperform this as well",
"sources": [
{
"db": "NVD",
"id": "CVE-2015-5307"
},
{
"db": "JVNDB",
"id": "JVNDB-2015-005933"
},
{
"db": "BID",
"id": "77528"
},
{
"db": "VULMON",
"id": "CVE-2015-5307"
},
{
"db": "PACKETSTORM",
"id": "135227"
},
{
"db": "PACKETSTORM",
"id": "134303"
},
{
"db": "PACKETSTORM",
"id": "134827"
},
{
"db": "PACKETSTORM",
"id": "134295"
},
{
"db": "PACKETSTORM",
"id": "134828"
},
{
"db": "PACKETSTORM",
"id": "135286"
},
{
"db": "PACKETSTORM",
"id": "134298"
},
{
"db": "PACKETSTORM",
"id": "135155"
},
{
"db": "PACKETSTORM",
"id": "134291"
}
],
"trust": 2.79
},
"external_ids": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/external_ids#",
"data": {
"@container": "@list"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": [
{
"db": "NVD",
"id": "CVE-2015-5307",
"trust": 3.1
},
{
"db": "BID",
"id": "77528",
"trust": 1.4
},
{
"db": "JUNIPER",
"id": "JSA10783",
"trust": 1.4
},
{
"db": "SECTRACK",
"id": "1034105",
"trust": 1.1
},
{
"db": "OPENWALL",
"id": "OSS-SECURITY/2015/11/10/6",
"trust": 1.1
},
{
"db": "JVNDB",
"id": "JVNDB-2015-005933",
"trust": 0.8
},
{
"db": "JUNIPER",
"id": "JSA10770",
"trust": 0.3
},
{
"db": "VULMON",
"id": "CVE-2015-5307",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "135227",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "134303",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "134827",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "134295",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "134828",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "135286",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "134298",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "135155",
"trust": 0.1
},
{
"db": "PACKETSTORM",
"id": "134291",
"trust": 0.1
}
],
"sources": [
{
"db": "VULMON",
"id": "CVE-2015-5307"
},
{
"db": "BID",
"id": "77528"
},
{
"db": "PACKETSTORM",
"id": "135227"
},
{
"db": "PACKETSTORM",
"id": "134303"
},
{
"db": "PACKETSTORM",
"id": "134827"
},
{
"db": "PACKETSTORM",
"id": "134295"
},
{
"db": "PACKETSTORM",
"id": "134828"
},
{
"db": "PACKETSTORM",
"id": "135286"
},
{
"db": "PACKETSTORM",
"id": "134298"
},
{
"db": "PACKETSTORM",
"id": "135155"
},
{
"db": "PACKETSTORM",
"id": "134291"
},
{
"db": "JVNDB",
"id": "JVNDB-2015-005933"
},
{
"db": "NVD",
"id": "CVE-2015-5307"
}
]
},
"id": "VAR-201511-0294",
"iot": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/iot#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": true,
"sources": [
{
"db": "VARIoT devices database",
"id": null
}
],
"trust": 0.59105265
},
"last_update_date": "2025-12-21T20:45:27.841000Z",
"patch": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/patch#",
"data": {
"@container": "@list"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": [
{
"title": "KVM: x86: work around infinite loop in microcode when #AC is delivered",
"trust": 0.8,
"url": "https://github.com/torvalds/linux/commit/54a20552e1eae07aa240fa370a0293e006b5faed"
},
{
"title": "Linux Kernel Archives",
"trust": 0.8,
"url": "http://www.kernel.org"
},
{
"title": "KVM: x86: work around infinite loop in microcode when #AC is delivered",
"trust": 0.8,
"url": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54a20552e1eae07aa240fa370a0293e006b5faed"
},
{
"title": "Text Form of Oracle Critical Patch Update - January 2016 Risk Matrices",
"trust": 0.8,
"url": "http://www.oracle.com/technetwork/topics/security/cpujan2016verbose-2367956.html"
},
{
"title": "Oracle Critical Patch Update Advisory - January 2016",
"trust": 0.8,
"url": "http://www.oracle.com/technetwork/topics/security/cpujan2016-2367955.html"
},
{
"title": "Bug 1277172",
"trust": 0.8,
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1277172"
},
{
"title": "January 2016 Critical Patch Update Released",
"trust": 0.8,
"url": "https://blogs.oracle.com/security/entry/january_2016_critical_patch_update"
},
{
"title": "XSA-156",
"trust": 0.8,
"url": "http://xenbits.xen.org/xsa/advisory-156.html"
},
{
"title": "Red Hat: Important: kernel security update",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=red_hat_security_advisories\u0026qid=RHSA-20160004 - Security Advisory"
},
{
"title": "Red Hat: Important: kernel security and bug fix update",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=red_hat_security_advisories\u0026qid=RHSA-20152645 - Security Advisory"
},
{
"title": "Red Hat: Important: kernel security and bug fix update",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=red_hat_security_advisories\u0026qid=RHSA-20152552 - Security Advisory"
},
{
"title": "Red Hat: Important: kernel security, bug fix, and enhancement update",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=red_hat_security_advisories\u0026qid=RHSA-20152587 - Security Advisory"
},
{
"title": "Red Hat: Important: kernel security and bug fix update",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=red_hat_security_advisories\u0026qid=RHSA-20152636 - Security Advisory"
},
{
"title": "Ubuntu Security Notice: linux-lts-wily vulnerability",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-2807-1"
},
{
"title": "Ubuntu Security Notice: linux vulnerability",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-2801-1"
},
{
"title": "Ubuntu Security Notice: linux-lts-trusty vulnerability",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-2804-1"
},
{
"title": "Ubuntu Security Notice: linux-lts-vivid vulnerability",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-2806-1"
},
{
"title": "Ubuntu Security Notice: linux vulnerability",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-2803-1"
},
{
"title": "Ubuntu Security Notice: linux vulnerability",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-2802-1"
},
{
"title": "Ubuntu Security Notice: linux vulnerability",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-2800-1"
},
{
"title": "Ubuntu Security Notice: linux-lts-utopic vulnerability",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-2805-1"
},
{
"title": "Red Hat: CVE-2015-5307",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=red_hat_cve_database\u0026qid=CVE-2015-5307"
},
{
"title": "Debian Security Advisories: DSA-3454-1 virtualbox -- security update",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=debian_security_advisories\u0026qid=77cc990635f1378372ad437247c70f65"
},
{
"title": "Debian Security Advisories: DSA-3414-1 xen -- security update",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=debian_security_advisories\u0026qid=d81330fe0cb138acbe2c11ee586167b2"
},
{
"title": "Debian CVElist Bug Report Logs: Multiple security issues",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=debian_cvelist_bugreportlogs\u0026qid=d3f34965665f8672bfcf7c84c5b82813"
},
{
"title": "Oracle Linux Bulletins: Oracle Linux Bulletin - October 2015",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=oracle_linux_bulletins\u0026qid=435ed9abc2fb1e74ce2a69605a01e326"
},
{
"title": "Oracle: Oracle Critical Patch Update Advisory - January 2016",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=oracle_advisories\u0026qid=63802a6c83b107c4e6e0c7f9241a66a8"
},
{
"title": "Oracle VM Server for x86 Bulletins: Oracle VM Server for x86 Bulletin - July 2016",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=oracle_vm_server_for_x86_bulletins\u0026qid=6c15273f6bf4a785175f27073b98a1ce"
},
{
"title": "Oracle Linux Bulletins: Oracle Linux Bulletin - January 2016",
"trust": 0.1,
"url": "https://vulmon.com/vendoradvisory?qidtp=oracle_linux_bulletins\u0026qid=8ad80411af3e936eb2998df70506cc71"
},
{
"title": "cve_diff_checker",
"trust": 0.1,
"url": "https://github.com/lcatro/cve_diff_checker "
},
{
"title": "CVE-Study",
"trust": 0.1,
"url": "https://github.com/thdusdl1219/CVE-Study "
}
],
"sources": [
{
"db": "VULMON",
"id": "CVE-2015-5307"
},
{
"db": "JVNDB",
"id": "JVNDB-2015-005933"
}
]
},
"problemtype_data": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/problemtype_data#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": [
{
"problemtype": "CWE-399",
"trust": 1.8
}
],
"sources": [
{
"db": "JVNDB",
"id": "JVNDB-2015-005933"
},
{
"db": "NVD",
"id": "CVE-2015-5307"
}
]
},
"references": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/references#",
"data": {
"@container": "@list"
},
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": [
{
"trust": 1.4,
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1277172"
},
{
"trust": 1.4,
"url": "http://xenbits.xen.org/xsa/advisory-156.html"
},
{
"trust": 1.4,
"url": "http://www.oracle.com/technetwork/topics/security/cpujan2016-2367955.html"
},
{
"trust": 1.4,
"url": "http://www.oracle.com/technetwork/topics/security/ovmbulletinjul2016-3090546.html"
},
{
"trust": 1.4,
"url": "http://www.oracle.com/technetwork/topics/security/linuxbulletinjan2016-2867209.html"
},
{
"trust": 1.4,
"url": "http://www.oracle.com/technetwork/topics/security/linuxbulletinoct2015-2719645.html"
},
{
"trust": 1.4,
"url": "http://support.citrix.com/article/ctx202583"
},
{
"trust": 1.2,
"url": "http://rhn.redhat.com/errata/rhsa-2016-0046.html"
},
{
"trust": 1.2,
"url": "http://www.ubuntu.com/usn/usn-2805-1"
},
{
"trust": 1.2,
"url": "http://rhn.redhat.com/errata/rhsa-2015-2636.html"
},
{
"trust": 1.2,
"url": "http://www.ubuntu.com/usn/usn-2807-1"
},
{
"trust": 1.2,
"url": "http://www.ubuntu.com/usn/usn-2800-1"
},
{
"trust": 1.2,
"url": "http://rhn.redhat.com/errata/rhsa-2015-2645.html"
},
{
"trust": 1.1,
"url": "http://www.openwall.com/lists/oss-security/2015/11/10/6"
},
{
"trust": 1.1,
"url": "http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=54a20552e1eae07aa240fa370a0293e006b5faed"
},
{
"trust": 1.1,
"url": "https://github.com/torvalds/linux/commit/54a20552e1eae07aa240fa370a0293e006b5faed"
},
{
"trust": 1.1,
"url": "http://lists.opensuse.org/opensuse-security-announce/2016-08/msg00038.html"
},
{
"trust": 1.1,
"url": "http://www.securityfocus.com/bid/77528"
},
{
"trust": 1.1,
"url": "http://lists.opensuse.org/opensuse-security-announce/2016-02/msg00013.html"
},
{
"trust": 1.1,
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-november/172435.html"
},
{
"trust": 1.1,
"url": "http://lists.opensuse.org/opensuse-security-announce/2015-11/msg00035.html"
},
{
"trust": 1.1,
"url": "http://www.debian.org/security/2015/dsa-3396"
},
{
"trust": 1.1,
"url": "http://lists.opensuse.org/opensuse-security-announce/2015-12/msg00005.html"
},
{
"trust": 1.1,
"url": "http://www.ubuntu.com/usn/usn-2802-1"
},
{
"trust": 1.1,
"url": "http://lists.opensuse.org/opensuse-security-announce/2015-12/msg00026.html"
},
{
"trust": 1.1,
"url": "http://www.securitytracker.com/id/1034105"
},
{
"trust": 1.1,
"url": "http://www.debian.org/security/2016/dsa-3454"
},
{
"trust": 1.1,
"url": "http://lists.opensuse.org/opensuse-updates/2015-12/msg00039.html"
},
{
"trust": 1.1,
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-november/172300.html"
},
{
"trust": 1.1,
"url": "http://www.debian.org/security/2015/dsa-3414"
},
{
"trust": 1.1,
"url": "http://www.ubuntu.com/usn/usn-2801-1"
},
{
"trust": 1.1,
"url": "http://www.ubuntu.com/usn/usn-2804-1"
},
{
"trust": 1.1,
"url": "http://lists.fedoraproject.org/pipermail/package-announce/2015-november/172187.html"
},
{
"trust": 1.1,
"url": "http://lists.opensuse.org/opensuse-security-announce/2015-12/msg00031.html"
},
{
"trust": 1.1,
"url": "http://www.ubuntu.com/usn/usn-2806-1"
},
{
"trust": 1.1,
"url": "http://lists.opensuse.org/opensuse-updates/2015-12/msg00053.html"
},
{
"trust": 1.1,
"url": "http://www.ubuntu.com/usn/usn-2803-1"
},
{
"trust": 1.1,
"url": "https://kb.juniper.net/jsa10783"
},
{
"trust": 0.9,
"url": "https://nvd.nist.gov/vuln/detail/cve-2015-5307"
},
{
"trust": 0.8,
"url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2015-5307"
},
{
"trust": 0.8,
"url": "http://web.nvd.nist.gov/view/vuln/detail?vulnid=cve-2015-5307"
},
{
"trust": 0.6,
"url": "https://access.redhat.com/security/cve/cve-2015-5307"
},
{
"trust": 0.5,
"url": "https://www.redhat.com/mailman/listinfo/rhsa-announce"
},
{
"trust": 0.5,
"url": "https://nvd.nist.gov/vuln/detail/cve-2015-8104"
},
{
"trust": 0.5,
"url": "https://bugzilla.redhat.com/):"
},
{
"trust": 0.5,
"url": "https://access.redhat.com/security/team/key/"
},
{
"trust": 0.5,
"url": "https://access.redhat.com/articles/11258"
},
{
"trust": 0.5,
"url": "https://access.redhat.com/security/cve/cve-2015-8104"
},
{
"trust": 0.5,
"url": "https://access.redhat.com/security/team/contact/"
},
{
"trust": 0.5,
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"trust": 0.4,
"url": "https://rhn.redhat.com/errata/rhsa-2016-0004.html"
},
{
"trust": 0.4,
"url": "https://rhn.redhat.com/errata/rhsa-2016-0024.html"
},
{
"trust": 0.3,
"url": "http://www.linux-kvm.org/page/main_page"
},
{
"trust": 0.3,
"url": "http://www.xen.org/"
},
{
"trust": 0.3,
"url": "https://kb.juniper.net/infocenter/index?page=content\u0026id=jsa10770\u0026actp=rss"
},
{
"trust": 0.3,
"url": "https://kb.juniper.net/infocenter/index?page=content\u0026id=jsa10783\u0026cat=sirt_1\u0026actp=list"
},
{
"trust": 0.3,
"url": "https://technet.microsoft.com/library/security/3108638.aspx"
},
{
"trust": 0.2,
"url": "https://nvd.nist.gov/vuln/detail/cve-2015-7872"
},
{
"trust": 0.1,
"url": "https://cwe.mitre.org/data/definitions/399.html"
},
{
"trust": 0.1,
"url": "https://access.redhat.com/errata/rhsa-2016:0004"
},
{
"trust": 0.1,
"url": "https://usn.ubuntu.com/2807-1/"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov"
},
{
"trust": 0.1,
"url": "http://tools.cisco.com/security/center/viewalert.x?alertid=42022"
},
{
"trust": 0.1,
"url": "https://launchpad.net/ubuntu/+source/linux-lts-wily/4.2.0-18.22~14.04.1"
},
{
"trust": 0.1,
"url": "https://access.redhat.com/security/cve/cve-2015-7613"
},
{
"trust": 0.1,
"url": "https://access.redhat.com/security/cve/cve-2015-2925"
},
{
"trust": 0.1,
"url": "https://access.redhat.com/security/cve/cve-2015-7872"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2015-2925"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2015-7613"
},
{
"trust": 0.1,
"url": "https://launchpad.net/ubuntu/+source/linux-lts-utopic/3.16.0-53.72~14.04.1"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2015-7990"
},
{
"trust": 0.1,
"url": "https://nvd.nist.gov/vuln/detail/cve-2015-7833"
},
{
"trust": 0.1,
"url": "https://www.debian.org/security/faq"
},
{
"trust": 0.1,
"url": "https://www.debian.org/security/"
},
{
"trust": 0.1,
"url": "https://launchpad.net/ubuntu/+source/linux/3.2.0-94.134"
}
],
"sources": [
{
"db": "VULMON",
"id": "CVE-2015-5307"
},
{
"db": "BID",
"id": "77528"
},
{
"db": "PACKETSTORM",
"id": "135227"
},
{
"db": "PACKETSTORM",
"id": "134303"
},
{
"db": "PACKETSTORM",
"id": "134827"
},
{
"db": "PACKETSTORM",
"id": "134295"
},
{
"db": "PACKETSTORM",
"id": "134828"
},
{
"db": "PACKETSTORM",
"id": "135286"
},
{
"db": "PACKETSTORM",
"id": "134298"
},
{
"db": "PACKETSTORM",
"id": "135155"
},
{
"db": "PACKETSTORM",
"id": "134291"
},
{
"db": "JVNDB",
"id": "JVNDB-2015-005933"
},
{
"db": "NVD",
"id": "CVE-2015-5307"
}
]
},
"sources": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#",
"data": {
"@container": "@list"
}
},
"data": [
{
"db": "VULMON",
"id": "CVE-2015-5307"
},
{
"db": "BID",
"id": "77528"
},
{
"db": "PACKETSTORM",
"id": "135227"
},
{
"db": "PACKETSTORM",
"id": "134303"
},
{
"db": "PACKETSTORM",
"id": "134827"
},
{
"db": "PACKETSTORM",
"id": "134295"
},
{
"db": "PACKETSTORM",
"id": "134828"
},
{
"db": "PACKETSTORM",
"id": "135286"
},
{
"db": "PACKETSTORM",
"id": "134298"
},
{
"db": "PACKETSTORM",
"id": "135155"
},
{
"db": "PACKETSTORM",
"id": "134291"
},
{
"db": "JVNDB",
"id": "JVNDB-2015-005933"
},
{
"db": "NVD",
"id": "CVE-2015-5307"
}
]
},
"sources_release_date": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources_release_date#",
"data": {
"@container": "@list"
}
},
"data": [
{
"date": "2015-11-16T00:00:00",
"db": "VULMON",
"id": "CVE-2015-5307"
},
{
"date": "2015-11-10T00:00:00",
"db": "BID",
"id": "77528"
},
{
"date": "2016-01-12T15:55:00",
"db": "PACKETSTORM",
"id": "135227"
},
{
"date": "2015-11-10T23:56:00",
"db": "PACKETSTORM",
"id": "134303"
},
{
"date": "2015-12-16T03:30:58",
"db": "PACKETSTORM",
"id": "134827"
},
{
"date": "2015-11-10T17:59:04",
"db": "PACKETSTORM",
"id": "134295"
},
{
"date": "2015-12-16T03:31:08",
"db": "PACKETSTORM",
"id": "134828"
},
{
"date": "2016-01-19T21:09:08",
"db": "PACKETSTORM",
"id": "135286"
},
{
"date": "2015-11-10T17:59:32",
"db": "PACKETSTORM",
"id": "134298"
},
{
"date": "2016-01-07T16:59:15",
"db": "PACKETSTORM",
"id": "135155"
},
{
"date": "2015-11-10T17:58:37",
"db": "PACKETSTORM",
"id": "134291"
},
{
"date": "2015-11-17T00:00:00",
"db": "JVNDB",
"id": "JVNDB-2015-005933"
},
{
"date": "2015-11-16T11:59:05.070000",
"db": "NVD",
"id": "CVE-2015-5307"
}
]
},
"sources_update_date": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources_update_date#",
"data": {
"@container": "@list"
}
},
"data": [
{
"date": "2023-02-12T00:00:00",
"db": "VULMON",
"id": "CVE-2015-5307"
},
{
"date": "2017-04-18T00:05:00",
"db": "BID",
"id": "77528"
},
{
"date": "2016-01-28T00:00:00",
"db": "JVNDB",
"id": "JVNDB-2015-005933"
},
{
"date": "2025-04-12T10:46:40.837000",
"db": "NVD",
"id": "CVE-2015-5307"
}
]
},
"threat_type": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/threat_type#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": "network",
"sources": [
{
"db": "BID",
"id": "77528"
}
],
"trust": 0.3
},
"title": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/title#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": "Linux Kernel of KVM Subsystem and Xen Service disruption in (DoS) Vulnerabilities",
"sources": [
{
"db": "JVNDB",
"id": "JVNDB-2015-005933"
}
],
"trust": 0.8
},
"type": {
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/type#",
"sources": {
"@container": "@list",
"@context": {
"@vocab": "https://www.variotdbs.pl/ref/sources#"
}
}
},
"data": "Failure to Handle Exceptional Conditions",
"sources": [
{
"db": "BID",
"id": "77528"
}
],
"trust": 0.3
}
}
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.