ID

VAR-201405-0243


CVE

CVE-2014-0196


TITLE

Linux kernel n_tty_write 'function competition condition vulnerability

Trust: 0.6

sources: CNNVD: CNNVD-201405-092

DESCRIPTION

The n_tty_write function in drivers/tty/n_tty.c in the Linux kernel through 3.14.3 does not properly manage tty driver access in the "LECHO & !OPOST" case, which allows local users to cause a denial of service (memory corruption and system crash) or gain privileges by triggering a race condition involving read and write operations with long strings. The Linux kernel is prone to a memory-corruption vulnerability. Local attackers can exploit this issue to execute arbitrary code in contexts of the application or corrupt the kernel memory. Failed exploit attempts can result in a denial-of-service condition. Linux kernel 3.0 through versions 3.14.3 are vulnerable. This BID is being retired as a duplicate of BID 67199. The NFSv4 implementation is one of the distributed file system protocols. The vulnerability is caused by the program not properly managing the access rights of the tty driver. The Common Vulnerabilities and Exposures project identifies the following problems: CVE-2014-0196 Jiri Slaby discovered a race condition in the pty layer, which could lead to a denial of service or privilege escalation. CVE-2014-1737 CVE-2014-1738 Matthew Daley discovered an information leak and missing input sanitising in the FDRAWCMD ioctl of the floppy driver. This could result in a privilege escalation. For the oldstable distribution (squeeze), this problem has been fixed in version 2.6.32-48squeeze6. The following matrix lists additional source packages that were rebuilt for compatibility with or to take advantage of this update: Debian 6.0 (squeeze) user-mode-linux 2.6.32-1um-4+48squeeze6 We recommend that you upgrade your linux-2.6 and user-mode-linux packages. However, given the high frequency at which low-severity security issues are discovered in the kernel and the resource requirements of doing an update, updates for lower priority issues will normally not be released for all kernels at the same time. Rather, they will be released in a staggered or "leap-frog" fashion. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ===================================================================== Red Hat Security Advisory Synopsis: Important: kernel-rt security update Advisory ID: RHSA-2014:0557-01 Product: Red Hat Enterprise MRG for RHEL-6 Advisory URL: https://rhn.redhat.com/errata/RHSA-2014-0557.html Issue date: 2014-05-27 CVE Names: CVE-2014-0100 CVE-2014-0196 CVE-2014-1737 CVE-2014-1738 CVE-2014-2672 CVE-2014-2678 CVE-2014-2706 CVE-2014-2851 CVE-2014-3122 ===================================================================== 1. Summary: Updated kernel-rt packages that fix multiple security issues are now available for Red Hat Enterprise MRG 2.5. The Red Hat Security Response Team 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. 2. Relevant releases/architectures: MRG Realtime for RHEL 6 Server v.2 - noarch, x86_64 3. * A race condition leading to a use-after-free flaw was found in the way the Linux kernel's TCP/IP protocol suite implementation handled the addition of fragments to the LRU (Last-Recently Used) list under certain conditions. A remote attacker could use this flaw to crash the system or, potentially, escalate their privileges on the system by sending a large amount of specially crafted fragmented packets to that system. (CVE-2014-0100, Important) * A race condition flaw, leading to heap-based buffer overflows, was found in the way the Linux kernel's N_TTY line discipline (LDISC) implementation handled concurrent processing of echo output and TTY write operations originating from user space when the underlying TTY driver was PTY. An unprivileged, local user could use this flaw to crash the system or, potentially, escalate their privileges on the system. (CVE-2014-0196, Important) * A flaw was found in the way the Linux kernel's floppy driver handled user space provided data in certain error code paths while processing FDRAWCMD IOCTL commands. (CVE-2014-1737, Important) * It was found that the Linux kernel's floppy driver leaked internal kernel memory addresses to user space during the processing of the FDRAWCMD IOCTL command. A local user with write access to /dev/fdX could use this flaw to obtain information about the kernel heap arrangement. (CVE-2014-1738, Low) Note: A local user with write access to /dev/fdX could use these two flaws (CVE-2014-1737 in combination with CVE-2014-1738) to escalate their privileges on the system. * A use-after-free flaw was found in the way the ping_init_sock() function of the Linux kernel handled the group_info reference counter. A local, unprivileged user could use this flaw to crash the system or, potentially, escalate their privileges on the system. (CVE-2014-2851, Important) * It was found that a remote attacker could use a race condition flaw in the ath_tx_aggr_sleep() function to crash the system by creating large network traffic on the system's Atheros 9k wireless network adapter. (CVE-2014-2672, Moderate) * A NULL pointer dereference flaw was found in the rds_iw_laddr_check() function in the Linux kernel's implementation of Reliable Datagram Sockets (RDS). A local, unprivileged user could use this flaw to crash the system. (CVE-2014-2678, Moderate) * A race condition flaw was found in the way the Linux kernel's mac80211 subsystem implementation handled synchronization between TX and STA wake-up code paths. A remote attacker could use this flaw to crash the system. (CVE-2014-2706, 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) Red Hat would like to thank Matthew Daley for reporting CVE-2014-1737 and CVE-2014-1738. The CVE-2014-0100 issue was discovered by Nikolay Aleksandrov of Red Hat. Users are advised to upgrade to these updated packages, which upgrade the kernel-rt kernel to version kernel-rt-3.10.33-rt32.34 and correct these issues. The system must be rebooted for this update to take effect. 4. 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/site/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. 5. Bugs fixed (https://bugzilla.redhat.com/): 1070618 - CVE-2014-0100 kernel: net: inet frag code race condition leading to user-after-free 1083246 - CVE-2014-2672 kernel: ath9k: tid->sched race in ath_tx_aggr_sleep() 1083274 - CVE-2014-2678 kernel: net: rds: dereference of a NULL device in rds_iw_laddr_check() 1083512 - CVE-2014-2706 Kernel: net: mac80211: crash dues to AP powersave TX vs. wakeup race 1086730 - CVE-2014-2851 kernel: net: ping: refcount issue in ping_init_sock() function 1093076 - CVE-2014-3122 Kernel: mm: try_to_unmap_cluster() should lock_page() before mlocking 1094232 - CVE-2014-0196 kernel: pty layer race condition leading to memory corruption 1094299 - CVE-2014-1737 CVE-2014-1738 kernel: block: floppy: privilege escalation via FDRAWCMD floppy ioctl command 6. Package List: MRG Realtime for RHEL 6 Server v.2: Source: ftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/RHEMRG-RHEL6/SRPMS/kernel-rt-3.10.33-rt32.34.el6rt.src.rpm noarch: kernel-rt-doc-3.10.33-rt32.34.el6rt.noarch.rpm kernel-rt-firmware-3.10.33-rt32.34.el6rt.noarch.rpm x86_64: kernel-rt-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-debug-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-debug-debuginfo-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-debug-devel-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-debuginfo-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-debuginfo-common-x86_64-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-devel-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-trace-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-trace-debuginfo-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-trace-devel-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-vanilla-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-vanilla-debuginfo-3.10.33-rt32.34.el6rt.x86_64.rpm kernel-rt-vanilla-devel-3.10.33-rt32.34.el6rt.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 7. References: https://www.redhat.com/security/data/cve/CVE-2014-0100.html https://www.redhat.com/security/data/cve/CVE-2014-0196.html https://www.redhat.com/security/data/cve/CVE-2014-1737.html https://www.redhat.com/security/data/cve/CVE-2014-1738.html https://www.redhat.com/security/data/cve/CVE-2014-2672.html https://www.redhat.com/security/data/cve/CVE-2014-2678.html https://www.redhat.com/security/data/cve/CVE-2014-2706.html https://www.redhat.com/security/data/cve/CVE-2014-2851.html https://www.redhat.com/security/data/cve/CVE-2014-3122.html https://access.redhat.com/security/updates/classification/#important 8. 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.4.4 (GNU/Linux) iD8DBQFThL2GXlSAg2UNWIIRAnKNAKC8L7AEZsVfN3SDIRby/ZWJeNGsfACePcvG f8gO1I7yuxLQ1jWWp5abYcQ= =WQJC -----END PGP SIGNATURE----- -- RHSA-announce mailing list RHSA-announce@redhat.com https://www.redhat.com/mailman/listinfo/rhsa-announce . Relevant releases/architectures: Red Hat Enterprise Linux Compute Node EUS (v. 6.3) - noarch, x86_64 Red Hat Enterprise Linux Compute Node Optional EUS (v. 6.3) - x86_64 Red Hat Enterprise Linux Server EUS (v. 6.3) - i386, noarch, ppc64, s390x, x86_64 Red Hat Enterprise Linux Server Optional EUS (v. 6.3) - i386, ppc64, s390x, x86_64 3. 6.3): Source: kernel-2.6.32-279.43.2.el6.src.rpm noarch: kernel-doc-2.6.32-279.43.2.el6.noarch.rpm kernel-firmware-2.6.32-279.43.2.el6.noarch.rpm x86_64: kernel-2.6.32-279.43.2.el6.x86_64.rpm kernel-debug-2.6.32-279.43.2.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm kernel-debug-devel-2.6.32-279.43.2.el6.x86_64.rpm kernel-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-279.43.2.el6.x86_64.rpm kernel-devel-2.6.32-279.43.2.el6.x86_64.rpm kernel-headers-2.6.32-279.43.2.el6.x86_64.rpm perf-2.6.32-279.43.2.el6.x86_64.rpm perf-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm python-perf-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm Red Hat Enterprise Linux Compute Node Optional EUS (v. 6.3): Source: kernel-2.6.32-279.43.2.el6.src.rpm x86_64: kernel-debug-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm kernel-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-279.43.2.el6.x86_64.rpm perf-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm python-perf-2.6.32-279.43.2.el6.x86_64.rpm python-perf-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm Red Hat Enterprise Linux Server EUS (v. 6.3): Source: kernel-2.6.32-279.43.2.el6.src.rpm i386: kernel-2.6.32-279.43.2.el6.i686.rpm kernel-debug-2.6.32-279.43.2.el6.i686.rpm kernel-debug-debuginfo-2.6.32-279.43.2.el6.i686.rpm kernel-debug-devel-2.6.32-279.43.2.el6.i686.rpm kernel-debuginfo-2.6.32-279.43.2.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-279.43.2.el6.i686.rpm kernel-devel-2.6.32-279.43.2.el6.i686.rpm kernel-headers-2.6.32-279.43.2.el6.i686.rpm perf-2.6.32-279.43.2.el6.i686.rpm perf-debuginfo-2.6.32-279.43.2.el6.i686.rpm python-perf-debuginfo-2.6.32-279.43.2.el6.i686.rpm noarch: kernel-doc-2.6.32-279.43.2.el6.noarch.rpm kernel-firmware-2.6.32-279.43.2.el6.noarch.rpm ppc64: kernel-2.6.32-279.43.2.el6.ppc64.rpm kernel-bootwrapper-2.6.32-279.43.2.el6.ppc64.rpm kernel-debug-2.6.32-279.43.2.el6.ppc64.rpm kernel-debug-debuginfo-2.6.32-279.43.2.el6.ppc64.rpm kernel-debug-devel-2.6.32-279.43.2.el6.ppc64.rpm kernel-debuginfo-2.6.32-279.43.2.el6.ppc64.rpm kernel-debuginfo-common-ppc64-2.6.32-279.43.2.el6.ppc64.rpm kernel-devel-2.6.32-279.43.2.el6.ppc64.rpm kernel-headers-2.6.32-279.43.2.el6.ppc64.rpm perf-2.6.32-279.43.2.el6.ppc64.rpm perf-debuginfo-2.6.32-279.43.2.el6.ppc64.rpm python-perf-debuginfo-2.6.32-279.43.2.el6.ppc64.rpm s390x: kernel-2.6.32-279.43.2.el6.s390x.rpm kernel-debug-2.6.32-279.43.2.el6.s390x.rpm kernel-debug-debuginfo-2.6.32-279.43.2.el6.s390x.rpm kernel-debug-devel-2.6.32-279.43.2.el6.s390x.rpm kernel-debuginfo-2.6.32-279.43.2.el6.s390x.rpm kernel-debuginfo-common-s390x-2.6.32-279.43.2.el6.s390x.rpm kernel-devel-2.6.32-279.43.2.el6.s390x.rpm kernel-headers-2.6.32-279.43.2.el6.s390x.rpm kernel-kdump-2.6.32-279.43.2.el6.s390x.rpm kernel-kdump-debuginfo-2.6.32-279.43.2.el6.s390x.rpm kernel-kdump-devel-2.6.32-279.43.2.el6.s390x.rpm perf-2.6.32-279.43.2.el6.s390x.rpm perf-debuginfo-2.6.32-279.43.2.el6.s390x.rpm python-perf-debuginfo-2.6.32-279.43.2.el6.s390x.rpm x86_64: kernel-2.6.32-279.43.2.el6.x86_64.rpm kernel-debug-2.6.32-279.43.2.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm kernel-debug-devel-2.6.32-279.43.2.el6.x86_64.rpm kernel-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm kernel-debuginfo-common-x86_64-2.6.32-279.43.2.el6.x86_64.rpm kernel-devel-2.6.32-279.43.2.el6.x86_64.rpm kernel-headers-2.6.32-279.43.2.el6.x86_64.rpm perf-2.6.32-279.43.2.el6.x86_64.rpm perf-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm python-perf-debuginfo-2.6.32-279.43.2.el6.x86_64.rpm Red Hat Enterprise Linux Server Optional EUS (v. ============================================================================ Ubuntu Security Notice USN-2197-1 May 06, 2014 linux-ec2 vulnerability ============================================================================ A security issue affects these releases of Ubuntu and its derivatives: - Ubuntu 10.04 LTS Summary: The system could be made to crash or run programs as an administrator. Update instructions: The problem can be corrected by updating your system to the following package versions: Ubuntu 10.04 LTS: linux-image-2.6.32-363-ec2 2.6.32-363.77 After a standard system update you need to reboot your computer to make all the necessary changes. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 _______________________________________________________________________ Mandriva Linux Security Advisory MDVSA-2014:124 http://www.mandriva.com/en/support/security/ _______________________________________________________________________ Package : kernel Date : June 13, 2014 Affected: Business Server 1.0 _______________________________________________________________________ Problem Description: Multiple vulnerabilities has been found and corrected in the Linux kernel: kernel/auditsc.c in the Linux kernel through 3.14.5, when CONFIG_AUDITSYSCALL is enabled with certain syscall rules, allows local users to obtain potentially sensitive single-bit values from kernel memory or cause a denial of service (OOPS) via a large value of a syscall number (CVE-2014-3917). The futex_requeue function in kernel/futex.c in the Linux kernel through 3.14.5 does not ensure that calls have two different futex addresses, which allows local users to gain privileges via a crafted FUTEX_REQUEUE command that facilitates unsafe waiter modification (CVE-2014-3153). NOTE: the affected code was moved to the __skb_get_nlattr and __skb_get_nlattr_nest functions before the vulnerability was announced (CVE-2014-3144). NOTE: the affected code was moved to the __skb_get_nlattr_nest function before the vulnerability was announced (CVE-2014-3145). Multiple array index errors in drivers/hid/hid-multitouch.c in the Human Interface Device (HID) subsystem in the Linux kernel through 3.11, when CONFIG_HID_MULTITOUCH is enabled, allow physically proximate attackers to cause a denial of service (heap memory corruption, or NULL pointer dereference and OOPS) via a crafted device (CVE-2013-2897). The sctp_sf_do_5_1D_ce function in net/sctp/sm_statefuns.c in the Linux kernel through 3.13.6 does not validate certain auth_enable and auth_capable fields before making an sctp_sf_authenticate call, which allows remote attackers to cause a denial of service (NULL pointer dereference and system crash) via an SCTP handshake with a modified INIT chunk and a crafted AUTH chunk before a COOKIE_ECHO chunk (CVE-2014-0101). The verification of md5 checksums and GPG signatures is performed automatically for you. All packages are signed by Mandriva for security. 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 <security*mandriva.com> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iD8DBQFTmvH3mqjQ0CJFipgRAjgaAKDtCfvK/cukQMyPkhdgllxaobQHFQCdHoJo g42VcK2YoEgcX9BPP3/zfWg= =4uZg -----END PGP SIGNATURE-----

