var-201304-0124
Vulnerability from variot

Integer overflow in the fb_mmap function in drivers/video/fbmem.c in the Linux kernel before 3.8.9, as used in a certain Motorola build of Android 4.1.2 and other products, allows local users to create a read-write memory mapping for the entirety of kernel memory, and consequently gain privileges, via crafted /dev/graphics/fb0 mmap2 system calls, as demonstrated by the Motochopper pwn program. The Motorola Razr HD, Razr M and Atrix HD devices are devices that use the Qualcomm MSM8960 chip. Motorola Razr HD, Razr M and Atrix HD devices using Qualcomm's MSM8960 chip have security vulnerabilities under the Android 4.1.2 platform. Allows an attacker to connect to USB debugging mode, use the Android Debug Bridge (adb) to create a USB link, upload and execute the Motochopper pwn program to gain root access. Multiple Motorola devices for Android are prone to a local privilege-escalation vulnerability. Local attackers can exploit this issue to gain root privileges, which may aid in further attacks. (CVE-2013-2596)

arch/x86/kernel/cpu/perf_event_intel.c in the Linux kernel before 3.8.9, when the Performance Events Subsystem is enabled, specifies an incorrect bitmask, which allows local users to cause a denial of service (general protection fault and system crash) by attempting to set a reserved bit. (CVE-2013-1798)

Use-after-free vulnerability in arch/x86/kvm/x86.c in the Linux kernel through 3.8.4 allows guest OS users to cause a denial of service (host OS memory corruption) or possibly have unspecified other impact via a crafted application that triggers use of a guest physical address (GPA) in (1) movable or (2) removable memory during an MSR_KVM_SYSTEM_TIME kvm_set_msr_common operation. (CVE-2013-2141)

Heap-based buffer overflow in the tg3_read_vpd function in drivers/net/ethernet/broadcom/tg3.c in the Linux kernel before 3.8.6 allows physically proximate attackers to cause a denial of service (system crash) or possibly execute arbitrary code via crafted firmware that specifies a long string in the Vital Product Data (VPD) data structure. (CVE-2013-1929)

The main function in tools/hv/hv_kvp_daemon.c in hypervkvpd, as distributed in the Linux kernel before 3.8-rc1, allows local users to cause a denial of service (daemon exit) via a crafted application that sends a Netlink message. NOTE: this vulnerability exists because of an incorrect fix for CVE-2012-2669. (CVE-2013-1848)

The flush_signal_handlers function in kernel/signal.c in the Linux kernel before 3.8.4 preserves the value of the sa_restorer field across an exec operation, which makes it easier for local users to bypass the ASLR protection mechanism via a crafted application containing a sigaction system call. (CVE-2013-0914)

Heap-based buffer overflow in the wdm_in_callback function in drivers/usb/class/cdc-wdm.c in the Linux kernel before 3.8.4 allows physically proximate attackers to cause a denial of service (system crash) or possibly execute arbitrary code via a crafted cdc-wdm USB device. (CVE-2013-2548)

The translate_desc function in drivers/vhost/vhost.c in the Linux kernel before 3.7 does not properly handle cross-region descriptors, which allows guest OS users to obtain host OS privileges by leveraging KVM guest OS privileges. (CVE-2013-0228)

Memory leak in drivers/net/xen-netback/netback.c in the Xen netback functionality in the Linux kernel before 3.7.8 allows guest OS users to cause a denial of service (memory consumption) by triggering certain error conditions. (CVE-2013-0217)

The Xen netback functionality in the Linux kernel before 3.7.8 allows guest OS users to cause a denial of service (loop) by triggering ring pointer corruption. (CVE-2012-6547)

The updated packages provides a solution for these security issues. The verification of md5 checksums and GPG signatures is performed automatically for you. You can obtain the GPG public key of the Mandriva Security Team by executing:

gpg --recv-keys --keyserver pgp.mit.edu 0x22458A98

You can view other update advisories for Mandriva Linux at:

http://www.mandriva.com/en/support/security/advisories/

If you want to report vulnerabilities, please contact

security_(at)_mandriva.com


Type Bits/KeyID Date User ID pub 1024D/22458A98 2000-07-10 Mandriva Security Team -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux)

iD8DBQFRyE83mqjQ0CJFipgRAgpsAKDCNZxW0lBVmcEPovg8gYgjVzLm4wCgpzoW s4hnEgkN4Re4xoskJoTdPM0= =gyQf -----END PGP SIGNATURE-----