Trust: 2.07

sources: NVD: CVE-2014-0196 // BID: 67282 // VULHUB: VHN-67689 // VULMON: CVE-2014-0196 // PACKETSTORM: 126624 // PACKETSTORM: 126506 // PACKETSTORM: 126822 // PACKETSTORM: 126712 // PACKETSTORM: 126507 // PACKETSTORM: 126500 // PACKETSTORM: 126511 // PACKETSTORM: 127099

AFFECTED PRODUCTS

vendor:f5model:big-iq cloudscope:gteversion:4.0.0

Trust: 1.0

vendor:f5model:big-ip application security managerscope:lteversion:11.5.1

Trust: 1.0

vendor:f5model:big-ip access policy managerscope:gteversion:11.1.0

Trust: 1.0

vendor:f5model:big-ip application acceleration managerscope:gteversion:11.4.0

Trust: 1.0

vendor:canonicalmodel:ubuntu linuxscope:eqversion:14.04

Trust: 1.0

vendor:susemodel:linux enterprise serverscope:eqversion:11

Trust: 1.0

vendor:f5model:big-ip link controllerscope:lteversion:11.5.1

Trust: 1.0

vendor:f5model:big-ip link controllerscope:gteversion:11.1.0

Trust: 1.0

vendor:linuxmodel:kernelscope:gteversion:3.3

Trust: 1.0

vendor:f5model:big-ip analyticsscope:lteversion:11.5.1

Trust: 1.0

vendor:f5model:big-iq securityscope:gteversion:4.0.0

Trust: 1.0

vendor:f5model:big-ip advanced firewall managerscope:lteversion:11.5.1

Trust: 1.0

vendor:canonicalmodel:ubuntu linuxscope:eqversion:12.10

Trust: 1.0

vendor:linuxmodel:kernelscope:ltversion:3.14.4

Trust: 1.0

vendor:f5model:big-ip access policy managerscope:lteversion:11.5.1

Trust: 1.0

vendor:redhatmodel:enterprise linux server eusscope:eqversion:6.3

Trust: 1.0

vendor:f5model:big-iq centralized managementscope:eqversion:4.6.0

Trust: 1.0

vendor:linuxmodel:kernelscope:ltversion:3.12.20

Trust: 1.0

vendor:linuxmodel:kernelscope:ltversion:3.10.40

Trust: 1.0

vendor:canonicalmodel:ubuntu linuxscope:eqversion:12.04

Trust: 1.0

vendor:f5model:big-ip webacceleratorscope:lteversion:11.3.0

Trust: 1.0

vendor:f5model:big-ip advanced firewall managerscope:gteversion:11.3.0