. 6.2) - x86_64

  1. The ETHTOOL_DELAY variable has been added, which makes sure the ethtool utility waits for some time before it tries to apply the options settings, thus fixing the bug. (BZ#1138299)

  2. During the memory allocation for a new socket to communicate to the server, the rpciod daemon released a clean page which needed to be committed. However, the commit was queueing indefinitely as the commit could only be provided with a socket connection. As a consequence, a deadlock occurred in rpciod. This update sets the PF_FSTRANS flag on the work queue task prior to the socket allocation, and adds the nfs_release_page check for the flag when deciding whether to make a commit call, thus fixing this bug.

  3. It was found that the Linux kernel's Infiniband subsystem did not properly sanitize input parameters while registering memory regions from user space via the (u)verbs API. (CVE-2013-2596, Important)

  4. It was found that the Linux kernel's KVM implementation did not ensure that the host CR4 control register value remained unchanged across VM entries on the same virtual CPU. (CVE-2014-3690, Moderate)

  5. It was found that the parse_rock_ridge_inode_internal() function of the Linux kernel's ISOFS implementation did not correctly check relocated directories when processing Rock Ridge child link (CL) tags. (CVE-2014-5471, CVE-2014-5472, Low)

  6. A stack-based buffer overflow flaw was found in the TechnoTrend/Hauppauge DEC USB device driver.

This update also fixes the following bugs:

  • Previously, a NULL pointer check that is needed to prevent an oops in the nfs_async_inode_return_delegation() function was removed. As a consequence, a NFS4 client could terminate unexpectedly. The missing NULL pointer check has been added back, and NFS4 client no longer crashes in this situation. (BZ#1187638)

  • Due to unbalanced multicast join and leave processing, the attempt to leave a multicast group that had not previously completed a join became unresponsive. This update resolves multiple locking issues in the IPoIB multicast code that allowed multicast groups to be left before the joining was entirely completed. Now, multicast join and leave failures or lockups no longer occur in the described situation. (BZ#1187663)

  • A failure to leave a multicast group which had previously been joined prevented the attempt to unregister from the "sa" service. Multiple locking issues in the IPoIB multicast join and leave processing have been fixed so that leaving a group that has completed its join process is successful. As a result, attempts to unregister from the "sa" service no longer lock up due to leaked resources. (BZ#1187665)

  • Due to a regression, when large reads which partially extended beyond the end of the underlying device were done, the raw driver returned the EIO error code instead of returning a short read covering the valid part of the device. The underlying source code has been patched, and the raw driver now returns a short read for the remainder of the device.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

  1. Bugs fixed (https://bugzilla.redhat.com/):

1034490 - CVE-2013-2596 kernel: integer overflow in fb_mmap 1134099 - CVE-2014-5471 CVE-2014-5472 kernel: isofs: unbound recursion when processing relocated directories 1153322 - CVE-2014-3690 kernel: kvm: vmx: invalid host cr4 handling across vm entries 1164266 - CVE-2014-8884 kernel: usb: buffer overflow in ttusb-dec 1181166 - CVE-2014-8159 kernel: infiniband: uverbs: unprotected physical memory access 1196581 - CVE-2015-1421 kernel: net: slab corruption from use after free on INIT collisions

  1. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1

===================================================================== Red Hat Security Advisory

Synopsis: Important: kernel security, bug fix, and enhancement update Advisory ID: RHSA-2014:1392-01 Product: Red Hat Enterprise Linux Advisory URL: https://rhn.redhat.com/errata/RHSA-2014-1392.html Issue date: 2014-10-14 CVE Names: CVE-2013-2596 CVE-2013-4483 CVE-2014-0181 CVE-2014-3122 CVE-2014-3601 CVE-2014-4608 CVE-2014-4653 CVE-2014-4654 CVE-2014-4655 CVE-2014-5045 CVE-2014-5077 =====================================================================

  1. Summary:

Updated kernel packages that fix multiple security issues, address several hundred bugs, and add numerous enhancements are now available as part of the ongoing support and maintenance of Red Hat Enterprise Linux version 6. This is the sixth regular update.

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.

  1. 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

  1. Description:

The kernel packages contain the Linux kernel, the core of any Linux operating system.

  • A NULL pointer dereference flaw was found in the way the Linux kernel's Stream Control Transmission Protocol (SCTP) implementation handled simultaneous connections between the same hosts. A remote attacker could use this flaw to crash the system. (CVE-2014-5077, Important)

  • An integer overflow flaw was found in the way the Linux kernel's Frame Buffer device implementation mapped kernel memory to user space via the mmap syscall. A local user able to access a frame buffer device file (/dev/fb*) could possibly use this flaw to escalate their privileges on the system. (CVE-2013-2596, Important)

  • A flaw was found in the way the ipc_rcu_putref() function in the Linux kernel's IPC implementation handled reference counter decrementing. A local, unprivileged user could use this flaw to trigger an Out of Memory (OOM) condition and, potentially, crash the system. (CVE-2013-4483, Moderate)

  • It was found that the permission checks performed by the Linux kernel when a netlink message was received were not sufficient. A local, unprivileged user could potentially bypass these restrictions by passing a netlink socket as stdout or stderr to a more privileged process and altering the output of this process. (CVE-2014-0181, Moderate)

  • It was found that the try_to_unmap_cluster() function in the Linux kernel's Memory Managment subsystem did not properly handle page locking in certain cases, which could potentially trigger the BUG_ON() macro in the mlock_vma_page() function. A local, unprivileged user could use this flaw to crash the system. (CVE-2014-3122, Moderate)

  • A flaw was found in the way the Linux kernel's kvm_iommu_map_pages() function handled IOMMU mapping failures. A privileged user in a guest with an assigned host device could use this flaw to crash the host. (CVE-2014-3601, Moderate)

  • Multiple use-after-free flaws were found in the way the Linux kernel's Advanced Linux Sound Architecture (ALSA) implementation handled user controls. A local, privileged user could use either of these flaws to crash the system. (CVE-2014-4653, CVE-2014-4654, CVE-2014-4655, Moderate)

  • A flaw was found in the way the Linux kernel's VFS subsystem handled reference counting when performing unmount operations on symbolic links. A local, unprivileged user could use this flaw to exhaust all available memory on the system or, potentially, trigger a use-after-free error, resulting in a system crash or privilege escalation. (CVE-2014-5045, Moderate)

  • An integer overflow flaw was found in the way the lzo1x_decompress_safe() function of the Linux kernel's LZO implementation processed Literal Runs. A local attacker could, in extremely rare cases, use this flaw to crash the system or, potentially, escalate their privileges on the system. (CVE-2014-4608, Low)

Red Hat would like to thank Vladimir Davydov of Parallels for reporting CVE-2013-4483, Jack Morgenstein of Mellanox for reporting CVE-2014-3601, Vasily Averin of Parallels for reporting CVE-2014-5045, and Don A. Bailey from Lab Mouse Security for reporting CVE-2014-4608. The security impact of the CVE-2014-3601 issue was discovered by Michael Tsirkin of Red Hat.

This update also fixes several hundred bugs and adds numerous enhancements. Refer to the Red Hat Enterprise Linux 6.6 Release Notes for information on the most significant of these changes, and the Technical Notes for further information, both linked to in the References.

All Red Hat Enterprise Linux 6 users are advised to install these updated packages, which correct these issues, and fix the bugs and add the enhancements noted in the Red Hat Enterprise Linux 6.6 Release Notes and Technical Notes. The system must be rebooted for this update to take effect.

  1. Solution:

Before applying this update, make sure all previously released errata relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at https://access.redhat.com/articles/11258

To install kernel packages manually, use "rpm -ivh [package]". Do not use "rpm -Uvh" as that will remove the running kernel binaries from your system. You may use "rpm -e" to remove old kernels after determining that the new kernel functions properly on your system.

  1. Bugs fixed (https://bugzilla.redhat.com/):

739866 - checkpolicy cannot parse /selinux/policy on ppc64 and s390x 786463 - nfs mount hangs when kerberos ticket expires 889471 - [Btrfs] BUG: unable to handle kernel NULL pointer dereference at (null) btrfs_get_sb should return error when open_ctree failed 915862 - The sync mount option does not work for NFSv4 mounts in RHEL6 997651 - possible recursive locking detected 998024 - nfsd sometimes grants delegations too soon following conflicting open requests 1010882 - kvm: backport "Improve create VCPU parameter" 1024854 - CVE-2013-4483 kernel: ipc: ipc_rcu_putref refcount races 1027480 - alb_send_learning_packets using an obsolete EtherType 1030411 - resizing thin-snapshot with external origin should return zeros behind origin's end 1031488 - Restore the mask bit correctly in eoi_ioapic_irq() 1034490 - CVE-2013-2596 kernel: integer overflow in fb_mmap 1036972 - use after free in new nfsd DRC code 1044438 - cifs: Unable to append to an existing file in cache=none mode. 1059496 - KVM: x86 emulator: Implement jmp far opcode ff/5 1063836 - kvm: 23090: cpu0 unhandled wrmsr 0x391 data 2000000f 1065304 - kernel/sched: incorrect setup of sched_group->cpu_power for NUMA systems 1069028 - ixgbevf prematurely strips VLAN tags 1072373 - Along with the increase of vCPUs in guest, and guest OS will spend more time to boot up in specified machine. 1077463 - gfs2: quotas not refreshed in gfs2_adjust_quota 1090423 - Data integrity issue on rebuilding RAID 6 with 100MB resync speed 1093076 - CVE-2014-3122 Kernel: mm: try_to_unmap_cluster() should lock_page() before mlocking 1094265 - CVE-2014-0181 kernel: net: insufficient permision checks of netlink messages 1095627 - missing vhost schedule causing thread starvation 1100523 - ext4 filesystem option 'max_batch_time' actually displays 'min_batch_time' in /proc/mounts 1113409 - CVE-2014-4653 Kernel: ALSA: control: do not access controls outside of protected regions 1113445 - CVE-2014-4654 CVE-2014-4655 Kernel: ALSA: control: use-after-free in replacing user controls 1113899 - CVE-2014-4608 kernel: lzo1x_decompress_safe() integer overflow 1118123 - [Hyper-V][REHL 6.6] fcopy large file from host to guest failed 1122472 - CVE-2014-5045 kernel: vfs: refcount issues during unmount on symlink 1122982 - CVE-2014-5077 Kernel: net: SCTP: fix a NULL pointer dereference during INIT collisions 1124351 - raid1 Data corruption after recovery with bitmap 1127231 - dmeventd hanging while handling lost leg in RAID1 LV 1131951 - CVE-2014-3601 kernel: kvm: invalid parameter passing in kvm_iommu_map_pages()

  1. Package List:

Red Hat Enterprise Linux Desktop (v. 6):

Source: kernel-2.6.32-504.el6.src.rpm

i386: kernel-2.6.32-504.el6.i686.rpm kernel-debug-2.6.32-504.el6.i686.rpm kernel-debug-debuginfo-2.6.32-504.el6.i686.rpm kernel-debug-devel-2.6.32-504.el6.i686.rpm kernel-debuginfo-2.6.32-504.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm kernel-devel-2.6.32-504.el6.i686.rpm kernel-headers-2.6.32-504.el6.i686.rpm perf-2.6.32-504.el6.i686.rpm perf-debuginfo-2.6.32-504.el6.i686.rpm python-perf-debuginfo-2.6.32-504.el6.i686.rpm

noarch: kernel-abi-whitelists-2.6.32-504.el6.noarch.rpm kernel-doc-2.6.32-504.el6.noarch.rpm kernel-firmware-2.6.32-504.el6.noarch.rpm

x86_64: kernel-2.6.32-504.el6.x86_64.rpm kernel-debug-2.6.32-504.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debug-devel-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm kernel-devel-2.6.32-504.el6.x86_64.rpm kernel-headers-2.6.32-504.el6.x86_64.rpm perf-2.6.32-504.el6.x86_64.rpm perf-debuginfo-2.6.32-504.el6.x86_64.rpm python-perf-debuginfo-2.6.32-504.el6.x86_64.rpm

Red Hat Enterprise Linux Desktop Optional (v. 6):

i386: kernel-debug-debuginfo-2.6.32-504.el6.i686.rpm kernel-debuginfo-2.6.32-504.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm perf-debuginfo-2.6.32-504.el6.i686.rpm python-perf-2.6.32-504.el6.i686.rpm python-perf-debuginfo-2.6.32-504.el6.i686.rpm

x86_64: kernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm perf-debuginfo-2.6.32-504.el6.x86_64.rpm python-perf-2.6.32-504.el6.x86_64.rpm python-perf-debuginfo-2.6.32-504.el6.x86_64.rpm

Red Hat Enterprise Linux HPC Node (v. 6):

Source: kernel-2.6.32-504.el6.src.rpm

noarch: kernel-abi-whitelists-2.6.32-504.el6.noarch.rpm kernel-doc-2.6.32-504.el6.noarch.rpm kernel-firmware-2.6.32-504.el6.noarch.rpm

x86_64: kernel-2.6.32-504.el6.x86_64.rpm kernel-debug-2.6.32-504.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debug-devel-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm kernel-devel-2.6.32-504.el6.x86_64.rpm kernel-headers-2.6.32-504.el6.x86_64.rpm perf-2.6.32-504.el6.x86_64.rpm perf-debuginfo-2.6.32-504.el6.x86_64.rpm python-perf-debuginfo-2.6.32-504.el6.x86_64.rpm

Red Hat Enterprise Linux HPC Node Optional (v. 6):

x86_64: kernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm perf-debuginfo-2.6.32-504.el6.x86_64.rpm python-perf-2.6.32-504.el6.x86_64.rpm python-perf-debuginfo-2.6.32-504.el6.x86_64.rpm

Red Hat Enterprise Linux Server (v. 6):

Source: kernel-2.6.32-504.el6.src.rpm

i386: kernel-2.6.32-504.el6.i686.rpm kernel-debug-2.6.32-504.el6.i686.rpm kernel-debug-debuginfo-2.6.32-504.el6.i686.rpm kernel-debug-devel-2.6.32-504.el6.i686.rpm kernel-debuginfo-2.6.32-504.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm kernel-devel-2.6.32-504.el6.i686.rpm kernel-headers-2.6.32-504.el6.i686.rpm perf-2.6.32-504.el6.i686.rpm perf-debuginfo-2.6.32-504.el6.i686.rpm python-perf-debuginfo-2.6.32-504.el6.i686.rpm

noarch: kernel-abi-whitelists-2.6.32-504.el6.noarch.rpm kernel-doc-2.6.32-504.el6.noarch.rpm kernel-firmware-2.6.32-504.el6.noarch.rpm

ppc64: kernel-2.6.32-504.el6.ppc64.rpm kernel-bootwrapper-2.6.32-504.el6.ppc64.rpm kernel-debug-2.6.32-504.el6.ppc64.rpm kernel-debug-debuginfo-2.6.32-504.el6.ppc64.rpm kernel-debug-devel-2.6.32-504.el6.ppc64.rpm kernel-debuginfo-2.6.32-504.el6.ppc64.rpm kernel-debuginfo-common-ppc64-2.6.32-504.el6.ppc64.rpm kernel-devel-2.6.32-504.el6.ppc64.rpm kernel-headers-2.6.32-504.el6.ppc64.rpm perf-2.6.32-504.el6.ppc64.rpm perf-debuginfo-2.6.32-504.el6.ppc64.rpm python-perf-debuginfo-2.6.32-504.el6.ppc64.rpm

s390x: kernel-2.6.32-504.el6.s390x.rpm kernel-debug-2.6.32-504.el6.s390x.rpm kernel-debug-debuginfo-2.6.32-504.el6.s390x.rpm kernel-debug-devel-2.6.32-504.el6.s390x.rpm kernel-debuginfo-2.6.32-504.el6.s390x.rpm kernel-debuginfo-common-s390x-2.6.32-504.el6.s390x.rpm kernel-devel-2.6.32-504.el6.s390x.rpm kernel-headers-2.6.32-504.el6.s390x.rpm kernel-kdump-2.6.32-504.el6.s390x.rpm kernel-kdump-debuginfo-2.6.32-504.el6.s390x.rpm kernel-kdump-devel-2.6.32-504.el6.s390x.rpm perf-2.6.32-504.el6.s390x.rpm perf-debuginfo-2.6.32-504.el6.s390x.rpm python-perf-debuginfo-2.6.32-504.el6.s390x.rpm

x86_64: kernel-2.6.32-504.el6.x86_64.rpm kernel-debug-2.6.32-504.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debug-devel-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm kernel-devel-2.6.32-504.el6.x86_64.rpm kernel-headers-2.6.32-504.el6.x86_64.rpm perf-2.6.32-504.el6.x86_64.rpm perf-debuginfo-2.6.32-504.el6.x86_64.rpm python-perf-debuginfo-2.6.32-504.el6.x86_64.rpm

Red Hat Enterprise Linux Server Optional (v. 6):

i386: kernel-debug-debuginfo-2.6.32-504.el6.i686.rpm kernel-debuginfo-2.6.32-504.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm perf-debuginfo-2.6.32-504.el6.i686.rpm python-perf-2.6.32-504.el6.i686.rpm python-perf-debuginfo-2.6.32-504.el6.i686.rpm

ppc64: kernel-debug-debuginfo-2.6.32-504.el6.ppc64.rpm kernel-debuginfo-2.6.32-504.el6.ppc64.rpm kernel-debuginfo-common-ppc64-2.6.32-504.el6.ppc64.rpm perf-debuginfo-2.6.32-504.el6.ppc64.rpm python-perf-2.6.32-504.el6.ppc64.rpm python-perf-debuginfo-2.6.32-504.el6.ppc64.rpm

s390x: kernel-debug-debuginfo-2.6.32-504.el6.s390x.rpm kernel-debuginfo-2.6.32-504.el6.s390x.rpm kernel-debuginfo-common-s390x-2.6.32-504.el6.s390x.rpm kernel-kdump-debuginfo-2.6.32-504.el6.s390x.rpm perf-debuginfo-2.6.32-504.el6.s390x.rpm python-perf-2.6.32-504.el6.s390x.rpm python-perf-debuginfo-2.6.32-504.el6.s390x.rpm

x86_64: kernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm perf-debuginfo-2.6.32-504.el6.x86_64.rpm python-perf-2.6.32-504.el6.x86_64.rpm python-perf-debuginfo-2.6.32-504.el6.x86_64.rpm

Red Hat Enterprise Linux Workstation (v. 6):

Source: kernel-2.6.32-504.el6.src.rpm

i386: kernel-2.6.32-504.el6.i686.rpm kernel-debug-2.6.32-504.el6.i686.rpm kernel-debug-debuginfo-2.6.32-504.el6.i686.rpm kernel-debug-devel-2.6.32-504.el6.i686.rpm kernel-debuginfo-2.6.32-504.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm kernel-devel-2.6.32-504.el6.i686.rpm kernel-headers-2.6.32-504.el6.i686.rpm perf-2.6.32-504.el6.i686.rpm perf-debuginfo-2.6.32-504.el6.i686.rpm python-perf-debuginfo-2.6.32-504.el6.i686.rpm

noarch: kernel-abi-whitelists-2.6.32-504.el6.noarch.rpm kernel-doc-2.6.32-504.el6.noarch.rpm kernel-firmware-2.6.32-504.el6.noarch.rpm

x86_64: kernel-2.6.32-504.el6.x86_64.rpm kernel-debug-2.6.32-504.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debug-devel-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm kernel-devel-2.6.32-504.el6.x86_64.rpm kernel-headers-2.6.32-504.el6.x86_64.rpm perf-2.6.32-504.el6.x86_64.rpm perf-debuginfo-2.6.32-504.el6.x86_64.rpm python-perf-debuginfo-2.6.32-504.el6.x86_64.rpm

Red Hat Enterprise Linux Workstation Optional (v. 6):

i386: kernel-debug-debuginfo-2.6.32-504.el6.i686.rpm kernel-debuginfo-2.6.32-504.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm perf-debuginfo-2.6.32-504.el6.i686.rpm python-perf-2.6.32-504.el6.i686.rpm python-perf-debuginfo-2.6.32-504.el6.i686.rpm

x86_64: kernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-2.6.32-504.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm perf-debuginfo-2.6.32-504.el6.x86_64.rpm python-perf-2.6.32-504.el6.x86_64.rpm python-perf-debuginfo-2.6.32-504.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/#package

  1. References:

https://www.redhat.com/security/data/cve/CVE-2013-2596.html https://www.redhat.com/security/data/cve/CVE-2013-4483.html https://www.redhat.com/security/data/cve/CVE-2014-0181.html https://www.redhat.com/security/data/cve/CVE-2014-3122.html https://www.redhat.com/security/data/cve/CVE-2014-3601.html https://www.redhat.com/security/data/cve/CVE-2014-4608.html https://www.redhat.com/security/data/cve/CVE-2014-4653.html https://www.redhat.com/security/data/cve/CVE-2014-4654.html https://www.redhat.com/security/data/cve/CVE-2014-4655.html https://www.redhat.com/security/data/cve/CVE-2014-5045.html https://www.redhat.com/security/data/cve/CVE-2014-5077.html https://access.redhat.com/security/updates/classification/#important https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.6_Technical_Notes/kernel.html#RHSA-2014-1392 https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/6.6_Release_Notes/index.html

  1. Contact:

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/

Copyright 2014 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1

iD8DBQFUPKxFXlSAg2UNWIIRAkwDAJ9mvXUXLdfD/FRwrdkPl2+B610zpACdHa+q m8JupSzJWBzh/fi0DUX0uyI= =D7cp -----END PGP SIGNATURE-----

-- RHSA-announce mailing list RHSA-announce@redhat.com https://www.redhat.com/mailman/listinfo/rhsa-announce . (CVE-2013-2596, Important)

  • It was found that the Xen hypervisor x86 CPU emulator implementation did not correctly handle certain instructions with segment overrides, potentially resulting in a memory corruption. The provided patch ensures that the division is only performed if the CPU power is not zero, and the aforementioned panic no longer occurs. (BZ#1209728)

  • Prior to this update, a bug occurred when performing an online resize of an ext4 file system which had been previously converted from ext3. The provided patch fixes online resizing for such file systems by limiting the blockgroup search loop for non-extent files, and the mentioned kernel crash no longer occurs. This bug has been fixed by defining a new div64_ul() division function and correcting the affected calculation in the proc_sched_show_task() function. (BZ#1199898)

  • When repeating a Coordinated Universal Time (UTC) value during a leap second (when the UTC time should be 23:59:60), the International Atomic Time (TAI) timescale previously stopped as the kernel NTP code incremented the TAI offset one second too late. A patch has been provided, which fixes the bug by incrementing the offset during the leap second itself. Now, the correct TAI is set during the leap second

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-201304-0124",
  "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": "kernel",
        "scope": "lt",
        "trust": 1.8,
        "vendor": "linux",
        "version": "3.8.9"
      },
      {
        "model": "atrix hd",
        "scope": null,
        "trust": 1.4,
        "vendor": "motorola",
        "version": null
      },
      {
        "model": "razr m",
        "scope": null,
        "trust": 1.4,
        "vendor": "motorola",
        "version": null
      },
      {
        "model": "razr hd",
        "scope": null,
        "trust": 1.4,
        "vendor": "motorola",
        "version": null
      },
      {
        "model": "kernel",
        "scope": "lt",
        "trust": 1.0,
        "vendor": "linux",
        "version": "3.0.75"
      },
      {
        "model": "kernel",
        "scope": "lt",
        "trust": 1.0,
        "vendor": "linux",
        "version": "3.4.42"
      },
      {
        "model": "kernel",
        "scope": "lt",
        "trust": 1.0,
        "vendor": "linux",
        "version": "3.2.45"
      },
      {
        "model": "kernel",
        "scope": "gte",
        "trust": 1.0,
        "vendor": "linux",
        "version": "3.1"
      },
      {
        "model": "android",
        "scope": "eq",
        "trust": 1.0,
        "vendor": "motorola",
        "version": "4.1.2"
      },
      {
        "model": "kernel",
        "scope": "gte",
        "trust": 1.0,
        "vendor": "linux",
        "version": "2.6.12"
      },
      {
        "model": "kernel",
        "scope": "gte",
        "trust": 1.0,
        "vendor": "linux",
        "version": "3.3"
      },
      {
        "model": "kernel",
        "scope": "gte",
        "trust": 1.0,
        "vendor": "linux",
        "version": "3.5"
      },
      {
        "model": "made android",
        "scope": "eq",
        "trust": 0.8,
        "vendor": "motorola",
        "version": "4.1.2"
      },
      {
        "model": "msm8960",
        "scope": null,
        "trust": 0.8,
        "vendor": "qualcomm",
        "version": null
      },
      {
        "model": "kernel",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "linux",
        "version": "3.8.4"
      },
      {
        "model": "kernel",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "linux",
        "version": "3.8.8"
      },
      {
        "model": "kernel",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "linux",
        "version": "3.8.2"
      },
      {
        "model": "kernel",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "linux",
        "version": "3.8.6"
      },
      {
        "model": "kernel",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "linux",
        "version": "3.8.7"
      },
      {
        "model": "kernel",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "linux",
        "version": "3.8.5"
      },
      {
        "model": "kernel",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "linux",
        "version": "3.8.0"
      },
      {
        "model": "kernel",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "linux",
        "version": "3.8.1"
      },
      {
        "model": "kernel",
        "scope": "eq",
        "trust": 0.6,
        "vendor": "linux",
        "version": "3.8.3"
      },
      {
        "model": "enterprise linux desktop client",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "redhat",
        "version": "5"
      },
      {
        "model": "enterprise linux server",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "redhat",
        "version": "5"
      },
      {
        "model": "enterprise linux",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "oracle",
        "version": "6.2"
      },
      {
        "model": "enterprise linux",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "oracle",
        "version": "6"
      },
      {
        "model": "enterprise linux",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "oracle",
        "version": "5"
      },
      {
        "model": "razr m",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "motorola",
        "version": "0"
      },
      {
        "model": "razr hd",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "motorola",
        "version": "0"
      },
      {
        "model": "atrix hd",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "motorola",
        "version": "0"
      },
      {
        "model": "business server",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "mandriva",
        "version": "1x8664"
      },
      {
        "model": "business server",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "mandriva",
        "version": "1"
      },
      {
        "model": "ctpview",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "juniper",
        "version": "7.3"
      },
      {
        "model": "ctpview 7.1r2",
        "scope": null,
        "trust": 0.3,
        "vendor": "juniper",
        "version": null
      },
      {
        "model": "ctpview 7.1r1",
        "scope": null,
        "trust": 0.3,
        "vendor": "juniper",
        "version": null
      },
      {
        "model": "centos",
        "scope": "eq",
        "trust": 0.3,
        "vendor": "centos",
        "version": "5"
      },
      {
        "model": "ctpview 7.3r1",
        "scope": "ne",
        "trust": 0.3,
        "vendor": "juniper",
        "version": null
      },
      {
        "model": "ctpview 7.1r3",
        "scope": "ne",
        "trust": 0.3,
        "vendor": "juniper",
        "version": null
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2013-03380"
      },
      {
        "db": "BID",
        "id": "59264"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201304-199"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-2596"
      }
    ]
  },
  "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": [
          {
            "children": [
              {
                "children": [],
                "cpe_match": [
                  {
                    "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "cpe_name": [],
                    "versionEndExcluding": "3.0.75",
                    "versionStartIncluding": "2.6.12",
                    "vulnerable": true
                  },
                  {
                    "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "cpe_name": [],
                    "versionEndExcluding": "3.2.45",
                    "versionStartIncluding": "3.1",
                    "vulnerable": true
                  },
                  {
                    "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "cpe_name": [],
                    "versionEndExcluding": "3.4.42",
                    "versionStartIncluding": "3.3",
                    "vulnerable": true
                  },
                  {
                    "cpe23Uri": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                    "cpe_name": [],
                    "versionEndExcluding": "3.8.9",
                    "versionStartIncluding": "3.5",
                    "vulnerable": true
                  },
                  {
                    "cpe23Uri": "cpe:2.3:o:motorola:android:4.1.2:*:*:*:*:*:*:*",
                    "cpe_name": [],
                    "vulnerable": true
                  }
                ],
                "operator": "OR"
              },
              {
                "children": [],
                "cpe_match": [
                  {
                    "cpe23Uri": "cpe:2.3:h:motorola:atrix_hd:-:*:*:*:*:*:*:*",
                    "cpe_name": [],
                    "vulnerable": false
                  },
                  {
                    "cpe23Uri": "cpe:2.3:h:motorola:razr_hd:-:*:*:*:*:*:*:*",
                    "cpe_name": [],
                    "vulnerable": false
                  },
                  {
                    "cpe23Uri": "cpe:2.3:h:motorola:razr_m:-:*:*:*:*:*:*:*",
                    "cpe_name": [],
                    "vulnerable": false
                  },
                  {
                    "cpe23Uri": "cpe:2.3:h:qualcomm:msm8960:-:*:*:*:*:*:*:*",
                    "cpe_name": [],
                    "vulnerable": false
                  }
                ],
                "operator": "OR"
              }
            ],
            "cpe_match": [],
            "operator": "AND"
          }
        ]
      }
    ],
    "sources": [
      {
        "db": "NVD",
        "id": "CVE-2013-2596"
      }
    ]
  },
  "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": "130871"
      },
      {
        "db": "PACKETSTORM",
        "id": "131312"
      },
      {
        "db": "PACKETSTORM",
        "id": "128664"
      },
      {
        "db": "PACKETSTORM",
        "id": "136240"
      },
      {
        "db": "PACKETSTORM",
        "id": "131409"
      }
    ],
    "trust": 0.5
  },
  "cve": "CVE-2013-2596",
  "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": [
          {
            "acInsufInfo": false,
            "accessComplexity": "MEDIUM",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "author": "NVD",
            "availabilityImpact": "COMPLETE",
            "baseScore": 6.9,
            "confidentialityImpact": "COMPLETE",
            "exploitabilityScore": 3.4,
            "impactScore": 10.0,
            "integrityImpact": "COMPLETE",
            "obtainAllPrivilege": true,
            "obtainOtherPrivilege": false,
            "obtainUserPrivilege": false,
            "severity": "MEDIUM",
            "trust": 1.0,
            "userInteractionRequired": false,
            "vectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C",
            "version": "2.0"
          },
          {
            "acInsufInfo": null,
            "accessComplexity": "Medium",
            "accessVector": "Local",
            "authentication": "None",
            "author": "NVD",
            "availabilityImpact": "Complete",
            "baseScore": 6.9,
            "confidentialityImpact": "Complete",
            "exploitabilityScore": null,
            "id": "CVE-2013-2596",
            "impactScore": null,
            "integrityImpact": "Complete",
            "obtainAllPrivilege": null,
            "obtainOtherPrivilege": null,
            "obtainUserPrivilege": null,
            "severity": "Medium",
            "trust": 0.9,
            "userInteractionRequired": null,
            "vectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C",
            "version": "2.0"
          },
          {
            "accessComplexity": "MEDIUM",
            "accessVector": "LOCAL",
            "authentication": "NONE",
            "author": "CNVD",
            "availabilityImpact": "COMPLETE",
            "baseScore": 6.9,
            "confidentialityImpact": "COMPLETE",
            "exploitabilityScore": 3.4,
            "id": "CNVD-2013-03380",
            "impactScore": 10.0,
            "integrityImpact": "COMPLETE",
            "severity": "MEDIUM",
            "trust": 0.6,
            "vectorString": "AV:L/AC:M/Au:N/C:C/I:C/A:C",
            "version": "2.0"
          }
        ],
        "cvssV3": [],
        "severity": [
          {
            "author": "NVD",
            "id": "CVE-2013-2596",
            "trust": 1.8,
            "value": "MEDIUM"
          },
          {
            "author": "CNVD",
            "id": "CNVD-2013-03380",
            "trust": 0.6,
            "value": "MEDIUM"
          },
          {
            "author": "CNNVD",
            "id": "CNNVD-201304-199",
            "trust": 0.6,
            "value": "MEDIUM"
          },
          {
            "author": "VULMON",
            "id": "CVE-2013-2596",
            "trust": 0.1,
            "value": "MEDIUM"
          }
        ]
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2013-03380"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-2596"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201304-199"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-2596"
      }
    ]
  },
  "description": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/description#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "Integer overflow in the fb_mmap function in drivers/video/fbmem.c in the Linux kernel before 3.8.9, as used in a certain Motorola build of Android 4.1.2 and other products, allows local users to create a read-write memory mapping for the entirety of kernel memory, and consequently gain privileges, via crafted /dev/graphics/fb0 mmap2 system calls, as demonstrated by the Motochopper pwn program. The Motorola Razr HD, Razr M and Atrix HD devices are devices that use the Qualcomm MSM8960 chip. Motorola Razr HD, Razr M and Atrix HD devices using Qualcomm\u0027s MSM8960 chip have security vulnerabilities under the Android 4.1.2 platform. Allows an attacker to connect to USB debugging mode, use the Android Debug Bridge (adb) to create a USB link, upload and execute the Motochopper pwn program to gain root access. Multiple Motorola devices for Android are prone to a local privilege-escalation vulnerability. \nLocal attackers can exploit this issue to gain root privileges, which may aid in further attacks. (CVE-2013-2596)\n \n arch/x86/kernel/cpu/perf_event_intel.c in the Linux kernel before\n 3.8.9, when the Performance Events Subsystem is enabled, specifies\n an incorrect bitmask, which allows local users to cause a denial of\n service (general protection fault and system crash) by attempting to\n set a reserved bit. (CVE-2013-1798)\n \n Use-after-free vulnerability in arch/x86/kvm/x86.c in the Linux kernel\n through 3.8.4 allows guest OS users to cause a denial of service (host\n OS memory corruption) or possibly have unspecified other impact via a\n crafted application that triggers use of a guest physical address (GPA)\n in (1) movable or (2) removable memory during an MSR_KVM_SYSTEM_TIME\n kvm_set_msr_common operation. (CVE-2013-2141)\n \n Heap-based buffer overflow in the tg3_read_vpd function in\n drivers/net/ethernet/broadcom/tg3.c in the Linux kernel before 3.8.6\n allows physically proximate attackers to cause a denial of service\n (system crash) or possibly execute arbitrary code via crafted firmware\n that specifies a long string in the Vital Product Data (VPD) data\n structure. (CVE-2013-1929)\n \n The main function in tools/hv/hv_kvp_daemon.c in hypervkvpd, as\n distributed in the Linux kernel before 3.8-rc1, allows local users\n to cause a denial of service (daemon exit) via a crafted application\n that sends a Netlink message. NOTE: this vulnerability exists because\n of an incorrect fix for CVE-2012-2669. (CVE-2013-1848)\n \n The flush_signal_handlers function in kernel/signal.c in the Linux\n kernel before 3.8.4 preserves the value of the sa_restorer field across\n an exec operation, which makes it easier for local users to bypass\n the ASLR protection mechanism via a crafted application containing\n a sigaction system call. (CVE-2013-0914)\n \n Heap-based buffer overflow in the wdm_in_callback function in\n drivers/usb/class/cdc-wdm.c in the Linux kernel before 3.8.4 allows\n physically proximate attackers to cause a denial of service (system\n crash) or possibly execute arbitrary code via a crafted cdc-wdm USB\n device. (CVE-2013-2548)\n \n The translate_desc function in drivers/vhost/vhost.c in the Linux\n kernel before 3.7 does not properly handle cross-region descriptors,\n which allows guest OS users to obtain host OS privileges by leveraging\n KVM guest OS privileges. (CVE-2013-0228)\n \n Memory leak in drivers/net/xen-netback/netback.c in the Xen netback\n functionality in the Linux kernel before 3.7.8 allows guest OS users to\n cause a denial of service (memory consumption) by triggering certain\n error conditions. (CVE-2013-0217)\n \n The Xen netback functionality in the Linux kernel before 3.7.8 allows\n guest OS users to cause a denial of service (loop) by triggering ring\n pointer corruption. (CVE-2012-6547)\n \n The updated packages provides a solution for these security issues.  The verification\n of md5 checksums and GPG signatures is performed automatically for you.  You can obtain the\n GPG public key of the Mandriva Security Team by executing:\n\n  gpg --recv-keys --keyserver pgp.mit.edu 0x22458A98\n\n You can view other update advisories for Mandriva Linux at:\n\n  http://www.mandriva.com/en/support/security/advisories/\n\n If you want to report vulnerabilities, please contact\n\n  security_(at)_mandriva.com\n _______________________________________________________________________\n\n Type Bits/KeyID     Date       User ID\n pub  1024D/22458A98 2000-07-10 Mandriva Security Team\n  \u003csecurity*mandriva.com\u003e\n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1.4.12 (GNU/Linux)\n\niD8DBQFRyE83mqjQ0CJFipgRAgpsAKDCNZxW0lBVmcEPovg8gYgjVzLm4wCgpzoW\ns4hnEgkN4Re4xoskJoTdPM0=\n=gyQf\n-----END PGP SIGNATURE-----\n\n\n. 6.2) - x86_64\n\n3. The ETHTOOL_DELAY variable has been added, which makes sure\nthe ethtool utility waits for some time before it tries to apply the\noptions settings, thus fixing the bug. (BZ#1138299)\n\n* During the memory allocation for a new socket to communicate to the\nserver, the rpciod daemon released a clean page which needed to be\ncommitted. However, the commit was queueing indefinitely as the commit\ncould only be provided with a socket connection. As a consequence, a\ndeadlock occurred in rpciod. This update sets the PF_FSTRANS flag on the\nwork queue task prior to the socket allocation, and adds the\nnfs_release_page check for the flag when deciding whether to make a commit\ncall, thus fixing this bug. \n\n* It was found that the Linux kernel\u0027s Infiniband subsystem did not\nproperly sanitize input parameters while registering memory regions from\nuser space via the (u)verbs API. (CVE-2013-2596, Important)\n\n* It was found that the Linux kernel\u0027s KVM implementation did not ensure\nthat the host CR4 control register value remained unchanged across VM\nentries on the same virtual CPU. (CVE-2014-3690, Moderate)\n\n* It was found that the parse_rock_ridge_inode_internal() function of the\nLinux kernel\u0027s ISOFS implementation did not correctly check relocated\ndirectories when processing Rock Ridge child link (CL) tags. (CVE-2014-5471, CVE-2014-5472, Low)\n\n* A stack-based buffer overflow flaw was found in the TechnoTrend/Hauppauge\nDEC USB device driver. \n\nThis update also fixes the following bugs:\n\n* Previously, a NULL pointer check that is needed to prevent an oops in the\nnfs_async_inode_return_delegation() function was removed. As a consequence,\na NFS4 client could terminate unexpectedly. The missing NULL pointer check\nhas been added back, and NFS4 client no longer crashes in this situation. \n(BZ#1187638)\n\n* Due to unbalanced multicast join and leave processing, the attempt to\nleave a multicast group that had not previously completed a join became\nunresponsive. This update resolves multiple locking issues in the IPoIB\nmulticast code that allowed multicast groups to be left before the joining\nwas entirely completed. Now, multicast join and leave failures or lockups\nno longer occur in the described situation. (BZ#1187663)\n\n* A failure to leave a multicast group which had previously been joined\nprevented the attempt to unregister from the \"sa\" service. Multiple locking\nissues in the IPoIB multicast join and leave processing have been fixed so\nthat leaving a group that has completed its join process is successful. \nAs a result, attempts to unregister from the \"sa\" service no longer lock up\ndue to leaked resources. (BZ#1187665)\n\n* Due to a regression, when large reads which partially extended beyond the\nend of the underlying device were done, the raw driver returned the EIO\nerror code instead of returning a short read covering the valid part of the\ndevice. The underlying source code has been patched, and the raw driver now\nreturns a short read for the remainder of the device. \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\n1034490 - CVE-2013-2596 kernel: integer overflow in fb_mmap\n1134099 - CVE-2014-5471 CVE-2014-5472 kernel: isofs: unbound recursion when processing relocated directories\n1153322 - CVE-2014-3690 kernel: kvm: vmx: invalid host cr4 handling across vm entries\n1164266 - CVE-2014-8884 kernel: usb: buffer overflow in ttusb-dec\n1181166 - CVE-2014-8159 kernel: infiniband: uverbs: unprotected physical memory access\n1196581 - CVE-2015-1421 kernel: net: slab corruption from use after free on INIT collisions\n\n6. -----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n=====================================================================\n                   Red Hat Security Advisory\n\nSynopsis:          Important: kernel security, bug fix, and enhancement update\nAdvisory ID:       RHSA-2014:1392-01\nProduct:           Red Hat Enterprise Linux\nAdvisory URL:      https://rhn.redhat.com/errata/RHSA-2014-1392.html\nIssue date:        2014-10-14\nCVE Names:         CVE-2013-2596 CVE-2013-4483 CVE-2014-0181 \n                   CVE-2014-3122 CVE-2014-3601 CVE-2014-4608 \n                   CVE-2014-4653 CVE-2014-4654 CVE-2014-4655 \n                   CVE-2014-5045 CVE-2014-5077 \n=====================================================================\n\n1. Summary:\n\nUpdated kernel packages that fix multiple security issues, address several\nhundred bugs, and add numerous enhancements are now available as part of\nthe ongoing support and maintenance of Red Hat Enterprise Linux version 6. \nThis is the sixth regular update. \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. Description:\n\nThe kernel packages contain the Linux kernel, the core of any Linux\noperating system. \n\n* A NULL pointer dereference flaw was found in the way the Linux kernel\u0027s\nStream Control Transmission Protocol (SCTP) implementation handled\nsimultaneous connections between the same hosts. A remote attacker could\nuse this flaw to crash the system. (CVE-2014-5077, Important)\n\n* An integer overflow flaw was found in the way the Linux kernel\u0027s Frame\nBuffer device implementation mapped kernel memory to user space via the\nmmap syscall. A local user able to access a frame buffer device file\n(/dev/fb*) could possibly use this flaw to escalate their privileges on the\nsystem. (CVE-2013-2596, Important)\n\n* A flaw was found in the way the ipc_rcu_putref() function in the Linux\nkernel\u0027s IPC implementation handled reference counter decrementing. \nA local, unprivileged user could use this flaw to trigger an Out of Memory\n(OOM) condition and, potentially, crash the system. (CVE-2013-4483,\nModerate)\n\n* It was found that the permission checks performed by the Linux kernel\nwhen a netlink message was received were not sufficient. A local,\nunprivileged user could potentially bypass these restrictions by passing a\nnetlink socket as stdout or stderr to a more privileged process and\naltering the output of this process. (CVE-2014-0181, Moderate)\n\n* It was found that the try_to_unmap_cluster() function in the Linux\nkernel\u0027s Memory Managment subsystem did not properly handle page locking in\ncertain cases, which could potentially trigger the BUG_ON() macro in the\nmlock_vma_page() function. A local, unprivileged user could use this flaw\nto crash the system. (CVE-2014-3122, Moderate)\n\n* A flaw was found in the way the Linux kernel\u0027s kvm_iommu_map_pages()\nfunction handled IOMMU mapping failures. A privileged user in a guest with\nan assigned host device could use this flaw to crash the host. \n(CVE-2014-3601, Moderate)\n\n* Multiple use-after-free flaws were found in the way the Linux kernel\u0027s\nAdvanced Linux Sound Architecture (ALSA) implementation handled user\ncontrols. A local, privileged user could use either of these flaws to crash\nthe system. (CVE-2014-4653, CVE-2014-4654, CVE-2014-4655, Moderate)\n\n* A flaw was found in the way the Linux kernel\u0027s VFS subsystem handled\nreference counting when performing unmount operations on symbolic links. \nA local, unprivileged user could use this flaw to exhaust all available\nmemory on the system or, potentially, trigger a use-after-free error,\nresulting in a system crash or privilege escalation. (CVE-2014-5045,\nModerate)\n\n* An integer overflow flaw was found in the way the lzo1x_decompress_safe()\nfunction of the Linux kernel\u0027s LZO implementation processed Literal Runs. \nA local attacker could, in extremely rare cases, use this flaw to crash the\nsystem or, potentially, escalate their privileges on the system. \n(CVE-2014-4608, Low)\n\nRed Hat would like to thank Vladimir Davydov of Parallels for reporting\nCVE-2013-4483, Jack Morgenstein of Mellanox for reporting CVE-2014-3601,\nVasily Averin of Parallels for reporting CVE-2014-5045, and Don A. \nBailey from Lab Mouse Security for reporting CVE-2014-4608. The security\nimpact of the CVE-2014-3601 issue was discovered by Michael Tsirkin of\nRed Hat. \n\nThis update also fixes several hundred bugs and adds numerous enhancements. \nRefer to the Red Hat Enterprise Linux 6.6 Release Notes for information on\nthe most significant of these changes, and the Technical Notes for further\ninformation, both linked to in the References. \n\nAll Red Hat Enterprise Linux 6 users are advised to install these updated\npackages, which correct these issues, and fix the bugs and add the\nenhancements noted in the Red Hat Enterprise Linux 6.6 Release Notes and\nTechnical Notes. The system must be rebooted for this update to\ntake effect. \n\n4. Solution:\n\nBefore applying this update, make sure all previously released errata\nrelevant to your system have been applied. \n\nThis update is available via the Red Hat Network. Details on how to use the\nRed Hat Network to apply this update are available at\nhttps://access.redhat.com/articles/11258\n\nTo install kernel packages manually, use \"rpm -ivh [package]\". Do not use\n\"rpm -Uvh\" as that will remove the running kernel binaries from your\nsystem. You may use \"rpm -e\" to remove old kernels after determining that\nthe new kernel functions properly on your system. \n\n5. Bugs fixed (https://bugzilla.redhat.com/):\n\n739866 - checkpolicy cannot parse /selinux/policy on ppc64 and s390x\n786463 - nfs mount hangs when kerberos ticket expires\n889471 - [Btrfs] BUG: unable to handle kernel NULL pointer dereference at (null)  btrfs_get_sb should return error when open_ctree failed\n915862 - The sync mount option does not work for NFSv4 mounts in RHEL6\n997651 - possible recursive locking detected\n998024 - nfsd sometimes grants delegations too soon following conflicting open requests\n1010882 - kvm: backport \"Improve create VCPU parameter\"\n1024854 - CVE-2013-4483 kernel: ipc: ipc_rcu_putref refcount races\n1027480 - alb_send_learning_packets using an obsolete EtherType\n1030411 - resizing thin-snapshot with external origin should return zeros behind origin\u0027s end\n1031488 - Restore the mask bit correctly in eoi_ioapic_irq()\n1034490 - CVE-2013-2596 kernel: integer overflow in fb_mmap\n1036972 - use after free in new nfsd DRC code\n1044438 - cifs: Unable to append to an existing file in cache=none mode. \n1059496 - KVM: x86 emulator: Implement jmp far opcode ff/5\n1063836 - kvm: 23090: cpu0 unhandled wrmsr 0x391 data 2000000f\n1065304 - kernel/sched: incorrect setup of sched_group-\u003ecpu_power for NUMA systems\n1069028 - ixgbevf prematurely strips VLAN tags\n1072373 - Along with the increase of vCPUs in guest, and guest OS will spend more time to boot up in specified machine. \n1077463 - gfs2: quotas not refreshed in gfs2_adjust_quota\n1090423 - Data integrity issue on rebuilding RAID 6 with 100MB resync speed\n1093076 - CVE-2014-3122 Kernel: mm: try_to_unmap_cluster() should lock_page() before mlocking\n1094265 - CVE-2014-0181 kernel: net: insufficient permision checks of netlink messages\n1095627 - missing vhost schedule causing thread starvation\n1100523 - ext4 filesystem option \u0027max_batch_time\u0027 actually displays \u0027min_batch_time\u0027 in /proc/mounts\n1113409 - CVE-2014-4653 Kernel: ALSA: control: do not access controls outside of protected regions\n1113445 - CVE-2014-4654 CVE-2014-4655 Kernel: ALSA: control: use-after-free in replacing user controls\n1113899 - CVE-2014-4608 kernel: lzo1x_decompress_safe() integer overflow\n1118123 - [Hyper-V][REHL 6.6] fcopy large file from host to guest failed\n1122472 - CVE-2014-5045 kernel: vfs: refcount issues during unmount on symlink\n1122982 - CVE-2014-5077 Kernel: net: SCTP: fix a NULL pointer dereference during INIT collisions\n1124351 - raid1 Data corruption after recovery with bitmap\n1127231 - dmeventd hanging while handling lost leg in RAID1 LV\n1131951 - CVE-2014-3601 kernel: kvm: invalid parameter passing in kvm_iommu_map_pages()\n\n6. Package List:\n\nRed Hat Enterprise Linux Desktop (v. 6):\n\nSource:\nkernel-2.6.32-504.el6.src.rpm\n\ni386:\nkernel-2.6.32-504.el6.i686.rpm\nkernel-debug-2.6.32-504.el6.i686.rpm\nkernel-debug-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debug-devel-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm\nkernel-devel-2.6.32-504.el6.i686.rpm\nkernel-headers-2.6.32-504.el6.i686.rpm\nperf-2.6.32-504.el6.i686.rpm\nperf-debuginfo-2.6.32-504.el6.i686.rpm\npython-perf-debuginfo-2.6.32-504.el6.i686.rpm\n\nnoarch:\nkernel-abi-whitelists-2.6.32-504.el6.noarch.rpm\nkernel-doc-2.6.32-504.el6.noarch.rpm\nkernel-firmware-2.6.32-504.el6.noarch.rpm\n\nx86_64:\nkernel-2.6.32-504.el6.x86_64.rpm\nkernel-debug-2.6.32-504.el6.x86_64.rpm\nkernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debug-devel-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm\nkernel-devel-2.6.32-504.el6.x86_64.rpm\nkernel-headers-2.6.32-504.el6.x86_64.rpm\nperf-2.6.32-504.el6.x86_64.rpm\nperf-debuginfo-2.6.32-504.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-504.el6.x86_64.rpm\n\nRed Hat Enterprise Linux Desktop Optional (v. 6):\n\ni386:\nkernel-debug-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm\nperf-debuginfo-2.6.32-504.el6.i686.rpm\npython-perf-2.6.32-504.el6.i686.rpm\npython-perf-debuginfo-2.6.32-504.el6.i686.rpm\n\nx86_64:\nkernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm\nperf-debuginfo-2.6.32-504.el6.x86_64.rpm\npython-perf-2.6.32-504.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-504.el6.x86_64.rpm\n\nRed Hat Enterprise Linux HPC Node (v. 6):\n\nSource:\nkernel-2.6.32-504.el6.src.rpm\n\nnoarch:\nkernel-abi-whitelists-2.6.32-504.el6.noarch.rpm\nkernel-doc-2.6.32-504.el6.noarch.rpm\nkernel-firmware-2.6.32-504.el6.noarch.rpm\n\nx86_64:\nkernel-2.6.32-504.el6.x86_64.rpm\nkernel-debug-2.6.32-504.el6.x86_64.rpm\nkernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debug-devel-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm\nkernel-devel-2.6.32-504.el6.x86_64.rpm\nkernel-headers-2.6.32-504.el6.x86_64.rpm\nperf-2.6.32-504.el6.x86_64.rpm\nperf-debuginfo-2.6.32-504.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-504.el6.x86_64.rpm\n\nRed Hat Enterprise Linux HPC Node Optional (v. 6):\n\nx86_64:\nkernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm\nperf-debuginfo-2.6.32-504.el6.x86_64.rpm\npython-perf-2.6.32-504.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-504.el6.x86_64.rpm\n\nRed Hat Enterprise Linux Server (v. 6):\n\nSource:\nkernel-2.6.32-504.el6.src.rpm\n\ni386:\nkernel-2.6.32-504.el6.i686.rpm\nkernel-debug-2.6.32-504.el6.i686.rpm\nkernel-debug-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debug-devel-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm\nkernel-devel-2.6.32-504.el6.i686.rpm\nkernel-headers-2.6.32-504.el6.i686.rpm\nperf-2.6.32-504.el6.i686.rpm\nperf-debuginfo-2.6.32-504.el6.i686.rpm\npython-perf-debuginfo-2.6.32-504.el6.i686.rpm\n\nnoarch:\nkernel-abi-whitelists-2.6.32-504.el6.noarch.rpm\nkernel-doc-2.6.32-504.el6.noarch.rpm\nkernel-firmware-2.6.32-504.el6.noarch.rpm\n\nppc64:\nkernel-2.6.32-504.el6.ppc64.rpm\nkernel-bootwrapper-2.6.32-504.el6.ppc64.rpm\nkernel-debug-2.6.32-504.el6.ppc64.rpm\nkernel-debug-debuginfo-2.6.32-504.el6.ppc64.rpm\nkernel-debug-devel-2.6.32-504.el6.ppc64.rpm\nkernel-debuginfo-2.6.32-504.el6.ppc64.rpm\nkernel-debuginfo-common-ppc64-2.6.32-504.el6.ppc64.rpm\nkernel-devel-2.6.32-504.el6.ppc64.rpm\nkernel-headers-2.6.32-504.el6.ppc64.rpm\nperf-2.6.32-504.el6.ppc64.rpm\nperf-debuginfo-2.6.32-504.el6.ppc64.rpm\npython-perf-debuginfo-2.6.32-504.el6.ppc64.rpm\n\ns390x:\nkernel-2.6.32-504.el6.s390x.rpm\nkernel-debug-2.6.32-504.el6.s390x.rpm\nkernel-debug-debuginfo-2.6.32-504.el6.s390x.rpm\nkernel-debug-devel-2.6.32-504.el6.s390x.rpm\nkernel-debuginfo-2.6.32-504.el6.s390x.rpm\nkernel-debuginfo-common-s390x-2.6.32-504.el6.s390x.rpm\nkernel-devel-2.6.32-504.el6.s390x.rpm\nkernel-headers-2.6.32-504.el6.s390x.rpm\nkernel-kdump-2.6.32-504.el6.s390x.rpm\nkernel-kdump-debuginfo-2.6.32-504.el6.s390x.rpm\nkernel-kdump-devel-2.6.32-504.el6.s390x.rpm\nperf-2.6.32-504.el6.s390x.rpm\nperf-debuginfo-2.6.32-504.el6.s390x.rpm\npython-perf-debuginfo-2.6.32-504.el6.s390x.rpm\n\nx86_64:\nkernel-2.6.32-504.el6.x86_64.rpm\nkernel-debug-2.6.32-504.el6.x86_64.rpm\nkernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debug-devel-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm\nkernel-devel-2.6.32-504.el6.x86_64.rpm\nkernel-headers-2.6.32-504.el6.x86_64.rpm\nperf-2.6.32-504.el6.x86_64.rpm\nperf-debuginfo-2.6.32-504.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-504.el6.x86_64.rpm\n\nRed Hat Enterprise Linux Server Optional (v. 6):\n\ni386:\nkernel-debug-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm\nperf-debuginfo-2.6.32-504.el6.i686.rpm\npython-perf-2.6.32-504.el6.i686.rpm\npython-perf-debuginfo-2.6.32-504.el6.i686.rpm\n\nppc64:\nkernel-debug-debuginfo-2.6.32-504.el6.ppc64.rpm\nkernel-debuginfo-2.6.32-504.el6.ppc64.rpm\nkernel-debuginfo-common-ppc64-2.6.32-504.el6.ppc64.rpm\nperf-debuginfo-2.6.32-504.el6.ppc64.rpm\npython-perf-2.6.32-504.el6.ppc64.rpm\npython-perf-debuginfo-2.6.32-504.el6.ppc64.rpm\n\ns390x:\nkernel-debug-debuginfo-2.6.32-504.el6.s390x.rpm\nkernel-debuginfo-2.6.32-504.el6.s390x.rpm\nkernel-debuginfo-common-s390x-2.6.32-504.el6.s390x.rpm\nkernel-kdump-debuginfo-2.6.32-504.el6.s390x.rpm\nperf-debuginfo-2.6.32-504.el6.s390x.rpm\npython-perf-2.6.32-504.el6.s390x.rpm\npython-perf-debuginfo-2.6.32-504.el6.s390x.rpm\n\nx86_64:\nkernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm\nperf-debuginfo-2.6.32-504.el6.x86_64.rpm\npython-perf-2.6.32-504.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-504.el6.x86_64.rpm\n\nRed Hat Enterprise Linux Workstation (v. 6):\n\nSource:\nkernel-2.6.32-504.el6.src.rpm\n\ni386:\nkernel-2.6.32-504.el6.i686.rpm\nkernel-debug-2.6.32-504.el6.i686.rpm\nkernel-debug-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debug-devel-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm\nkernel-devel-2.6.32-504.el6.i686.rpm\nkernel-headers-2.6.32-504.el6.i686.rpm\nperf-2.6.32-504.el6.i686.rpm\nperf-debuginfo-2.6.32-504.el6.i686.rpm\npython-perf-debuginfo-2.6.32-504.el6.i686.rpm\n\nnoarch:\nkernel-abi-whitelists-2.6.32-504.el6.noarch.rpm\nkernel-doc-2.6.32-504.el6.noarch.rpm\nkernel-firmware-2.6.32-504.el6.noarch.rpm\n\nx86_64:\nkernel-2.6.32-504.el6.x86_64.rpm\nkernel-debug-2.6.32-504.el6.x86_64.rpm\nkernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debug-devel-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm\nkernel-devel-2.6.32-504.el6.x86_64.rpm\nkernel-headers-2.6.32-504.el6.x86_64.rpm\nperf-2.6.32-504.el6.x86_64.rpm\nperf-debuginfo-2.6.32-504.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-504.el6.x86_64.rpm\n\nRed Hat Enterprise Linux Workstation Optional (v. 6):\n\ni386:\nkernel-debug-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-2.6.32-504.el6.i686.rpm\nkernel-debuginfo-common-i686-2.6.32-504.el6.i686.rpm\nperf-debuginfo-2.6.32-504.el6.i686.rpm\npython-perf-2.6.32-504.el6.i686.rpm\npython-perf-debuginfo-2.6.32-504.el6.i686.rpm\n\nx86_64:\nkernel-debug-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-2.6.32-504.el6.x86_64.rpm\nkernel-debuginfo-common-x86_64-2.6.32-504.el6.x86_64.rpm\nperf-debuginfo-2.6.32-504.el6.x86_64.rpm\npython-perf-2.6.32-504.el6.x86_64.rpm\npython-perf-debuginfo-2.6.32-504.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/#package\n\n7. References:\n\nhttps://www.redhat.com/security/data/cve/CVE-2013-2596.html\nhttps://www.redhat.com/security/data/cve/CVE-2013-4483.html\nhttps://www.redhat.com/security/data/cve/CVE-2014-0181.html\nhttps://www.redhat.com/security/data/cve/CVE-2014-3122.html\nhttps://www.redhat.com/security/data/cve/CVE-2014-3601.html\nhttps://www.redhat.com/security/data/cve/CVE-2014-4608.html\nhttps://www.redhat.com/security/data/cve/CVE-2014-4653.html\nhttps://www.redhat.com/security/data/cve/CVE-2014-4654.html\nhttps://www.redhat.com/security/data/cve/CVE-2014-4655.html\nhttps://www.redhat.com/security/data/cve/CVE-2014-5045.html\nhttps://www.redhat.com/security/data/cve/CVE-2014-5077.html\nhttps://access.redhat.com/security/updates/classification/#important\nhttps://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.6_Technical_Notes/kernel.html#RHSA-2014-1392\nhttps://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/6.6_Release_Notes/index.html\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 2014 Red Hat, Inc. \n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1\n\niD8DBQFUPKxFXlSAg2UNWIIRAkwDAJ9mvXUXLdfD/FRwrdkPl2+B610zpACdHa+q\nm8JupSzJWBzh/fi0DUX0uyI=\n=D7cp\n-----END PGP SIGNATURE-----\n\n\n--\nRHSA-announce mailing list\nRHSA-announce@redhat.com\nhttps://www.redhat.com/mailman/listinfo/rhsa-announce\n. (CVE-2013-2596, Important)\n\n* It was found that the Xen hypervisor x86 CPU emulator implementation did\nnot correctly handle certain instructions with segment overrides,\npotentially resulting in a memory corruption. \nThe provided patch ensures that the division is only performed if the CPU\npower is not zero, and the aforementioned panic no longer occurs. \n(BZ#1209728)\n\n* Prior to this update, a bug occurred when performing an online resize of\nan ext4 file system which had been previously converted from ext3. The provided patch fixes online resizing\nfor such file systems by limiting the blockgroup search loop for non-extent\nfiles, and the mentioned kernel crash no longer occurs. This bug has been fixed by defining a new div64_ul()\ndivision function and correcting the affected calculation in the\nproc_sched_show_task() function. (BZ#1199898)\n\n* When repeating a Coordinated Universal Time (UTC) value during a leap\nsecond (when the UTC time should be 23:59:60), the International Atomic\nTime (TAI) timescale previously stopped as the kernel NTP code incremented\nthe TAI offset one second too late. A patch has been provided, which fixes\nthe bug by incrementing the offset during the leap second itself. Now, the\ncorrect TAI is set during the leap second",
    "sources": [
      {
        "db": "NVD",
        "id": "CVE-2013-2596"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      },
      {
        "db": "CNVD",
        "id": "CNVD-2013-03380"
      },
      {
        "db": "BID",
        "id": "59264"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-2596"
      },
      {
        "db": "PACKETSTORM",
        "id": "122138"
      },
      {
        "db": "PACKETSTORM",
        "id": "130871"
      },
      {
        "db": "PACKETSTORM",
        "id": "131312"
      },
      {
        "db": "PACKETSTORM",
        "id": "128664"
      },
      {
        "db": "PACKETSTORM",
        "id": "136240"
      },
      {
        "db": "PACKETSTORM",
        "id": "131409"
      }
    ],
    "trust": 3.06
  },
  "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-2013-2596",
        "trust": 4.0
      },
      {
        "db": "BID",
        "id": "59264",
        "trust": 2.0
      },
      {
        "db": "JUNIPER",
        "id": "JSA10761",
        "trust": 1.4
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-002238",
        "trust": 0.8
      },
      {
        "db": "CNVD",
        "id": "CNVD-2013-03380",
        "trust": 0.6
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201304-199",
        "trust": 0.6
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-2596",
        "trust": 0.1
      },
      {
        "db": "PACKETSTORM",
        "id": "122138",
        "trust": 0.1
      },
      {
        "db": "PACKETSTORM",
        "id": "130871",
        "trust": 0.1
      },
      {
        "db": "PACKETSTORM",
        "id": "131312",
        "trust": 0.1
      },
      {
        "db": "PACKETSTORM",
        "id": "128664",
        "trust": 0.1
      },
      {
        "db": "PACKETSTORM",
        "id": "136240",
        "trust": 0.1
      },
      {
        "db": "PACKETSTORM",
        "id": "131409",
        "trust": 0.1
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2013-03380"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-2596"
      },
      {
        "db": "BID",
        "id": "59264"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      },
      {
        "db": "PACKETSTORM",
        "id": "122138"
      },
      {
        "db": "PACKETSTORM",
        "id": "130871"
      },
      {
        "db": "PACKETSTORM",
        "id": "131312"
      },
      {
        "db": "PACKETSTORM",
        "id": "128664"
      },
      {
        "db": "PACKETSTORM",
        "id": "136240"
      },
      {
        "db": "PACKETSTORM",
        "id": "131409"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201304-199"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-2596"
      }
    ]
  },
  "id": "VAR-201304-0124",
  "iot": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/iot#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": true,
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2013-03380"
      }
    ],
    "trust": 1.2203703666666668
  },
  "iot_taxonomy": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/iot_taxonomy#",
      "data": {
        "@container": "@list"
      },
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": [
      {
        "category": [
          "Network device"
        ],
        "sub_category": null,
        "trust": 0.6
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2013-03380"
      }
    ]
  },
  "last_update_date": "2024-01-17T18:59:03.530000Z",
  "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": "ChangeLog-3.8.9",
        "trust": 0.8,
        "url": "http://www.kernel.org/pub/linux/kernel/v3.x/changelog-3.8.9"
      },
      {
        "title": "vm: convert fb_mmap to vm_iomap_memory() helper",
        "trust": 0.8,
        "url": "https://github.com/torvalds/linux/commit/fc9bbca8f650e5f738af8806317c0a041a48ae4a"
      },
      {
        "title": "vm: add vm_iomap_memory() helper function",
        "trust": 0.8,
        "url": "https://github.com/torvalds/linux/commit/b4cbb197c7e7a68dbad0d491242e3ca67420c13e"
      },
      {
        "title": "vm: convert fb_mmap to vm_iomap_memory() helper",
        "trust": 0.8,
        "url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fc9bbca8f650e5f738af8806317c0a041a48ae4a"
      },
      {
        "title": "vm: add vm_iomap_memory() helper function",
        "trust": 0.8,
        "url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b4cbb197c7e7a68dbad0d491242e3ca67420c13e"
      },
      {
        "title": "Top Page",
        "trust": 0.8,
        "url": "http://www.motorola.com/us/consumers/home"
      },
      {
        "title": "RHSA-2015:0782",
        "trust": 0.8,
        "url": "http://rhn.redhat.com/errata/rhsa-2015-0782.html"
      },
      {
        "title": "RHSA-2015:0695",
        "trust": 0.8,
        "url": "http://rhn.redhat.com/errata/rhsa-2015-0695.html"
      },
      {
        "title": "RHSA-2015:0803",
        "trust": 0.8,
        "url": "http://rhn.redhat.com/errata/rhsa-2015-0803.html"
      },
      {
        "title": "MDVSA-2013:176",
        "trust": 0.8,
        "url": "http://www.mandriva.com/en/support/security/advisories/advisory/mdvsa-2013:176/?name=mdvsa-2013:176"
      },
      {
        "title": "Top Page",
        "trust": 0.8,
        "url": "http://www.qualcomm.co.jp/"
      },
      {
        "title": "Multiple  Motorola Product digital error vulnerability fixes",
        "trust": 0.6,
        "url": "http://www.cnnvd.org.cn/web/xxk/bdxqbyid.tag?id=186282"
      },
      {
        "title": "Red Hat: CVE-2013-2596",
        "trust": 0.1,
        "url": "https://vulmon.com/vendoradvisory?qidtp=red_hat_cve_database\u0026qid=cve-2013-2596"
      },
      {
        "title": "Oracle Linux Bulletins: Oracle Linux Bulletin - January 2016",
        "trust": 0.1,
        "url": "https://vulmon.com/vendoradvisory?qidtp=oracle_linux_bulletins\u0026qid=8ad80411af3e936eb2998df70506cc71"
      },
      {
        "title": "Reverse-Engineering-toolkit\nDirectory\nIDA\nGhidra\nx64dbg\nOllyDbg\nWinDBG\nAndroid\nApple\u0026\u0026iOS\u0026\u0026iXxx\nCuckoo\nDBI",
        "trust": 0.1,
        "url": "https://github.com/geeksniper/reverse-engineering-toolkit "
      },
      {
        "title": "\u6240\u6709\u6536\u96c6\u7c7b\u9879\u76ee\nAndroid\n\u76ee\u5f55\n\u8d44\u6e90\u6536\u96c6\n\u77e5\u540d\u5206\u6790\u5de5\u5177\n\u5404\u7c7bApp\nTopic\n\u5176\u4ed6\n\u5de5\u5177\n\u6587\u7ae0\n\u8d21\u732e",
        "trust": 0.1,
        "url": "https://github.com/alphaseclab/android-security "
      },
      {
        "title": "TOP\nTable of Contents\nDonation",
        "trust": 0.1,
        "url": "https://github.com/jerry123s/all-poc "
      },
      {
        "title": "TOP\nTable of Contents\nDonation",
        "trust": 0.1,
        "url": "https://github.com/weeka10/-hktalent-top "
      },
      {
        "title": "TOP\nTable of Contents\nDonation",
        "trust": 0.1,
        "url": "https://github.com/cyberanand1337x/bug-bounty-2022 "
      },
      {
        "title": "Known Exploited Vulnerabilities Detector",
        "trust": 0.1,
        "url": "https://github.com/ostorlab/kev "
      }
    ],
    "sources": [
      {
        "db": "VULMON",
        "id": "CVE-2013-2596"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201304-199"
      }
    ]
  },
  "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-189",
        "trust": 1.8
      }
    ],
    "sources": [
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-2596"
      }
    ]
  },
  "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": 2.8,
        "url": "http://www.droid-life.com/2013/04/09/root-method-released-for-droid-razr-hd-running-android-4-1-2-other-devices-too/"
      },
      {
        "trust": 2.8,
        "url": "http://www.droidrzr.com/index.php/topic/15208-root-motochopper-yet-another-android-root-exploit/"
      },
      {
        "trust": 1.4,
        "url": "http://web.nvd.nist.gov/view/vuln/detail?vulnid=cve-2013-2596"
      },
      {
        "trust": 1.2,
        "url": "http://rhn.redhat.com/errata/rhsa-2015-0695.html"
      },
      {
        "trust": 1.2,
        "url": "http://rhn.redhat.com/errata/rhsa-2015-0782.html"
      },
      {
        "trust": 1.2,
        "url": "http://rhn.redhat.com/errata/rhsa-2015-0803.html"
      },
      {
        "trust": 1.2,
        "url": "http://www.securityfocus.com/bid/59264"
      },
      {
        "trust": 1.1,
        "url": "https://github.com/torvalds/linux/commit/b4cbb197c7e7a68dbad0d491242e3ca67420c13e"
      },
      {
        "trust": 1.1,
        "url": "http://forum.xda-developers.com/showthread.php?t=2255491"
      },
      {
        "trust": 1.1,
        "url": "https://github.com/torvalds/linux/commit/fc9bbca8f650e5f738af8806317c0a041a48ae4a"
      },
      {
        "trust": 1.1,
        "url": "http://www.kernel.org/pub/linux/kernel/v3.x/changelog-3.8.9"
      },
      {
        "trust": 1.1,
        "url": "http://marc.info/?l=linux-kernel\u0026m=136616837923938\u0026w=2"
      },
      {
        "trust": 1.1,
        "url": "http://www.mandriva.com/security/advisories?name=mdvsa-2013:176"
      },
      {
        "trust": 1.1,
        "url": "http://www.oracle.com/technetwork/topics/security/linuxbulletinjan2016-2867209.html"
      },
      {
        "trust": 1.1,
        "url": "http://kb.juniper.net/infocenter/index?page=content\u0026id=jsa10761"
      },
      {
        "trust": 1.1,
        "url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3ba=commit%3bh=b4cbb197c7e7a68dbad0d491242e3ca67420c13e"
      },
      {
        "trust": 1.1,
        "url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3ba=commit%3bh=fc9bbca8f650e5f738af8806317c0a041a48ae4a"
      },
      {
        "trust": 0.9,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2596"
      },
      {
        "trust": 0.6,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-2596"
      },
      {
        "trust": 0.5,
        "url": "https://access.redhat.com/security/cve/cve-2013-2596"
      },
      {
        "trust": 0.5,
        "url": "https://www.redhat.com/mailman/listinfo/rhsa-announce"
      },
      {
        "trust": 0.5,
        "url": "https://access.redhat.com/security/team/contact/"
      },
      {
        "trust": 0.5,
        "url": "https://bugzilla.redhat.com/):"
      },
      {
        "trust": 0.5,
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "trust": 0.5,
        "url": "https://access.redhat.com/articles/11258"
      },
      {
        "trust": 0.4,
        "url": "https://access.redhat.com/security/team/key/"
      },
      {
        "trust": 0.3,
        "url": "http://www.motorola.com/us"
      },
      {
        "trust": 0.3,
        "url": "https://kb.juniper.net/infocenter/index?page=content\u0026id=jsa10761\u0026cat=sirt_1\u0026actp=list"
      },
      {
        "trust": 0.3,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-8159"
      },
      {
        "trust": 0.3,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-5471"
      },
      {
        "trust": 0.3,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-5472"
      },
      {
        "trust": 0.3,
        "url": "https://access.redhat.com/security/cve/cve-2014-8159"
      },
      {
        "trust": 0.3,
        "url": "https://access.redhat.com/security/cve/cve-2014-5472"
      },
      {
        "trust": 0.3,
        "url": "https://access.redhat.com/security/cve/cve-2014-5471"
      },
      {
        "trust": 0.1,
        "url": "https://cwe.mitre.org/data/definitions/189.html"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov"
      },
      {
        "trust": 0.1,
        "url": "https://github.com/alphaseclab/android-security"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1796"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2012-6549"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-0217"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1797"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-2094"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2012-6547"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-0290"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3223"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1798"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3228"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-0228"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-2634"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-2146"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3235"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-0311"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1792"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-0216"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3234"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-0228"
      },
      {
        "trust": 0.1,
        "url": "http://www.mandriva.com/en/support/security/"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3229"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-0914"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2547"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3225"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1767"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1796"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1848"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-2547"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1979"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-0216"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-2635"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3227"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1767"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2012-6548"
      },
      {
        "trust": 0.1,
        "url": "http://www.mandriva.com/en/support/security/advisories/"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1860"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2012-5532"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-0914"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2548"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2094"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1929"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1763"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1929"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-2141"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2146"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1792"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2012-6549"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-0311"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2141"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1798"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-2546"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3224"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-0290"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3231"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3232"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1860"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1797"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2634"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2635"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2012-5532"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-0217"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1979"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3222"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-1763"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2012-6548"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-1848"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-3233"
      },
      {
        "trust": 0.1,
        "url": "http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2546"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-2548"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-7841"
      },
      {
        "trust": 0.1,
        "url": "https://access.redhat.com/security/cve/cve-2014-7841"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2015-1421"
      },
      {
        "trust": 0.1,
        "url": "https://access.redhat.com/security/cve/cve-2014-3690"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-3690"
      },
      {
        "trust": 0.1,
        "url": "https://access.redhat.com/security/cve/cve-2015-1421"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-8884"
      },
      {
        "trust": 0.1,
        "url": "https://access.redhat.com/security/cve/cve-2014-8884"
      },
      {
        "trust": 0.1,
        "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/6.6_technical_notes/kernel.html#rhsa-2014-1392"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2013-2596.html"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2014-3122.html"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2014-4653.html"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-4653"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2014-4608.html"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2014-3601.html"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2013-4483.html"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-4655"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2014-4655.html"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-3601"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-5077"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2014-5045.html"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-4608"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2014-5077.html"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2014-4654.html"
      },
      {
        "trust": 0.1,
        "url": "https://rhn.redhat.com/errata/rhsa-2014-1392.html"
      },
      {
        "trust": 0.1,
        "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html-single/6.6_release_notes/index.html"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-3122"
      },
      {
        "trust": 0.1,
        "url": "https://www.redhat.com/security/data/cve/cve-2014-0181.html"
      },
      {
        "trust": 0.1,
        "url": "https://access.redhat.com/security/team/key/#package"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2013-4483"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-0181"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-5045"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2014-4654"
      },
      {
        "trust": 0.1,
        "url": "https://rhn.redhat.com/errata/rhsa-2016-0450.html"
      },
      {
        "trust": 0.1,
        "url": "https://nvd.nist.gov/vuln/detail/cve-2015-2151"
      },
      {
        "trust": 0.1,
        "url": "https://access.redhat.com/security/cve/cve-2015-2151"
      }
    ],
    "sources": [
      {
        "db": "CNVD",
        "id": "CNVD-2013-03380"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-2596"
      },
      {
        "db": "BID",
        "id": "59264"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      },
      {
        "db": "PACKETSTORM",
        "id": "122138"
      },
      {
        "db": "PACKETSTORM",
        "id": "130871"
      },
      {
        "db": "PACKETSTORM",
        "id": "131312"
      },
      {
        "db": "PACKETSTORM",
        "id": "128664"
      },
      {
        "db": "PACKETSTORM",
        "id": "136240"
      },
      {
        "db": "PACKETSTORM",
        "id": "131409"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201304-199"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-2596"
      }
    ]
  },
  "sources": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "db": "CNVD",
        "id": "CNVD-2013-03380"
      },
      {
        "db": "VULMON",
        "id": "CVE-2013-2596"
      },
      {
        "db": "BID",
        "id": "59264"
      },
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      },
      {
        "db": "PACKETSTORM",
        "id": "122138"
      },
      {
        "db": "PACKETSTORM",
        "id": "130871"
      },
      {
        "db": "PACKETSTORM",
        "id": "131312"
      },
      {
        "db": "PACKETSTORM",
        "id": "128664"
      },
      {
        "db": "PACKETSTORM",
        "id": "136240"
      },
      {
        "db": "PACKETSTORM",
        "id": "131409"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201304-199"
      },
      {
        "db": "NVD",
        "id": "CVE-2013-2596"
      }
    ]
  },
  "sources_release_date": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources_release_date#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "date": "2013-04-18T00:00:00",
        "db": "CNVD",
        "id": "CNVD-2013-03380"
      },
      {
        "date": "2013-04-13T00:00:00",
        "db": "VULMON",
        "id": "CVE-2013-2596"
      },
      {
        "date": "2013-04-17T00:00:00",
        "db": "BID",
        "id": "59264"
      },
      {
        "date": "2013-04-16T00:00:00",
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      },
      {
        "date": "2013-06-24T22:57:27",
        "db": "PACKETSTORM",
        "id": "122138"
      },
      {
        "date": "2015-03-18T00:46:23",
        "db": "PACKETSTORM",
        "id": "130871"
      },
      {
        "date": "2015-04-07T16:00:18",
        "db": "PACKETSTORM",
        "id": "131312"
      },
      {
        "date": "2014-10-14T23:05:24",
        "db": "PACKETSTORM",
        "id": "128664"
      },
      {
        "date": "2016-03-15T06:01:00",
        "db": "PACKETSTORM",
        "id": "136240"
      },
      {
        "date": "2015-04-14T18:54:51",
        "db": "PACKETSTORM",
        "id": "131409"
      },
      {
        "date": "2013-04-15T00:00:00",
        "db": "CNNVD",
        "id": "CNNVD-201304-199"
      },
      {
        "date": "2013-04-13T02:59:46.627000",
        "db": "NVD",
        "id": "CVE-2013-2596"
      }
    ]
  },
  "sources_update_date": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/sources_update_date#",
      "data": {
        "@container": "@list"
      }
    },
    "data": [
      {
        "date": "2013-04-19T00:00:00",
        "db": "CNVD",
        "id": "CNVD-2013-03380"
      },
      {
        "date": "2023-11-07T00:00:00",
        "db": "VULMON",
        "id": "CVE-2013-2596"
      },
      {
        "date": "2016-10-26T04:08:00",
        "db": "BID",
        "id": "59264"
      },
      {
        "date": "2015-06-08T00:00:00",
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      },
      {
        "date": "2022-03-21T00:00:00",
        "db": "CNNVD",
        "id": "CNNVD-201304-199"
      },
      {
        "date": "2023-11-07T02:15:04.780000",
        "db": "NVD",
        "id": "CVE-2013-2596"
      }
    ]
  },
  "threat_type": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/threat_type#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "local",
    "sources": [
      {
        "db": "BID",
        "id": "59264"
      },
      {
        "db": "PACKETSTORM",
        "id": "136240"
      },
      {
        "db": "PACKETSTORM",
        "id": "131409"
      },
      {
        "db": "CNNVD",
        "id": "CNNVD-201304-199"
      }
    ],
    "trust": 1.1
  },
  "title": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/title#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "specific  Motorola Made  Android Used in etc.  Linux Kernel of  drivers/video/fbmem.c Integer overflow vulnerability",
    "sources": [
      {
        "db": "JVNDB",
        "id": "JVNDB-2013-002238"
      }
    ],
    "trust": 0.8
  },
  "type": {
    "@context": {
      "@vocab": "https://www.variotdbs.pl/ref/type#",
      "sources": {
        "@container": "@list",
        "@context": {
          "@vocab": "https://www.variotdbs.pl/ref/sources#"
        }
      }
    },
    "data": "digital error",
    "sources": [
      {
        "db": "CNNVD",
        "id": "CNNVD-201304-199"
      }
    ],
    "trust": 0.6
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...