Trust: 1.0

vendor:f5model:big-ip global traffic managerscope:gteversion:11.1.0

Trust: 1.0

vendor:f5model:big-iq devicescope:lteversion:4.5.0

Trust: 1.0

vendor:linuxmodel:kernelscope:ltversion:3.2.59

Trust: 1.0

vendor:redhatmodel:enterprise linux eusscope:eqversion:6.4

Trust: 1.0

vendor:f5model:big-ip edge gatewayscope:lteversion:11.3.0

Trust: 1.0

vendor:susemodel:linux enterprise desktopscope:eqversion:11

Trust: 1.0

vendor:f5model:big-iq cloudscope:lteversion:4.5.0

Trust: 1.0

vendor:f5model:big-ip protocol security modulescope:gteversion:11.1.0

Trust: 1.0

vendor:susemodel:linux enterprise high availability extensionscope:eqversion:11

Trust: 1.0

vendor:linuxmodel:kernelscope:ltversion:3.4.91

Trust: 1.0

vendor:f5model:big-ip wan optimization managerscope:lteversion:11.3.0

Trust: 1.0

vendor:f5model:big-ip local traffic managerscope:gteversion:11.1.0

Trust: 1.0

vendor:f5model:big-ip global traffic managerscope:lteversion:11.5.1

Trust: 1.0

vendor:f5model:enterprise managerscope:gteversion:3.1.0

Trust: 1.0

vendor:canonicalmodel:ubuntu linuxscope:eqversion:10.04

Trust: 1.0

vendor:debianmodel:linuxscope:eqversion:6.0

Trust: 1.0

vendor:f5model:enterprise managerscope:lteversion:3.1.1

Trust: 1.0

vendor:linuxmodel:kernelscope:eqversion:2.6.31

Trust: 1.0

vendor:f5model:big-ip edge gatewayscope:gteversion:11.1.0

Trust: 1.0

vendor:f5model:big-ip wan optimization managerscope:gteversion:11.1.0

Trust: 1.0

vendor:f5model:big-iq securityscope:lteversion:4.5.0

Trust: 1.0

vendor:linuxmodel:kernelscope:gtversion:2.6.31

Trust: 1.0

vendor:f5model:big-ip application acceleration managerscope:lteversion:11.5.1

Trust: 1.0

vendor:f5model:big-ip policy enforcement managerscope:lteversion:11.5.1

Trust: 1.0

vendor:f5model:big-ip webacceleratorscope:gteversion:11.1.0

Trust: 1.0

vendor:redhatmodel:enterprise linuxscope:eqversion:6.0

Trust: 1.0

vendor:oraclemodel:linuxscope:eqversion:6

Trust: 1.0

vendor:linuxmodel:kernelscope:gteversion:3.13

Trust: 1.0

vendor:canonicalmodel:ubuntu linuxscope:eqversion:13.10

Trust: 1.0

vendor:f5model:big-ip local traffic managerscope:lteversion:11.5.1

Trust: 1.0

vendor:f5model:big-ip policy enforcement managerscope:gteversion:11.3.0

Trust: 1.0

vendor:f5model:big-iq cloud and orchestrationscope:eqversion:1.0.0

Trust: 1.0

vendor:f5model:big-iq devicescope:gteversion:4.2.0

Trust: 1.0

vendor:linuxmodel:kernelscope:gteversion:3.11

Trust: 1.0

vendor:f5model:big-ip application security managerscope:gteversion:11.1.0

Trust: 1.0

vendor:f5model:big-ip protocol security modulescope:lteversion:11.4.1

Trust: 1.0

vendor:redhatmodel:enterprise linux eusscope:eqversion:6.3

Trust: 1.0

vendor:f5model:big-iq application delivery controllerscope:eqversion:4.5.0

Trust: 1.0

vendor:f5model:big-ip analyticsscope:gteversion:11.1.0

Trust: 1.0

vendor:linuxmodel:kernelscope:gteversion:3.5

Trust: 1.0

vendor:debianmodel:linuxscope:eqversion:7.0

Trust: 1.0

vendor:linuxmodel:kernelscope:eqversion:3.0.55

Trust: 0.6

vendor:linuxmodel:kernelscope:eqversion:3.2.7

Trust: 0.6

vendor:linuxmodel:kernelscope:eqversion:3.0.56

Trust: 0.6

vendor:linuxmodel:kernelscope:eqversion:3.0.61

Trust: 0.6

vendor:linuxmodel:kernelscope:eqversion:3.0.64

Trust: 0.6

vendor:linuxmodel:kernelscope:eqversion:3.0.60

Trust: 0.6

vendor:linuxmodel:kernelscope:eqversion:3.0.62

Trust: 0.6

vendor:linuxmodel:kernelscope:eqversion:3.0.63

Trust: 0.6

vendor:linuxmodel:kernelscope:eqversion:3.0.53

Trust: 0.6

vendor:linuxmodel:kernelscope:eqversion:3.0.54

Trust: 0.6

vendor:linuxmodel:kernelscope:eqversion:3.3.5

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.3.4

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.3.2

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.2.13

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.2.9

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.2.1

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.1.8

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.0.5

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.0.4

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.0.2

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.0.1

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.2.2

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.0.18

Trust: 0.3

vendor:linuxmodel:kernel 3.0-rc1scope: - version: -

Trust: 0.3

vendor:linuxmodel:kernelscope:eqversion:3.0

Trust: 0.3

vendor:debianmodel:linux sparcscope:eqversion:6.0

Trust: 0.3

vendor:debianmodel:linux s/390scope:eqversion:6.0

Trust: 0.3

vendor:debianmodel:linux powerpcscope:eqversion:6.0

Trust: 0.3

vendor:debianmodel:linux mipsscope:eqversion:6.0

Trust: 0.3

vendor:debianmodel:linux ia-64scope:eqversion:6.0

Trust: 0.3

vendor:debianmodel:linux ia-32scope:eqversion:6.0

Trust: 0.3

vendor:debianmodel:linux armscope:eqversion:6.0

Trust: 0.3

vendor:debianmodel:linux amd64scope:eqversion:6.0

Trust: 0.3

sources: BID: 67282 // CNNVD: CNNVD-201405-092 // NVD: CVE-2014-0196

CVSS

SEVERITY

CVSSV2

CVSSV3

nvd@nist.gov: CVE-2014-0196
value: MEDIUM

Trust: 1.0

CNNVD: CNNVD-201405-092
value: MEDIUM

Trust: 0.6

VULHUB: VHN-67689
value: MEDIUM

Trust: 0.1

VULMON: CVE-2014-0196
value: MEDIUM

Trust: 0.1

nvd@nist.gov: CVE-2014-0196
severity: MEDIUM
baseScore: 6.9
vectorString: AV:L/AC:M/AU:N/C:C/I:C/A:C
accessVector: LOCAL
accessComplexity: MEDIUM
authentication: NONE
confidentialityImpact: COMPLETE
integrityImpact: COMPLETE
availabilityImpact: COMPLETE
exploitabilityScore: 3.4
impactScore: 10.0
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 1.1

VULHUB: VHN-67689
severity: MEDIUM
baseScore: 6.9
vectorString: AV:L/AC:M/AU:N/C:C/I:C/A:C
accessVector: LOCAL
accessComplexity: MEDIUM
authentication: NONE
confidentialityImpact: COMPLETE
integrityImpact: COMPLETE
availabilityImpact: COMPLETE
exploitabilityScore: 3.4
impactScore: 10.0
acInsufInfo: NONE
obtainAllPrivilege: NONE
obtainUserPrivilege: NONE
obtainOtherPrivilege: NONE
userInteractionRequired: NONE
version: 2.0

Trust: 0.1

sources: VULHUB: VHN-67689 // VULMON: CVE-2014-0196 // CNNVD: CNNVD-201405-092 // NVD: CVE-2014-0196

PROBLEMTYPE DATA

problemtype:CWE-362

Trust: 1.1

sources: VULHUB: VHN-67689 // NVD: CVE-2014-0196

THREAT TYPE

local

Trust: 1.0

sources: BID: 67282 // PACKETSTORM: 126712 // CNNVD: CNNVD-201405-092

TYPE

competition condition problem

Trust: 0.6

sources: CNNVD: CNNVD-201405-092

EXPLOIT AVAILABILITY

sources: VULHUB: VHN-67689 // VULMON: CVE-2014-0196

PATCH

title:linux-3.14.4url:http://123.124.177.30/web/xxk/bdxqById.tag?id=49773

Trust: 0.6

title:linux-3.14.4url:http://123.124.177.30/web/xxk/bdxqById.tag?id=49772

Trust: 0.6

title:Ubuntu Security Notice: linux vulnerabilityurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2204-1

Trust: 0.1

title:Ubuntu Security Notice: linux vulnerabilityurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2203-1

Trust: 0.1

title:Ubuntu Security Notice: linux-lts-quantal vulnerabilityurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2199-1

Trust: 0.1

title:Ubuntu Security Notice: linux-ec2 vulnerabilityurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2197-1

Trust: 0.1

title:Ubuntu Security Notice: linux vulnerabilityurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2196-1

Trust: 0.1

title:Ubuntu Security Notice: linux vulnerabilityurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2198-1

Trust: 0.1

title:Ubuntu Security Notice: linux vulnerabilityurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2202-1

Trust: 0.1

title:Ubuntu Security Notice: linux-lts-saucy vulnerabilityurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2201-1

Trust: 0.1

title:Ubuntu Security Notice: linux-lts-raring vulnerabilityurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2200-1

Trust: 0.1

title:Red Hat: CVE-2014-0196url:https://vulmon.com/vendoradvisory?qidtp=red_hat_cve_database&qid=CVE-2014-0196

Trust: 0.1

title:Amazon Linux AMI: ALAS-2014-339url:https://vulmon.com/vendoradvisory?qidtp=amazon_linux_ami&qid=ALAS-2014-339

Trust: 0.1

title:Amazon Linux AMI: ALAS-2014-392url:https://vulmon.com/vendoradvisory?qidtp=amazon_linux_ami&qid=ALAS-2014-392

Trust: 0.1

title:Debian CVElist Bug Report Logs: CVE-2014-3122: try_to_unmap_cluster() should lock_page() before mlockingurl:https://vulmon.com/vendoradvisory?qidtp=debian_cvelist_bugreportlogs&qid=e518c00ae2addd2c6e5ede8febf60365

Trust: 0.1

title:Debian CVElist Bug Report Logs: CVE-2014-0196: pty layer race condition memory corruptionurl:https://vulmon.com/vendoradvisory?qidtp=debian_cvelist_bugreportlogs&qid=47961f3c5321e4c0c1841969631cdf51

Trust: 0.1

title:Ubuntu Security Notice: linux-lts-trusty vulnerabilitiesurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2260-1

Trust: 0.1

title:Ubuntu Security Notice: linux-ti-omap4 vulnerabilitiesurl:https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice&qid=USN-2227-1

Trust: 0.1

title:https://github.com/SunRain/CVE-2014-0196url:https://github.com/SunRain/CVE-2014-0196

Trust: 0.1

title:kernel Exploitationurl:https://github.com/ex4722/kernel_exploitation

Trust: 0.1

title:CVE-2014-0196url:https://github.com/tempbottle/CVE-2014-0196

Trust: 0.1

title:Exploitsurl:https://github.com/ycdxsb/Exploits

Trust: 0.1

title:Exploitsurl:https://github.com/ycdxsb/CVEs

Trust: 0.1

title:Exploit Development: Case Studies Windows Unix-likeurl:https://github.com/dyjakan/exploit-development-case-studies

Trust: 0.1

title:kernelpop run modesurl:https://github.com/ferovap/Tools

Trust: 0.1

title:kernelpop usageurl:https://github.com/spencerdodd/kernelpop

Trust: 0.1

title:https://github.com/20142995/pocsuiteurl:https://github.com/20142995/pocsuite

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/p00h00/linux-exploits

Trust: 0.1

title:Localroot Exploiturl:https://github.com/anoaghost/Localroot_Compile

Trust: 0.1

title:Android kernel exploiturl:https://github.com/tangsilian/android-vuln

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/Shadowshusky/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/Feng4/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/coffee727/linux-exp

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/copperfieldd/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/m0mkris/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/C0dak/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/password520/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/xssfile/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/qiantu88/Linux--exp

Trust: 0.1

title:Linux-Kernel-Exploiturl:https://github.com/ozkanbilge/Linux-Kernel-Exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/s0wr0b1ndef/Linux-Kernal-Exploits-m-

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/zyjsuper/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/albinjoshy03/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/kumardineshwar/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/Straight-wood/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/SecWiki/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/yige666/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/QChiLan/linux-exp

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/xfinest/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/alian87/linux-kernel-exploits

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/Micr067/linux-kernel-exploits

Trust: 0.1

title:https://github.com/fei9747/LinuxEelvationurl:https://github.com/fei9747/LinuxEelvation

Trust: 0.1

title:linux-kernel-exploitsurl:https://github.com/De4dCr0w/Linux-kernel-EoP-exp

Trust: 0.1

title:Linux-Kernel-exploiturl:https://github.com/skbasava/Linux-Kernel-exploit

Trust: 0.1

title:Linux Kernel Exploitationurl:https://github.com/Technoashofficial/kernel-exploitation-linux

Trust: 0.1

title:Linux Kernel Exploitationurl:https://github.com/s0wr0b1ndef/linux-kernel-exploitation

Trust: 0.1

title:https://github.com/Al1ex/LinuxEelvationurl:https://github.com/Al1ex/LinuxEelvation

Trust: 0.1

title:Localroot Collection ✨url:https://github.com/Snoopy-Sec/Localroot-ALL-CVE

Trust: 0.1

title:Linux Privilege Escalation Exploitsurl:https://github.com/JlSakuya/Linux-Privilege-Escalation-Exploits

Trust: 0.1

title:所有收集类项目 Android 目录 资源收集 知名分析工具 各类App Topic 其他 工具 文章 贡献url:https://github.com/alphaSeclab/android-security

Trust: 0.1

title:Linux Kernel Exploitationurl:https://github.com/TamilHackz/linux-kernel-exploitation

Trust: 0.1

title:Linux Kernel Exploitationurl:https://github.com/khanhdz191/linux-kernel-exploitation

Trust: 0.1

title:Contentsurl:https://github.com/hktalent/bug-bounty

Trust: 0.1

title:Linux Kernel Exploitationurl:https://github.com/xairy/linux-kernel-exploitation

Trust: 0.1

title:Known Exploited Vulnerabilities Detectorurl:https://github.com/Ostorlab/KEV

Trust: 0.1

title:Securelisturl:https://securelist.com/elasticsearch-vuln-abuse-on-amazon-cloud-and-more-for-ddos-and-profit/65192/

Trust: 0.1

title:The Registerurl:https://www.theregister.co.uk/2014/07/25/how_long_is_too_long_to_wait_for_a_security_update/

Trust: 0.1

title:The Registerurl:https://www.theregister.co.uk/2014/05/14/linux_distos_get_patching_on_terminal_bug/

Trust: 0.1

sources: VULMON: CVE-2014-0196 // CNNVD: CNNVD-201405-092

EXTERNAL IDS

db:NVDid:CVE-2014-0196

Trust: 2.9

db:OSVDBid:106646

Trust: 1.8

db:SECUNIAid:59218

Trust: 1.8

db:SECUNIAid:59262

Trust: 1.8

db:SECUNIAid:59599

Trust: 1.8

db:EXPLOIT-DBid:33516

Trust: 1.8

db:OPENWALLid:OSS-SECURITY/2014/05/05/6

Trust: 1.8

db:CNNVDid:CNNVD-201405-092

Trust: 0.7

db:BIDid:67282

Trust: 0.3

db:PACKETSTORMid:126511

Trust: 0.2

db:PACKETSTORMid:126712

Trust: 0.2

db:PACKETSTORMid:126506

Trust: 0.2

db:PACKETSTORMid:126624

Trust: 0.2

db:PACKETSTORMid:126500

Trust: 0.2

db:PACKETSTORMid:126507

Trust: 0.2

db:PACKETSTORMid:126512

Trust: 0.1

db:PACKETSTORMid:126508

Trust: 0.1

db:PACKETSTORMid:126603

Trust: 0.1

db:PACKETSTORMid:126509

Trust: 0.1

db:PACKETSTORMid:126510

Trust: 0.1

db:PACKETSTORMid:126503

Trust: 0.1

db:PACKETSTORMid:127035

Trust: 0.1

db:PACKETSTORMid:126578

Trust: 0.1

db:SEEBUGid:SSVID-86729

Trust: 0.1

db:VULHUBid:VHN-67689

Trust: 0.1

db:VULMONid:CVE-2014-0196

Trust: 0.1

db:PACKETSTORMid:126822

Trust: 0.1

db:PACKETSTORMid:127099

Trust: 0.1

sources: VULHUB: VHN-67689 // VULMON: CVE-2014-0196 // BID: 67282 // PACKETSTORM: 126624 // PACKETSTORM: 126506 // PACKETSTORM: 126822 // PACKETSTORM: 126712 // PACKETSTORM: 126507 // PACKETSTORM: 126500 // PACKETSTORM: 126511 // PACKETSTORM: 127099 // CNNVD: CNNVD-201405-092 // NVD: CVE-2014-0196

REFERENCES

url:https://bugzilla.redhat.com/show_bug.cgi?id=1094232

Trust: 2.1

url:http://rhn.redhat.com/errata/rhsa-2014-0512.html

Trust: 1.9

url:http://www.ubuntu.com/usn/usn-2196-1

Trust: 1.9

url:http://www.ubuntu.com/usn/usn-2197-1

Trust: 1.9

url:http://www.ubuntu.com/usn/usn-2199-1

Trust: 1.9

url:http://www.ubuntu.com/usn/usn-2203-1

Trust: 1.9

url:http://www.osvdb.org/106646

Trust: 1.8

url:http://www.exploit-db.com/exploits/33516

Trust: 1.8

url:http://secunia.com/advisories/59218

Trust: 1.8

url:http://secunia.com/advisories/59262

Trust: 1.8

url:http://secunia.com/advisories/59599

Trust: 1.8

url:http://www.debian.org/security/2014/dsa-2926

Trust: 1.8

url:http://www.debian.org/security/2014/dsa-2928

Trust: 1.8

url:http://lists.opensuse.org/opensuse-security-announce/2014-05/msg00007.html

Trust: 1.8

url:http://lists.opensuse.org/opensuse-security-announce/2014-05/msg00012.html

Trust: 1.8

url:http://www.ubuntu.com/usn/usn-2198-1

Trust: 1.8

url:http://www.ubuntu.com/usn/usn-2200-1

Trust: 1.8

url:http://www.ubuntu.com/usn/usn-2201-1

Trust: 1.8

url:http://www.ubuntu.com/usn/usn-2202-1

Trust: 1.8

url:http://www.ubuntu.com/usn/usn-2204-1

Trust: 1.8

url:http://www.openwall.com/lists/oss-security/2014/05/05/6

Trust: 1.8

url:http://bugzilla.novell.com/show_bug.cgi?id=875690

Trust: 1.8

url:http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3ba=commit%3bh=4291086b1f081b869c6d79e5b7441633dc3ace00

Trust: 1.8

url:http://linux.oracle.com/errata/elsa-2014-0771.html

Trust: 1.8

url:http://pastebin.com/raw.php?i=ytsfubgz

Trust: 1.8

url:http://source.android.com/security/bulletin/2016-07-01.html

Trust: 1.8

url:http://support.f5.com/kb/en-us/solutions/public/15000/300/sol15319.html

Trust: 1.8

url:https://github.com/torvalds/linux/commit/4291086b1f081b869c6d79e5b7441633dc3ace00

Trust: 1.8

url:https://nvd.nist.gov/vuln/detail/cve-2014-0196

Trust: 0.8

url:http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4291086b1f081b869c6d79e5b7441633dc3ace00

Trust: 0.6

url:https://access.redhat.com/security/cve/cve-2014-0196

Trust: 0.4

url:http://www.kernel.org/

Trust: 0.3

url:http://linux.oracle.com/errata/elsa-2014-3034.html

Trust: 0.3

url:http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=4291086b1f081b869c6d79e5b7441633dc3ace00

Trust: 0.3

url:http://bugzillafiles.novell.org/attachment.cgi?id=588355

Trust: 0.3

url:https://nvd.nist.gov/vuln/detail/cve-2014-1738

Trust: 0.3

url:https://nvd.nist.gov/vuln/detail/cve-2014-1737

Trust: 0.3

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

Trust: 0.2

url:https://access.redhat.com/security/updates/classification/#important

Trust: 0.2

url:https://www.redhat.com/security/data/cve/cve-2014-0196.html

Trust: 0.2

url:https://access.redhat.com/security/team/contact/

Trust: 0.2

url:https://www.redhat.com/mailman/listinfo/rhsa-announce

Trust: 0.2

url:https://nvd.nist.gov/vuln/detail/cve-2014-2706

Trust: 0.2

url:https://bugzilla.redhat.com/):

Trust: 0.2

url:https://nvd.nist.gov/vuln/detail/cve-2014-2851

Trust: 0.2

url:https://access.redhat.com/security/team/key/#package

Trust: 0.2

url:https://nvd.nist.gov/vuln/detail/cve-2014-2678

Trust: 0.2

url:https://nvd.nist.gov/vuln/detail/cve-2014-2672

Trust: 0.2

url:https://cwe.mitre.org/data/definitions/362.html

Trust: 0.1

url:https://www.exploit-db.com/exploits/33516/

Trust: 0.1

url:https://github.com/sunrain/cve-2014-0196

Trust: 0.1

url:https://github.com/tempbottle/cve-2014-0196

Trust: 0.1

url:https://nvd.nist.gov

Trust: 0.1

url:https://usn.ubuntu.com/2204-1/

Trust: 0.1

url:http://www.debian.org/security/faq

Trust: 0.1

url:http://www.debian.org/security/

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/linux/2.6.32-58.121

Trust: 0.1

url:https://www.redhat.com/security/data/cve/cve-2014-1737.html

Trust: 0.1

url:https://www.redhat.com/security/data/cve/cve-2014-3122.html

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-0100

Trust: 0.1

url:https://www.redhat.com/security/data/cve/cve-2014-2851.html

Trust: 0.1

url:https://rhn.redhat.com/errata/rhsa-2014-0557.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-2672.html

Trust: 0.1

url:https://www.redhat.com/security/data/cve/cve-2014-0100.html

Trust: 0.1

url:https://www.redhat.com/security/data/cve/cve-2014-2706.html

Trust: 0.1

url:https://www.redhat.com/security/data/cve/cve-2014-2678.html

Trust: 0.1

url:https://www.redhat.com/security/data/cve/cve-2014-1738.html

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/linux-lts-quantal/3.5.0-49.74~precise1

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/linux-ec2/2.6.32-363.77

Trust: 0.1

url:https://launchpad.net/ubuntu/+source/linux/3.11.0-20.35

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-2523

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0101

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0196

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0077

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2012-2137

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-2706

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-2309

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2012-2137

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-3144

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-0069

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-2309

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-2014-2678

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-3144

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-3153

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-3153

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-2039

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-0077

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-2039

Trust: 0.1

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

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-2672

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-0101

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-3917

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-2523

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-1738

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2013-2897

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-1874

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-2851

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-3917

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-3145

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2014-3145

Trust: 0.1

url:https://nvd.nist.gov/vuln/detail/cve-2013-2897

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-1874

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-0069

Trust: 0.1

url:http://cve.mitre.org/cgi-bin/cvename.cgi?name=cve-2014-1737

Trust: 0.1

sources: VULHUB: VHN-67689 // VULMON: CVE-2014-0196 // BID: 67282 // PACKETSTORM: 126624 // PACKETSTORM: 126506 // PACKETSTORM: 126822 // PACKETSTORM: 126712 // PACKETSTORM: 126507 // PACKETSTORM: 126500 // PACKETSTORM: 126511 // PACKETSTORM: 127099 // CNNVD: CNNVD-201405-092 // NVD: CVE-2014-0196

CREDITS

Ubuntu

Trust: 0.4

sources: PACKETSTORM: 126506 // PACKETSTORM: 126507 // PACKETSTORM: 126500 // PACKETSTORM: 126511

SOURCES

db:VULHUBid:VHN-67689
db:VULMONid:CVE-2014-0196
db:BIDid:67282
db:PACKETSTORMid:126624
db:PACKETSTORMid:126506
db:PACKETSTORMid:126822
db:PACKETSTORMid:126712
db:PACKETSTORMid:126507
db:PACKETSTORMid:126500
db:PACKETSTORMid:126511
db:PACKETSTORMid:127099
db:CNNVDid:CNNVD-201405-092
db:NVDid:CVE-2014-0196

LAST UPDATE DATE

2024-11-20T22:11:21.140000+00:00


SOURCES UPDATE DATE

db:VULHUBid:VHN-67689date:2023-02-13T00:00:00
db:VULMONid:CVE-2014-0196date:2024-02-09T00:00:00
db:BIDid:67282date:2015-05-07T17:09:00
db:CNNVDid:CNNVD-201405-092date:2023-02-13T00:00:00
db:NVDid:CVE-2014-0196date:2024-02-09T19:24:10.937

SOURCES RELEASE DATE

db:VULHUBid:VHN-67689date:2014-05-07T00:00:00
db:VULMONid:CVE-2014-0196date:2014-05-07T00:00:00
db:BIDid:67282date:2014-04-29T00:00:00
db:PACKETSTORMid:126624date:2014-05-15T21:36:02
db:PACKETSTORMid:126506date:2014-05-06T20:24:11
db:PACKETSTORMid:126822date:2014-05-28T16:37:23
db:PACKETSTORMid:126712date:2014-05-19T17:02:25
db:PACKETSTORMid:126507date:2014-05-06T20:24:17
db:PACKETSTORMid:126500date:2014-05-06T20:23:08
db:PACKETSTORMid:126511date:2014-05-06T20:24:42
db:PACKETSTORMid:127099date:2014-06-15T17:22:00
db:CNNVDid:CNNVD-201405-092date:2014-05-08T00:00:00
db:NVDid:CVE-2014-0196date:2014-05-07T10:55:04.337