var-201205-0016
Vulnerability from variot
The (1) IPv4 and (2) IPv6 implementations in the Linux kernel before 3.1 use a modified MD4 algorithm to generate sequence numbers and Fragment Identification values, which makes it easier for remote attackers to cause a denial of service (disrupted networking) or hijack network sessions by predicting these values and sending crafted packets. The Linux kernel is prone to a security weakness related to TCP sequence number generation. Attackers can exploit this issue to inject arbitrary packets into TCP sessions using brute force attack, to perform unauthorized actions. Attackers can cause a denial-of-service condition by injecting a SYN or RST packet into the TCP session, which terminates the established connection. Other attacks such as man-in-the-middle attacks are also possible. The NFSv4 implementation is one of the distributed file system protocols. Attackers with physical access to a system's USB ports could obtain elevated privileges using a specially crafted USB device.
CVE-2011-0712
Rafael Dominguez Vega of MWR InfoSecurity reported an issue in the caiaq
module, a USB driver for Native Instruments USB audio devices. Attackers
with physical access to a system's USB ports could obtain elevated
privileges using a specially crafted USB device.
CVE-2011-2213
Dan Rosenberg discovered an issue in the INET socket monitoring interface. Updates for the hppa and ia64 architectures will
be included in the upcoming 5.0.9 point release. 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. 5.6.z server) - i386, ia64, noarch, ppc, s390x, x86_64
-
(CVE-2011-3188, Moderate)
-
A flaw was found in the Linux kernel's clock implementation on 32-bit, SMP (symmetric multiprocessing) systems.
In addition, this update fixes the following bugs:
-
When the Global File System 2 (GFS2) file system is suspended, its delete work queue is also suspended, along with any pending work on the queue. Prior to this update, if GFS2's transaction lock was demoted while the delete work queue was suspended, a deadlock could occur on the file system because the file system tried to flush the work queue in the lock demotion code. With this update, the delete work queue is no longer flushed by the lock demotion code, and a deadlock no longer occurs. Instead, the work queue is flushed by the unmount operation, so that pending work is properly completed. (BZ#733678)
-
A previously applied patch introduced a regression for third-party file systems that do not set the FS_HAS_IODONE2 flag, specifically, Oracle Cluster File System 2 (OCFS2). The patch removed a call to the aio_complete function, resulting in no completion events being processed, causing user-space applications to become unresponsive. This update reintroduces the aio_complete function call, fixing this issue. (BZ#734156)
-
Certain devices support multiple operation modes. For example, EMC CLARiiON disk arrays support ALUA mode and their own vendor specific mode for failover. In Red Hat Enterprise Linux 5.5, a bug was discovered that prevented tools such as multipath from being able to select the device/hardware handler plug-in to use. This resulted in the application (for example, multipath) not working properly. With this update, the kernel has been modified to allow applications to select the device/hardware handler to use, thus resolving this issue. (BZ#739900)
-
This update improves the performance of delete/unlink operations in a GFS2 file system with large files by adding a layer of metadata read-ahead for indirect blocks. Bugs fixed (http://bugzilla.redhat.com/):
732658 - CVE-2011-3188 kernel: net: improve sequence number generation 732878 - CVE-2011-3209 kernel: panic occurs when clock_gettime() is called 733678 - GFS2: recovery stuck on transaction lock [rhel-5.6.z] 739900 - scsi_dh_emc gives "error attaching hardware handler" for EMC active-active SANs [rhel-5.6.z]
Software Description: - linux: Linux kernel
Details:
Dan Rosenberg discovered that the IPv4 diagnostic routines did not correctly validate certain requests. (CVE-2011-2497)
It was discovered that the EXT4 filesystem contained multiple off-by-one flaws. (CVE-2011-2695)
Mauro Carvalho Chehab discovered that the si4713 radio driver did not correctly check the length of memory copies. (CVE-2011-2700)
Herbert Xu discovered that certain fields were incorrectly handled when Generic Receive Offload (CVE-2011-2723)
Time Warns discovered that long symlinks were incorrectly handled on Be filesystems. A remote attacker with a malicious server could exploit this to crash the system or possibly execute arbitrary code as the root user. (CVE-2011-3191)
Update instructions:
The problem can be corrected by updating your system to the following package versions:
Ubuntu 11.04: linux-image-2.6.38-12-generic 2.6.38-12.51 linux-image-2.6.38-12-generic-pae 2.6.38-12.51 linux-image-2.6.38-12-omap 2.6.38-12.51 linux-image-2.6.38-12-powerpc 2.6.38-12.51 linux-image-2.6.38-12-powerpc-smp 2.6.38-12.51 linux-image-2.6.38-12-powerpc64-smp 2.6.38-12.51 linux-image-2.6.38-12-server 2.6.38-12.51 linux-image-2.6.38-12-versatile 2.6.38-12.51 linux-image-2.6.38-12-virtual 2.6.38-12.51
After a standard system update you need to reboot your computer to make all the necessary changes.
ATTENTION: Due to an unavoidable ABI change the kernel updates have been given a new version number, which requires you to recompile and reinstall all third party kernel modules you might have installed. Unless you manually uninstalled the standard kernel metapackages (e.g. linux-generic, linux-server, linux-powerpc), a standard system upgrade will automatically perform this as well. (CVE-2011-1479)
Vasiliy Kulikov discovered that taskstats did not enforce access restrictions. (CVE-2011-2494)
Vasiliy Kulikov discovered that /proc/PID/io did not enforce access restrictions. (CVE-2011-3188)
Yogesh Sharma discovered that CIFS did not correctly handle UNCs that had no prefixpaths.
The text of the original advisory is reproduced for reference:
Several vulnerabilities have been discovered in the Linux kernel that may lead to a denial of service or privilege escalation. The Common Vulnerabilities and Exposures project identifies the following problems:
CVE-2011-1020
Kees Cook discovered an issue in the /proc filesystem that allows local
users to gain access to sensitive process information after execution of a
setuid binary.
CVE-2011-1576
Ryan Sweat discovered an issue in the VLAN implementation.
CVE-2011-2484
Vasiliy Kulikov of Openwall discovered that the number of exit handlers that
a process can register is not capped, resulting in local denial of service
through resource exhaustion (cpu time and memory).
CVE-2011-2491
Vasily Averin discovered an issue with the NFS locking implementation. A
malicious NFS server can cause a client to hang indefinitely in an unlock
call.
CVE-2011-2492
Marek Kroemeke and Filip Palian discovered that uninitialized struct
elements in the Bluetooth subsystem could lead to a leak of sensitive kernel
memory through leaked stack memory.
CVE-2011-2495
Vasiliy Kulikov of Openwall discovered that the io file of a process' proc
directory was world-readable, resulting in local information disclosure of
information such as password lengths.
CVE-2011-2497
Dan Rosenberg discovered an integer underflow in the Bluetooth subsystem,
which could lead to denial of service or privilege escalation.
CVE-2011-2517
It was discovered that the netlink-based wireless configuration interface
performed insufficient length validation when parsing SSIDs, resulting in
buffer overflows.
CVE-2011-2525
Ben Pfaff reported an issue in the network scheduling code.
CVE-2011-2700
Mauro Carvalho Chehab of Red Hat reported a buffer overflow issue in the
driver for the Si4713 FM Radio Transmitter driver used by N900 devices.
CVE-2011-2905
Christian Ohm discovered that the 'perf' analysis tool searches for its
config files in the current working directory. This could lead to denial of
service or potential privilege escalation if a user with elevated privileges
is tricked into running 'perf' in a directory under the control of the
attacker.
CVE-2011-2909
Vasiliy Kulikov of Openwall discovered that a programming error in
the Comedi driver could lead to the information disclosure through
leaked stack memory.
CVE-2011-2918
Vince Weaver discovered that incorrect handling of software event overflows
in the 'perf' analysis tool could lead to local denial of service.
CVE-2011-2928
Timo Warns discovered that insufficient validation of Be filesystem images
could lead to local denial of service if a malformed filesystem image is
mounted. This can be used by remote attackers to inject
packets into an active session.
CVE-2011-3191
Darren Lavender reported an issue in the Common Internet File System (CIFS).
This update also includes a fix for a regression introduced with the previous security fix for CVE-2011-1768 (Debian: #633738)
For the stable distribution (squeeze), this problem has been fixed in version 2.6.32-35squeeze2. Updates for issues impacting the oldstable distribution (lenny) will be available soon.
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+35squeeze2
We recommend that you upgrade your linux-2.6 and user-mode-linux packages. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/ . -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
===================================================================== Red Hat Security Advisory
Synopsis: Important: kernel-rt security and bug fix update Advisory ID: RHSA-2012:0010-01 Product: Red Hat Enterprise MRG for RHEL-6 Advisory URL: https://rhn.redhat.com/errata/RHSA-2012-0010.html Issue date: 2012-01-10 CVE Names: CVE-2011-1162 CVE-2011-2494 CVE-2011-2723 CVE-2011-2898 CVE-2011-3188 CVE-2011-3191 CVE-2011-3353 CVE-2011-3359 CVE-2011-3363 CVE-2011-3637 CVE-2011-4081 CVE-2011-4110 CVE-2011-4132 CVE-2011-4326 =====================================================================
- Summary:
Updated kernel-rt packages that fix several security issues and two bugs are now available for Red Hat Enterprise MRG 2.0.
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.
- Relevant releases/architectures:
MRG Realtime for RHEL 6 Server v.2 - noarch, x86_64
- Description:
The kernel-rt packages contain the Linux kernel, the core of any Linux operating system.
This update fixes the following security issues:
-
A malicious CIFS (Common Internet File System) server could send a specially-crafted response to a directory read request that would result in a denial of service or privilege escalation on a system that has a CIFS share mounted. (CVE-2011-3191, Important)
-
The way fragmented IPv6 UDP datagrams over the bridge with UDP Fragmentation Offload (UFO) functionality on were handled could allow a remote attacker to cause a denial of service. (CVE-2011-4326, Important)
-
GRO (Generic Receive Offload) fields could be left in an inconsistent state. An attacker on the local network could use this flaw to cause a denial of service. GRO is enabled by default in all network drivers that support it. (CVE-2011-2723, Moderate)
-
IPv4 and IPv6 protocol sequence number and fragment ID generation could allow a man-in-the-middle attacker to inject packets and possibly hijack connections. Protocol sequence numbers and fragment IDs are now more random. (CVE-2011-3188, Moderate)
-
A flaw in the FUSE (Filesystem in Userspace) implementation could allow a local user in the fuse group who has access to mount a FUSE file system to cause a denial of service. (CVE-2011-3353, Moderate)
-
A flaw in the b43 driver. If a system had an active wireless interface that uses the b43 driver, an attacker able to send a specially-crafted frame to that interface could cause a denial of service. (CVE-2011-3359, Moderate)
-
A flaw in the way CIFS shares with DFS referrals at their root were handled could allow an attacker on the local network, who is able to deploy a malicious CIFS server, to create a CIFS network share that, when mounted, would cause the client system to crash. (CVE-2011-3363, Moderate)
-
A flaw in the m_stop() implementation could allow a local, unprivileged user to trigger a denial of service. (CVE-2011-3637, Moderate)
-
Flaws in ghash_update() and ghash_final() could allow a local, unprivileged user to cause a denial of service. (CVE-2011-4081, Moderate)
-
A flaw in the key management facility could allow a local, unprivileged user to cause a denial of service via the keyctl utility. (CVE-2011-4110, Moderate)
-
A flaw in the Journaling Block Device (JBD) could allow a local attacker to crash the system by mounting a specially-crafted ext3 or ext4 disk. (CVE-2011-4132, Moderate)
-
A flaw in the way memory containing security-related data was handled in tpm_read() could allow a local, unprivileged user to read the results of a previously run TPM command. (CVE-2011-1162, Low)
-
I/O statistics from the taskstats subsystem could be read without any restrictions, which could allow a local, unprivileged user to gather confidential information, such as the length of a password used in a process. (CVE-2011-2494, Low)
-
Flaws in tpacket_rcv() and packet_recvmsg() could allow a local, unprivileged user to leak information to user-space. (CVE-2011-2898, Low)
Red Hat would like to thank Darren Lavender for reporting CVE-2011-3191; Brent Meshier for reporting CVE-2011-2723; Dan Kaminsky for reporting CVE-2011-3188; Yogesh Sharma for reporting CVE-2011-3363; Nick Bowler for reporting CVE-2011-4081; Peter Huewe for reporting CVE-2011-1162; and Vasiliy Kulikov of Openwall for reporting CVE-2011-2494.
This update also fixes the following bugs:
-
Previously, a mismatch in the build-id of the kernel-rt and the one in the related debuginfo package caused failures in SystemTap and perf. (BZ#768413)
-
IBM x3650m3 systems were not able to boot the MRG Realtime kernel because they require a pmcraid driver that was not available. The pmcraid driver is included in this update. (BZ#753992)
Users should upgrade to these updated packages, which correct these issues. The system must be rebooted for this update to take effect.
- Solution:
Before applying this update, make sure all previously-released errata relevant to your system have been applied.
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/kb/docs/DOC-11259
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.
- Bugs fixed (http://bugzilla.redhat.com/):
716842 - CVE-2011-2494 kernel: taskstats io infoleak
726552 - CVE-2011-2723 kernel: gro: only reset frag0 when skb can be pulled
728023 - CVE-2011-2898 kernel: af_packet: infoleak
732629 - CVE-2011-1162 kernel: tpm: infoleak
732658 - CVE-2011-3188 kernel: net: improve sequence number generation
732869 - CVE-2011-3191 kernel: cifs: signedness issue in CIFSFindNext()
736761 - CVE-2011-3353 kernel: fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message
738202 - CVE-2011-3359 kernel: b43: allocate receive buffers big enough for max frame len + offset
738291 - CVE-2011-3363 kernel: cifs: always do is_path_accessible check in cifs_mount
747848 - CVE-2011-3637 kernel: proc: fix oops on invalid /proc/
- 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-2.6.33.9-rt31.79.el6rt.src.rpm
noarch: kernel-rt-doc-2.6.33.9-rt31.79.el6rt.noarch.rpm kernel-rt-firmware-2.6.33.9-rt31.79.el6rt.noarch.rpm
x86_64: kernel-rt-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-debug-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-debug-debuginfo-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-debug-devel-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-debuginfo-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-debuginfo-common-x86_64-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-devel-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-trace-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-trace-debuginfo-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-trace-devel-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-vanilla-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-vanilla-debuginfo-2.6.33.9-rt31.79.el6rt.x86_64.rpm kernel-rt-vanilla-devel-2.6.33.9-rt31.79.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
- References:
https://www.redhat.com/security/data/cve/CVE-2011-1162.html https://www.redhat.com/security/data/cve/CVE-2011-2494.html https://www.redhat.com/security/data/cve/CVE-2011-2723.html https://www.redhat.com/security/data/cve/CVE-2011-2898.html https://www.redhat.com/security/data/cve/CVE-2011-3188.html https://www.redhat.com/security/data/cve/CVE-2011-3191.html https://www.redhat.com/security/data/cve/CVE-2011-3353.html https://www.redhat.com/security/data/cve/CVE-2011-3359.html https://www.redhat.com/security/data/cve/CVE-2011-3363.html https://www.redhat.com/security/data/cve/CVE-2011-3637.html https://www.redhat.com/security/data/cve/CVE-2011-4081.html https://www.redhat.com/security/data/cve/CVE-2011-4110.html https://www.redhat.com/security/data/cve/CVE-2011-4132.html https://www.redhat.com/security/data/cve/CVE-2011-4326.html https://access.redhat.com/security/updates/classification/#important
- Contact:
The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/
Copyright 2012 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux)
iD8DBQFPDJ6FXlSAg2UNWIIRAsrYAKCLerKtJ4QtRBX9XbrUMn6hOusSYACcDy1x DrRqrqyb3B96r051baGDAZU= =M480 -----END PGP SIGNATURE-----
-- RHSA-announce mailing list RHSA-announce@redhat.com https://www.redhat.com/mailman/listinfo/rhsa-announce
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-201205-0016", "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": "big-ip local traffic manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "11.1.0" }, { "model": "kernel", "scope": "lt", "trust": 1.0, "vendor": "linux", "version": "3.1" }, { "model": "big-ip access policy manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "10.2.4" }, { "model": "enterprise manager", "scope": "eq", "trust": 1.0, "vendor": "f5", "version": "3.0.0" }, { "model": "big-ip wan optimization manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "10.2.4" }, { "model": "big-ip wan optimization manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "11.0.0" }, { "model": "big-ip global traffic manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "10.0.0" }, { "model": "big-ip local traffic manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "10.2.4" }, { "model": "big-ip local traffic manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "11.0.0" }, { "model": "enterprise linux", "scope": "eq", "trust": 1.0, "vendor": "redhat", "version": "4.0" }, { "model": "firepass", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "6.0.0" }, { "model": "big-ip analytics", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "11.0.0" }, { "model": "big-ip edge gateway", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "10.1.0" }, { "model": "big-ip protocol security module", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "10.0.0" }, { "model": "big-ip webaccelerator", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "10.0.0" }, { "model": "big-ip link controller", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "10.0.0" }, { "model": "big-ip access policy manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "10.1.0" }, { "model": "big-ip application security manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "11.0.0" }, { "model": "big-ip application security manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "11.1.0" }, { "model": "enterprise manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "2.1.0" }, { "model": "big-ip application security manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "10.2.4" }, { "model": "big-ip wan optimization manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "10.0.0" }, { "model": "big-ip local traffic manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "10.0.0" }, { "model": "arx", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "6.4.0" }, { "model": "big-ip global traffic manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "11.0.0" }, { "model": "big-ip protocol security module", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "11.1.0" }, { "model": "big-ip protocol security module", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "11.0.0" }, { "model": "big-ip global traffic manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "11.1.0" }, { "model": "big-ip webaccelerator", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "11.1.0" }, { "model": "big-ip edge gateway", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "11.0.0" }, { "model": "big-ip link controller", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "11.1.0" }, { "model": "big-ip protocol security module", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "10.2.4" }, { "model": "big-ip webaccelerator", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "10.2.4" }, { "model": "big-ip global traffic manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "10.2.4" }, { "model": "big-ip webaccelerator", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "11.0.0" }, { "model": "big-ip link controller", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "11.0.0" }, { "model": "big-ip edge gateway", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "11.1.0" }, { "model": "enterprise manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "2.3.0" }, { "model": "big-ip application security manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "10.0.0" }, { "model": "big-ip link controller", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "10.2.4" }, { "model": "firepass", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "6.1.0" }, { "model": "big-ip access policy manager", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "11.0.0" }, { "model": "big-ip edge gateway", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "10.2.4" }, { "model": "arx", "scope": "gte", "trust": 1.0, "vendor": "f5", "version": "6.0.0" }, { "model": "big-ip access policy manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "11.1.0" }, { "model": "firepass", "scope": "eq", "trust": 1.0, "vendor": "f5", "version": "7.0.0" }, { "model": "big-ip analytics", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "11.1.0" }, { "model": "big-ip wan optimization manager", "scope": "lte", "trust": 1.0, "vendor": "f5", "version": "11.1.0" }, { "model": "kernel", "scope": "eq", "trust": 0.7, "vendor": "linux", "version": "1.2.0" }, { "model": "kernel", "scope": "eq", "trust": 0.7, "vendor": "linux", "version": "1.3.0" }, { "model": "kernel", "scope": "eq", "trust": 0.7, "vendor": "linux", "version": "2.2.4" }, { "model": "kernel", "scope": "eq", "trust": 0.7, "vendor": "linux", "version": "2.2.5" }, { "model": "kernel", "scope": "eq", "trust": 0.7, "vendor": "linux", "version": "2.2.6" }, { "model": "kernel", "scope": "eq", "trust": 0.7, "vendor": "linux", "version": "2.3.1" }, { "model": "kernel", "scope": "eq", "trust": 0.7, "vendor": "linux", "version": "2.3.10" }, { "model": "kernel", "scope": "eq", "trust": 0.7, "vendor": "linux", "version": "2.3.11" }, { "model": "kernel", "scope": "eq", "trust": 0.7, "vendor": "linux", "version": "2.3.12" }, { "model": "kernel", "scope": "eq", "trust": 0.7, "vendor": "linux", "version": "3.0" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.0" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.4" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.6" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.7" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.8" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.9" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.10" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.4" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.5" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.6" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.7" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.8" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.9" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.10" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.11" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.11.12" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.12" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.12.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.12.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.12.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.12.4" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.12.5" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.12.6" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.13" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.13.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.13.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.13.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.13.4" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.13.5" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.14" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.14.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.14.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.14.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.14.6" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.14.7" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.15" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.15.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.15.4" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.15.7" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.15.11" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.6" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.7" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.9" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.10" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.11" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.12" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.13" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.14" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.15" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.19" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.20" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.22" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.23" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.24" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.25" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.26" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.27" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.28" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.29" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.30" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.31" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.32" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.33" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.34" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.35" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.36" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.37" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.38" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.39" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.40" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.41" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.43" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.44" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.45" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.46" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.47" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.48" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.49" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.50" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.51" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.52" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.16.53" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.17" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.17.8" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.18" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.18.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.18.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.18.5" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.18.6" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.18.7" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.18.8" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.19" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.19.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.19.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.19.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.19.4" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.4" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.5" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.6" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.7" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.8" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.9" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.10" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.11" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.12" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.13" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.14" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.20.15" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.21" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.21.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.21.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.21.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.21.6" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.21.7" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22.8" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22.11" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22.12" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22.13" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22.14" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22.15" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22.16" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.22.17" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.27.5" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.27.8" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.27.46" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.27.49" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.27.51" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.27.54" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.28" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.28.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.28.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.28.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.28.4" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.28.5" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.28.6" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.28.8" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.28.9" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.28.10" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.29" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.29.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.29.4" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.4" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.5" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.6" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.7" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.8" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.9" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.10" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.11" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.12" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.13" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.14" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.15" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.16" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.17" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.18" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.32.28" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.34.1" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.34.2" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.34.3" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.37" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.38" }, { "model": "kernel", "scope": "eq", "trust": 0.4, "vendor": "linux", "version": "2.6.39" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24.6" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.13" }, { "model": "kernel -rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.11" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.31.1" }, { "model": "kernel rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.18" }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.9" }, { "model": "kernel 2.6.36-rc8", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.38.3" }, { "model": "kernel 2.6.18-8.1.8.el5", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24" }, { "model": "linux enterprise high availability extension sp1", "scope": "eq", "trust": 0.3, "vendor": "suse", "version": "11" }, { "model": "project openvz 028stab085.2", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.26.1" }, { "model": "kernel 2.6.21-rc4", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura application enablement services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.36" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.8" }, { "model": "linux amd64", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "10.04" }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.2" }, { "model": "aura session manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "1.1" }, { "model": "kernel -rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.26" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.31.6" }, { "model": "kernel 2.6.31-rc4", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.38.2" }, { "model": "project openvz 028stab092.2", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "kernel rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.16" }, { "model": "hat enterprise linux hpc node", "scope": "eq", "trust": 0.3, "vendor": "red", "version": "6" }, { "model": "kernel -rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.15" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.4" }, { "model": "kernel 2.6.39-rc6", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "linux i386", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "10.04" }, { "model": "aura communication manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel git2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.21" }, { "model": "linux sparc", "scope": "eq", "trust": 0.3, "vendor": "debian", "version": "6.0" }, { "model": "aura system manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1.3" }, { "model": "kernel git1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.21" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24.4" }, { "model": "aura system platform", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel 2.6.36-rc4", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24.3" }, { "model": "aura system platform sp2", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "project openvz 028stab081.1", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "linux powerpc", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "10.10" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.36.2" }, { "model": "kernel 2.6.35-rc5-git5", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc6-git6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.31" }, { "model": "aura session manager sp1", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.2" }, { "model": "aura communication manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.1" }, { "model": "project openvz 042stab044.11", "scope": "ne", "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "kernel 2.6.38-git18", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "ip office application server", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1" }, { "model": "kernel -rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.23" }, { "model": "kernel git4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.21" }, { "model": "project openvz 042stab037.1", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "linux sparc", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "10.04" }, { "model": "kernel rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.18" }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.31" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.38.6" }, { "model": "kernel rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.16" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.267" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.7" }, { "model": "aura application server sip core", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "53002.0" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.214" }, { "model": "voice portal", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.0" }, { "model": "kernel 2.6.32-rc3", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel 2.6.22-rc7", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.11" }, { "model": "kernel 2.6.33-rc6", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel 2.6.31-rc9", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.9" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.2" }, { "model": "aura messaging", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel 2.6.36-rc1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.39" }, { "model": "aura session manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1.2" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.3" }, { "model": "aura system manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.2" }, { "model": "aura session manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel -rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.14" }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.4" }, { "model": "kernel -rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.13" }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.11" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.2" }, { "model": "kernel 2.6.24-rc2", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel 2.6.35-rc6", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.19" }, { "model": "hat mrg realtime for rhel server", "scope": "eq", "trust": 0.3, "vendor": "red", "version": "62" }, { "model": "aura system manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1.1" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.23.09" }, { "model": "kernel 2.6.29-rc2", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel final", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.9" }, { "model": "kernel 2.6.37-rc2", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.6" }, { "model": "kernel 2.6.33-rc5", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.5" }, { "model": "kernel -git7", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.28" }, { "model": "kernel -rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30" }, { "model": "kernel -rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.14" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.17" }, { "model": "kernel 2.6.31-git11", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27.26" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27.12" }, { "model": "kernel rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.16" }, { "model": "kernel 2.6.29-rc1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "project openvz 028stab089.1", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "kernel 2.6.31-rc2", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "linux ia-64", "scope": "eq", "trust": 0.3, "vendor": "debian", "version": "6.0" }, { "model": "kernel 2.6.31-rc5-git3", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.12" }, { "model": "voice portal sp1", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.0" }, { "model": "voice portal", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.1" }, { "model": "kernel rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.22" }, { "model": "kernel rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.3" }, { "model": "kernel 2.6.35-rc5", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "voice portal sp2", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.0" }, { "model": "kernel -git1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.29" }, { "model": "linux i386", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "10.10" }, { "model": "kernel -rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.31" }, { "model": "kernel -rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.28" }, { "model": "aura messaging", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0.1" }, { "model": "project openvz 028stab091.1", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.4" }, { "model": "kernel 2.6.32-rc8", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.1" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.33.1" }, { "model": "kernel -git14", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.29" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.273" }, { "model": "kernel -rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27" }, { "model": "aura session manager sp1", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1" }, { "model": "iq", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.2" }, { "model": "aura presence services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1" }, { "model": "kernel -rc7", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.31" }, { "model": "linux lts sparc", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "8.04" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.31.2" }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.12" }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.8" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.6" }, { "model": "kernel 2.6.22-rc1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "linux lts i386", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "8.04" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.4" }, { "model": "project openvz 028stab095.1", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "kernel -rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.12" }, { "model": "kernel 2.6.27-git3", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.14" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.20-2" }, { "model": "kernel -rc8-git5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27" }, { "model": "kernel 2.6.36-rc5", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel git5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.21" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27.13" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.6" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.2" }, { "model": "kernel -rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.14" }, { "model": "hat enterprise virtualization hypervisor for rhel", "scope": "eq", "trust": 0.3, "vendor": "red", "version": "50" }, { "model": "voice portal sp1", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.1" }, { "model": "kernel -rc7", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.13" }, { "model": "kernel -rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30" }, { "model": "linux amd64", "scope": "eq", "trust": 0.3, "vendor": "debian", "version": "6.0" }, { "model": "project openvz 023stab053.2", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "linux arm", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "10.04" }, { "model": "linux powerpc", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "11.04" }, { "model": "kernel -rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.15" }, { "model": "kernel -rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30" }, { "model": "project openvz 023stab054.1", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "linux mips", "scope": "eq", "trust": 0.3, "vendor": "debian", "version": "6.0" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.33.7" }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.5" }, { "model": "linux enterprise server for vmware sp1", "scope": "eq", "trust": 0.3, "vendor": "suse", "version": "11" }, { "model": "kernel 2.6.35-rc4", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.8" }, { "model": "project openvz 042stab039.10", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.17" }, { "model": "kernel 2.6.33-rc8", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura system manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1" }, { "model": "ip office application server", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "aura system manager sp2", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1" }, { "model": "kernel 2.6.34-rc4", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.31.11" }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.1" }, { "model": "esx", "scope": "eq", "trust": 0.3, "vendor": "vmware", "version": "4.0" }, { "model": "kernel 2.6.37-rc7", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.15" }, { "model": "aura communication manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.2" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.8" }, { "model": "aura session manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1.3" }, { "model": "aura session manager sp2", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.2" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.35.5" }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.10" }, { "model": "kernel -rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.23.14" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.12" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.2712" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.18-53" }, { "model": "kernel 2.6.34-rc2-git1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.9" }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.13" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.12" }, { "model": "enterprise linux", "scope": "eq", "trust": 0.3, "vendor": "oracle", "version": "5" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30.3" }, { "model": "iq", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.1.1" }, { "model": "kernel 2.6.39-rc3", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc7", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.28" }, { "model": "aura application enablement services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.2.3" }, { "model": "kernel 2.6.25-rc1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24.2" }, { "model": "kernel 2.6.32-rc1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.14" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27.14" }, { "model": "aura communication manager utility services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1" }, { "model": "kernel -rc8", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27" }, { "model": "esx", "scope": "eq", "trust": 0.3, "vendor": "vmware", "version": "4.1" }, { "model": "kernel 2.6.32-rc2", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.15-27.48" }, { "model": "kernel git", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.216" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27.24" }, { "model": "kernel -rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24" }, { "model": "kernel rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.11" }, { "model": "hat enterprise linux desktop client", "scope": "eq", "trust": 0.3, "vendor": "red", "version": "5" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.26" }, { "model": "kernel 2.6.33-rc6-git5", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel 2.6.28-rc7", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "communication server 1000m", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel 2.6.34-rc6", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30" }, { "model": "linux amd64", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "11.04" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.5" }, { "model": "kernel -rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.15" }, { "model": "communication server 1000m signaling server", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "linux amd64", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "10.10" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.17" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.7" }, { "model": "kernel 2.6.20-rc2", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel git3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.21" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.10" }, { "model": "communication server 1000e", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.3" }, { "model": "linux i386", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "11.04" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.3113" }, { "model": "kernel 2.6.32-rc4", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura session manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1.1" }, { "model": "linux enterprise server sp1", "scope": "eq", "trust": 0.3, "vendor": "suse", "version": "11" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.38.4" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.6" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.12.12" }, { "model": "kernel rc7", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.18" }, { "model": "linux arm", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "10.10" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.7" }, { "model": "kernel -git8", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.21" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.10" }, { "model": "enterprise linux", "scope": "eq", "trust": 0.3, "vendor": "oracle", "version": "6" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.1" }, { "model": "kernel -rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.1" }, { "model": "kernel -git5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.20" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.3" }, { "model": "kernel git", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.217" }, { "model": "kernel 2.6.37-rc1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel 2.6.24-rc1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel 2.6.32-rc5", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura system platform", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "1.1" }, { "model": "project openvz 2.6.32-feoktistov.1", "scope": null, "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.28" }, { "model": "project openvz", "scope": "eq", "trust": 0.3, "vendor": "openvz", "version": "2.6.32" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.12.22" }, { "model": "linux lts lpia", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "8.04" }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.18" }, { "model": "aura presence services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.13" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24" }, { "model": "kernel rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.12" }, { "model": "kernel 2.6.34-rc5", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel 2.6.38-rc7", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.13" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.26.6" }, { "model": "linux enterprise desktop sp1", "scope": "eq", "trust": 0.3, "vendor": "suse", "version": "11" }, { "model": "aura system manager sp1", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel 2.6.38-rc4", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura system manager sp1", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.13" }, { "model": "aura system platform", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0.2" }, { "model": "linux s/390", "scope": "eq", "trust": 0.3, "vendor": "debian", "version": "6.0" }, { "model": "kernel 2.6.21-rc6", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel rc7", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.21" }, { "model": "communication server 1000m signaling server", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "7.0" }, { "model": "aura experience portal", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "communication server 1000e", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "7.0" }, { "model": "aura session manager sp1", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel -git13", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.37.2" }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.19" }, { "model": "hat enterprise linux desktop", "scope": "eq", "trust": 0.3, "vendor": "red", "version": "6" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.23" }, { "model": "kernel -git8", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.29" }, { "model": "kernel -rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.15" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.23.1" }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.16" }, { "model": "kernel rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.17" }, { "model": "kernel -rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.19" }, { "model": "kernel 2.6.21-rc3", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel 2.6.26-rc5-git1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.17" }, { "model": "kernel -rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30" }, { "model": "aura session manager sp2", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25" }, { "model": "kernel 2.6.33-rc4", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel 2.6.33-rc7", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30.10" }, { "model": "linux arm", "scope": "eq", "trust": 0.3, "vendor": "debian", "version": "6.0" }, { "model": "hat enterprise linux 5.6.z server", "scope": null, "trust": 0.3, "vendor": "red", "version": null }, { "model": "aura presence services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1.1" }, { "model": "proactive contact", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.0" }, { "model": "aura application enablement services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.2" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.18" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.10" }, { "model": "kernel 2.6.21-rc5", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura system manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1.2" }, { "model": "aura application enablement services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1.1" }, { "model": "linux lts amd64", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "8.04" }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.7" }, { "model": "aura system manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.3" }, { "model": "linux lts powerpc", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "8.04" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.18" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.2519" }, { "model": "kernel rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.8" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27" }, { "model": "kernel 2.6.36-rc6", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.9" }, { "model": "kernel 2.6.34-rc2", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27" }, { "model": "voice portal", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.1.1" }, { "model": "communication server 1000e signaling server", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel -rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27" }, { "model": "kernel 2.6.28-rc6", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura system platform sp3", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "kernel 2.6.35-rc1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura session manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.1" }, { "model": "kernel -rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.19" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.26.3" }, { "model": "aura application enablement services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.2.2" }, { "model": "hat enterprise linux server", "scope": "eq", "trust": 0.3, "vendor": "red", "version": "5" }, { "model": "kernel -rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.11" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30.1" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.1613" }, { "model": "kernel 2.6.34-rc1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura application enablement services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.2.1" }, { "model": "kernel -rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.19" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24" }, { "model": "aura communication manager utility services", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "hat enterprise linux workstation", "scope": "eq", "trust": 0.3, "vendor": "red", "version": "6" }, { "model": "ip office application server", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "7.0" }, { "model": "linux powerpc", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "10.04" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.23.10" }, { "model": "kernel rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.16" }, { "model": "kernel 2.6.29-rc2-git1", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura communication manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0.1" }, { "model": "kernel 2.6.32-rc7", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura session manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.2" }, { "model": "aura system platform", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0.1" }, { "model": "kernel rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.13" }, { "model": "communication server 1000e signaling server", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "7.5" }, { "model": "kernel 2.6.38-rc2", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel -rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.24.1" }, { "model": "kernel rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.17" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.32.22" }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.15" }, { "model": "aura session manager", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "1.0" }, { "model": "kernel 2.6.37rc", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "linux ia-32", "scope": "eq", "trust": 0.3, "vendor": "debian", "version": "6.0" }, { "model": "linux arm", "scope": "eq", "trust": 0.3, "vendor": "ubuntu", "version": "11.04" }, { "model": "kernel rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.16" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.35.4" }, { "model": "kernel rc7", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.15" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.31.4" }, { "model": "kernel -rc4", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.15" }, { "model": "iq", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.9" }, { "model": "communication server 1000m", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "7.5" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.33" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.23" }, { "model": "kernel -rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.31" }, { "model": "communication server 1000e signaling server", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "7.0" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.25.5" }, { "model": "kernel rc6", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.18" }, { "model": "linux powerpc", "scope": "eq", "trust": 0.3, "vendor": "debian", "version": "6.0" }, { "model": "iq", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "5.1" }, { "model": "hat enterprise linux server", "scope": "eq", "trust": 0.3, "vendor": "red", "version": "6" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.276" }, { "model": "kernel 2.6.31-rc8", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "aura conferencing standard", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "6.0" }, { "model": "project openvz 028stab095.1", "scope": "ne", "trust": 0.3, "vendor": "openvz", "version": null }, { "model": "kernel -rc1", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.23" }, { "model": "kernel 2.6.28-rc4", "scope": null, "trust": 0.3, "vendor": "linux", "version": null }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.315" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30.5" }, { "model": "communication server 1000m signaling server", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "7.5" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.1627" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.30.4" }, { "model": "kernel -rc3", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.11" }, { "model": "aura application server sip core", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "53002.1" }, { "model": "kernel", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.26.4" }, { "model": "communication server 1000e", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "7.5" }, { "model": "kernel -rc2", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.27" }, { "model": "kernel -rc5", "scope": "eq", "trust": 0.3, "vendor": "linux", "version": "2.6.12" }, { "model": "communication server 1000m", "scope": "eq", "trust": 0.3, "vendor": "avaya", "version": "7.0" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.1" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.8" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.11" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.12" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.13" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.14" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.15" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.16" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.17" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.18" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.19" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.20" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.21" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.22" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.23" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.24" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.25" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.26" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.27" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.28" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.29" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.30" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.31" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.32" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.33" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.34" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.35" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.36" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.37" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.38" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.0.39" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.1.89" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.1.132" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.0" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.1" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.8" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.11" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.12" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.13" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.14" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.15" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.16" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.17" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.18" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.19" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.20" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.21" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.22" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.23" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.24" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.25" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.26" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.2.27" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.0" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.8" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.13" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.14" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.15" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.16" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.17" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.18" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.19" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.20" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.21" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.22" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.23" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.24" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.25" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.26" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.27" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.28" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.29" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.30" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.31" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.32" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.33" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.34" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.35" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.36" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.37" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.38" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.39" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.40" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.41" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.42" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.43" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.44" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.45" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.46" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.47" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.48" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.49" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.50" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.51" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.3.99" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.0" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.1" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.8" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.11" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.12" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.13" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.14" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.15" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.16" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.17" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.18" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.19" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.20" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.21" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.22" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.23" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.24" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.25" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.26" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.27" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.28" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.29" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.30" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.31" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.32" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.33" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.33.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.33.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.33.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.33.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.34" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.34.1" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.34.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.35" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.4.35.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.0" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.1" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.8" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.11" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.12" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.13" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.14" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.15" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.16" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.17" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.18" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.19" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.20" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.21" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.22" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.23" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.24" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.25" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.26" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.27" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.28" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.29" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.30" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.31" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.32" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.33" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.34" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.35" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.36" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.37" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.38" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.39" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.40" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.41" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.42" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.43" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.44" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.45" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.46" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.47" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.48" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.49" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.50" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.51" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.52" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.53" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.54" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.55" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.56" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.57" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.58" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.59" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.60" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.61" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.62" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.63" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.64" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.65" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.66" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.67" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.68" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.5.69" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.8.1" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.14.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.14.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.15.1" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.15.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.15.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.15.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.15.8" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.15.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.15.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.8" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.16" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.17" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.18" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.21" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.42" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.54" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.55" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.56" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.57" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.58" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.59" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.60" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.61" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.16.62" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.1" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.11" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.12" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.13" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.17.14" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.18.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.18.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.19.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.19.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.19.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.20.16" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.20.17" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.20.18" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.20.19" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.20.20" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.20.21" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.21.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.21.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.22.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.22.4" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.22.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.22.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.22.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.22.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.22.18" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.22.19" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.22.20" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.41" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.42" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.43" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.44" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.45" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.47" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.48" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.50" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.52" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.53" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.55" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.56" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.57" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.58" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.59" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.60" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.61" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.27.62" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.28.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.29.2" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.29.3" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.29.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.29.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.29" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.30" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.31" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.32" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.33" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.34" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.35" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.36" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.37" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.38" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.39" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.40" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.41" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.42" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.43" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.44" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.45" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.46" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.47" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.48" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.49" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.50" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.51" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.52" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.53" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.54" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.55" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.56" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.57" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.32.58" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.8" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.11" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.12" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.13" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.14" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.15" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.16" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.17" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.18" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.19" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.33.20" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.34.8" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.34.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.34.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.35.1" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.35.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.35.11" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.35.12" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "2.6.35.13" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.5" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.6" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.7" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.8" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.9" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.10" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.11" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.12" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.13" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.14" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.15" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.16" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.17" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.18" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.19" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.20" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.21" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.22" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.23" }, { "model": "kernel", "scope": "eq", "trust": 0.1, "vendor": "linux", "version": "3.0.24" } ], "sources": [ { "db": "VULMON", "id": "CVE-2011-3188" }, { "db": "BID", "id": "49289" }, { "db": "CNNVD", "id": "CNNVD-201108-429" }, { "db": "NVD", "id": "CVE-2011-3188" } ] }, "credits": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/credits#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "Dan Kaminsky", "sources": [ { "db": "BID", "id": "49289" }, { "db": "CNNVD", "id": "CNNVD-201108-429" } ], "trust": 0.9 }, "cve": "CVE-2011-3188", "cvss": { "@context": { "cvssV2": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV2#" }, "@id": "https://www.variotdbs.pl/ref/cvss/cvssV2" }, "cvssV3": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV3#" }, "@id": "https://www.variotdbs.pl/ref/cvss/cvssV3/" }, "severity": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/cvss/severity#" }, "@id": "https://www.variotdbs.pl/ref/cvss/severity" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" }, "@id": "https://www.variotdbs.pl/ref/sources" } }, "data": [ { "cvssV2": [ { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "author": "nvd@nist.gov", "availabilityImpact": "PARTIAL", "baseScore": 6.4, "confidentialityImpact": "NONE", "exploitabilityScore": 10.0, "id": "CVE-2011-3188", "impactScore": 4.9, "integrityImpact": "PARTIAL", "severity": "MEDIUM", "trust": 1.0, "vectorString": "AV:N/AC:L/Au:N/C:N/I:P/A:P", "version": "2.0" }, { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "author": "VULHUB", "availabilityImpact": "PARTIAL", "baseScore": 6.4, "confidentialityImpact": "NONE", "exploitabilityScore": 10.0, "id": "VHN-51133", "impactScore": 4.9, "integrityImpact": "PARTIAL", "severity": "MEDIUM", "trust": 0.1, "vectorString": "AV:N/AC:L/AU:N/C:N/I:P/A:P", "version": "2.0" }, { "acInsufInfo": null, "accessComplexity": "MEDIUM", "accessVector": "NETWORK", "authentication": "NONE", "author": "VULMON", "availabilityImpact": "PARTIAL", "baseScore": 6.8, "confidentialityImpact": "PARTIAL", "exploitabilityScore": 8.6, "id": "CVE-2011-3188", "impactScore": 6.4, "integrityImpact": "PARTIAL", "obtainAllPrivilege": null, "obtainOtherPrivilege": null, "obtainUserPrivilege": null, "severity": "MEDIUM", "trust": 0.1, "userInteractionRequired": null, "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0" } ], "cvssV3": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "author": "nvd@nist.gov", "availabilityImpact": "HIGH", "baseScore": 9.1, "baseSeverity": "CRITICAL", "confidentialityImpact": "NONE", "exploitabilityScore": 3.9, "id": "CVE-2011-3188", "impactScore": 5.2, "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "trust": 1.0, "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" } ], "severity": [ { "author": "nvd@nist.gov", "id": "CVE-2011-3188", "trust": 1.0, "value": "CRITICAL" }, { "author": "CNNVD", "id": "CNNVD-201108-429", "trust": 0.6, "value": "CRITICAL" }, { "author": "VULHUB", "id": "VHN-51133", "trust": 0.1, "value": "MEDIUM" }, { "author": "VULMON", "id": "CVE-2011-3188", "trust": 0.1, "value": "MEDIUM" } ] } ], "sources": [ { "db": "VULHUB", "id": "VHN-51133" }, { "db": "VULMON", "id": "CVE-2011-3188" }, { "db": "CNNVD", "id": "CNNVD-201108-429" }, { "db": "NVD", "id": "CVE-2011-3188" } ] }, "description": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/description#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "The (1) IPv4 and (2) IPv6 implementations in the Linux kernel before 3.1 use a modified MD4 algorithm to generate sequence numbers and Fragment Identification values, which makes it easier for remote attackers to cause a denial of service (disrupted networking) or hijack network sessions by predicting these values and sending crafted packets. The Linux kernel is prone to a security weakness related to TCP sequence number generation. \nAttackers can exploit this issue to inject arbitrary packets into TCP sessions using brute force attack, to perform unauthorized actions. Attackers can cause a denial-of-service condition by injecting a SYN or RST packet into the TCP session, which terminates the established connection. Other attacks such as man-in-the-middle attacks are also possible. The NFSv4 implementation is one of the distributed file system protocols. Attackers\n with physical access to a system\u0027s USB ports could obtain elevated\n privileges using a specially crafted USB device. \n\nCVE-2011-0712\n\n Rafael Dominguez Vega of MWR InfoSecurity reported an issue in the caiaq\n module, a USB driver for Native Instruments USB audio devices. Attackers\n with physical access to a system\u0027s USB ports could obtain elevated\n privileges using a specially crafted USB device. \n\nCVE-2011-2213\n\n Dan Rosenberg discovered an issue in the INET socket monitoring interface. Updates for the hppa and ia64 architectures will\nbe included in the upcoming 5.0.9 point release. \nHowever, given the high frequency at which low-severity security\nissues are discovered in the kernel and the resource requirements of\ndoing an update, updates for lower priority issues will normally not\nbe released for all kernels at the same time. Rather, they will be\nreleased in a staggered or \"leap-frog\" fashion. 5.6.z server) - i386, ia64, noarch, ppc, s390x, x86_64\n\n3. (CVE-2011-3188, Moderate)\n\n* A flaw was found in the Linux kernel\u0027s clock implementation on 32-bit,\nSMP (symmetric multiprocessing) systems. \n\nIn addition, this update fixes the following bugs:\n\n* When the Global File System 2 (GFS2) file system is suspended, its delete\nwork queue is also suspended, along with any pending work on the queue. \nPrior to this update, if GFS2\u0027s transaction lock was demoted while the\ndelete work queue was suspended, a deadlock could occur on the file system\nbecause the file system tried to flush the work queue in the lock demotion\ncode. With this update, the delete work queue is no longer flushed by the\nlock demotion code, and a deadlock no longer occurs. Instead, the work\nqueue is flushed by the unmount operation, so that pending work is properly\ncompleted. (BZ#733678)\n\n* A previously applied patch introduced a regression for third-party file\nsystems that do not set the FS_HAS_IODONE2 flag, specifically, Oracle\nCluster File System 2 (OCFS2). The patch removed a call to the aio_complete\nfunction, resulting in no completion events being processed, causing\nuser-space applications to become unresponsive. This update reintroduces\nthe aio_complete function call, fixing this issue. (BZ#734156)\n\n* Certain devices support multiple operation modes. For example, EMC\nCLARiiON disk arrays support ALUA mode and their own vendor specific mode\nfor failover. In Red Hat Enterprise Linux 5.5, a bug was discovered that\nprevented tools such as multipath from being able to select the\ndevice/hardware handler plug-in to use. This resulted in the application\n(for example, multipath) not working properly. With this update, the kernel\nhas been modified to allow applications to select the device/hardware\nhandler to use, thus resolving this issue. (BZ#739900)\n\n* This update improves the performance of delete/unlink operations in a\nGFS2 file system with large files by adding a layer of metadata read-ahead\nfor indirect blocks. Bugs fixed (http://bugzilla.redhat.com/):\n\n732658 - CVE-2011-3188 kernel: net: improve sequence number generation\n732878 - CVE-2011-3209 kernel: panic occurs when clock_gettime() is called\n733678 - GFS2: recovery stuck on transaction lock [rhel-5.6.z]\n739900 - scsi_dh_emc gives \"error attaching hardware handler\" for EMC active-active SANs [rhel-5.6.z]\n\n6. \n\nSoftware Description:\n- linux: Linux kernel\n\nDetails:\n\nDan Rosenberg discovered that the IPv4 diagnostic routines did not\ncorrectly validate certain requests. (CVE-2011-2497)\n\nIt was discovered that the EXT4 filesystem contained multiple off-by-one\nflaws. (CVE-2011-2695)\n\nMauro Carvalho Chehab discovered that the si4713 radio driver did not\ncorrectly check the length of memory copies. (CVE-2011-2700)\n\nHerbert Xu discovered that certain fields were incorrectly handled when\nGeneric Receive Offload (CVE-2011-2723)\n\nTime Warns discovered that long symlinks were incorrectly handled on Be\nfilesystems. A remote attacker with a malicious server could exploit this\nto crash the system or possibly execute arbitrary code as the root user. \n(CVE-2011-3191)\n\nUpdate instructions:\n\nThe problem can be corrected by updating your system to the following\npackage versions:\n\nUbuntu 11.04:\n linux-image-2.6.38-12-generic 2.6.38-12.51\n linux-image-2.6.38-12-generic-pae 2.6.38-12.51\n linux-image-2.6.38-12-omap 2.6.38-12.51\n linux-image-2.6.38-12-powerpc 2.6.38-12.51\n linux-image-2.6.38-12-powerpc-smp 2.6.38-12.51\n linux-image-2.6.38-12-powerpc64-smp 2.6.38-12.51\n linux-image-2.6.38-12-server 2.6.38-12.51\n linux-image-2.6.38-12-versatile 2.6.38-12.51\n linux-image-2.6.38-12-virtual 2.6.38-12.51\n\nAfter a standard system update you need to reboot your computer to make\nall the necessary changes. \n\nATTENTION: Due to an unavoidable ABI change the kernel updates have\nbeen given a new version number, which requires you to recompile and\nreinstall all third party kernel modules you might have installed. Unless you\nmanually uninstalled the standard kernel metapackages (e.g. linux-generic,\nlinux-server, linux-powerpc), a standard system upgrade will automatically\nperform this as well. (CVE-2011-1479)\n\nVasiliy Kulikov discovered that taskstats did not enforce access\nrestrictions. (CVE-2011-2494)\n\nVasiliy Kulikov discovered that /proc/PID/io did not enforce access\nrestrictions. (CVE-2011-3188)\n\nYogesh Sharma discovered that CIFS did not correctly handle UNCs that had\nno prefixpaths. \n\n\nThe text of the original advisory is reproduced for reference:\n\nSeveral vulnerabilities have been discovered in the Linux kernel that may lead\nto a denial of service or privilege escalation. The Common Vulnerabilities and\nExposures project identifies the following problems:\n\nCVE-2011-1020 \n\n Kees Cook discovered an issue in the /proc filesystem that allows local\n users to gain access to sensitive process information after execution of a\n setuid binary. \n\nCVE-2011-1576 \n\n Ryan Sweat discovered an issue in the VLAN implementation. \n\nCVE-2011-2484 \n\n Vasiliy Kulikov of Openwall discovered that the number of exit handlers that\n a process can register is not capped, resulting in local denial of service\n through resource exhaustion (cpu time and memory). \n\nCVE-2011-2491\n\n Vasily Averin discovered an issue with the NFS locking implementation. A\n malicious NFS server can cause a client to hang indefinitely in an unlock\n call. \n\nCVE-2011-2492 \n\n Marek Kroemeke and Filip Palian discovered that uninitialized struct\n elements in the Bluetooth subsystem could lead to a leak of sensitive kernel\n memory through leaked stack memory. \n\nCVE-2011-2495 \n\n Vasiliy Kulikov of Openwall discovered that the io file of a process\u0027 proc\n directory was world-readable, resulting in local information disclosure of\n information such as password lengths. \n\nCVE-2011-2497\n\n Dan Rosenberg discovered an integer underflow in the Bluetooth subsystem,\n which could lead to denial of service or privilege escalation. \n\nCVE-2011-2517 \n\n It was discovered that the netlink-based wireless configuration interface\n performed insufficient length validation when parsing SSIDs, resulting in\n buffer overflows. \n\nCVE-2011-2525 \n\n Ben Pfaff reported an issue in the network scheduling code. \n\nCVE-2011-2700 \n\n Mauro Carvalho Chehab of Red Hat reported a buffer overflow issue in the\n driver for the Si4713 FM Radio Transmitter driver used by N900 devices. \n\nCVE-2011-2905 \n\n Christian Ohm discovered that the \u0027perf\u0027 analysis tool searches for its\n config files in the current working directory. This could lead to denial of\n service or potential privilege escalation if a user with elevated privileges\n is tricked into running \u0027perf\u0027 in a directory under the control of the\n attacker. \n\nCVE-2011-2909 \n\n Vasiliy Kulikov of Openwall discovered that a programming error in\n the Comedi driver could lead to the information disclosure through \n leaked stack memory. \n\nCVE-2011-2918 \n\n Vince Weaver discovered that incorrect handling of software event overflows\n in the \u0027perf\u0027 analysis tool could lead to local denial of service. \n\nCVE-2011-2928\n\n Timo Warns discovered that insufficient validation of Be filesystem images\n could lead to local denial of service if a malformed filesystem image is\n mounted. This can be used by remote attackers to inject\n packets into an active session. \n\nCVE-2011-3191\n\n Darren Lavender reported an issue in the Common Internet File System (CIFS). \n\nThis update also includes a fix for a regression introduced with the previous\nsecurity fix for CVE-2011-1768 (Debian: #633738)\n\nFor the stable distribution (squeeze), this problem has been fixed in version\n2.6.32-35squeeze2. Updates for issues impacting the oldstable distribution\n(lenny) will be available soon. \n\nThe following matrix lists additional source packages that were rebuilt for\ncompatibility with or to take advantage of this update:\n\n Debian 6.0 (squeeze)\n user-mode-linux 2.6.32-1um-4+35squeeze2\n\nWe recommend that you upgrade your linux-2.6 and user-mode-linux packages. \nCharter: http://lists.grok.org.uk/full-disclosure-charter.html\nHosted and sponsored by Secunia - http://secunia.com/\n. -----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n=====================================================================\n Red Hat Security Advisory\n\nSynopsis: Important: kernel-rt security and bug fix update\nAdvisory ID: RHSA-2012:0010-01\nProduct: Red Hat Enterprise MRG for RHEL-6\nAdvisory URL: https://rhn.redhat.com/errata/RHSA-2012-0010.html\nIssue date: 2012-01-10\nCVE Names: CVE-2011-1162 CVE-2011-2494 CVE-2011-2723 \n CVE-2011-2898 CVE-2011-3188 CVE-2011-3191 \n CVE-2011-3353 CVE-2011-3359 CVE-2011-3363 \n CVE-2011-3637 CVE-2011-4081 CVE-2011-4110 \n CVE-2011-4132 CVE-2011-4326 \n=====================================================================\n\n1. Summary:\n\nUpdated kernel-rt packages that fix several security issues and two bugs\nare now available for Red Hat Enterprise MRG 2.0. \n\nThe Red Hat Security Response Team has rated this update as having\nimportant security impact. Common Vulnerability Scoring System (CVSS) base\nscores, which give detailed severity ratings, are available for each\nvulnerability from the CVE links in the References section. \n\n2. Relevant releases/architectures:\n\nMRG Realtime for RHEL 6 Server v.2 - noarch, x86_64\n\n3. Description:\n\nThe kernel-rt packages contain the Linux kernel, the core of any Linux\noperating system. \n\nThis update fixes the following security issues:\n\n* A malicious CIFS (Common Internet File System) server could send a\nspecially-crafted response to a directory read request that would result in\na denial of service or privilege escalation on a system that has a CIFS\nshare mounted. (CVE-2011-3191, Important)\n\n* The way fragmented IPv6 UDP datagrams over the bridge with UDP\nFragmentation Offload (UFO) functionality on were handled could allow a\nremote attacker to cause a denial of service. (CVE-2011-4326, Important)\n\n* GRO (Generic Receive Offload) fields could be left in an inconsistent\nstate. An attacker on the local network could use this flaw to cause a\ndenial of service. GRO is enabled by default in all network drivers that\nsupport it. (CVE-2011-2723, Moderate)\n\n* IPv4 and IPv6 protocol sequence number and fragment ID generation could\nallow a man-in-the-middle attacker to inject packets and possibly hijack\nconnections. Protocol sequence numbers and fragment IDs are now more\nrandom. (CVE-2011-3188, Moderate)\n\n* A flaw in the FUSE (Filesystem in Userspace) implementation could allow\na local user in the fuse group who has access to mount a FUSE file system\nto cause a denial of service. (CVE-2011-3353, Moderate)\n\n* A flaw in the b43 driver. If a system had an active wireless interface\nthat uses the b43 driver, an attacker able to send a specially-crafted\nframe to that interface could cause a denial of service. (CVE-2011-3359,\nModerate)\n\n* A flaw in the way CIFS shares with DFS referrals at their root were\nhandled could allow an attacker on the local network, who is able to deploy\na malicious CIFS server, to create a CIFS network share that, when mounted,\nwould cause the client system to crash. (CVE-2011-3363, Moderate)\n\n* A flaw in the m_stop() implementation could allow a local, unprivileged\nuser to trigger a denial of service. (CVE-2011-3637, Moderate)\n\n* Flaws in ghash_update() and ghash_final() could allow a local,\nunprivileged user to cause a denial of service. (CVE-2011-4081, Moderate)\n\n* A flaw in the key management facility could allow a local, unprivileged\nuser to cause a denial of service via the keyctl utility. (CVE-2011-4110,\nModerate)\n\n* A flaw in the Journaling Block Device (JBD) could allow a local attacker\nto crash the system by mounting a specially-crafted ext3 or ext4 disk. \n(CVE-2011-4132, Moderate)\n\n* A flaw in the way memory containing security-related data was handled in\ntpm_read() could allow a local, unprivileged user to read the results of a\npreviously run TPM command. (CVE-2011-1162, Low)\n\n* I/O statistics from the taskstats subsystem could be read without any\nrestrictions, which could allow a local, unprivileged user to gather\nconfidential information, such as the length of a password used in a\nprocess. (CVE-2011-2494, Low)\n\n* Flaws in tpacket_rcv() and packet_recvmsg() could allow a local,\nunprivileged user to leak information to user-space. (CVE-2011-2898, Low)\n\nRed Hat would like to thank Darren Lavender for reporting CVE-2011-3191;\nBrent Meshier for reporting CVE-2011-2723; Dan Kaminsky for reporting\nCVE-2011-3188; Yogesh Sharma for reporting CVE-2011-3363; Nick Bowler for\nreporting CVE-2011-4081; Peter Huewe for reporting CVE-2011-1162; and\nVasiliy Kulikov of Openwall for reporting CVE-2011-2494. \n\nThis update also fixes the following bugs:\n\n* Previously, a mismatch in the build-id of the kernel-rt and the one in\nthe related debuginfo package caused failures in SystemTap and perf. \n(BZ#768413)\n\n* IBM x3650m3 systems were not able to boot the MRG Realtime kernel because\nthey require a pmcraid driver that was not available. The pmcraid driver is\nincluded in this update. (BZ#753992)\n\nUsers should upgrade to these updated packages, which correct these issues. \nThe system must be rebooted for this update to take effect. \n\n4. Solution:\n\nBefore applying this update, make sure all previously-released errata\nrelevant to your system have been applied. \n\nThis update is available via the Red Hat Network. Details on how to\nuse the Red Hat Network to apply this update are available at\nhttps://access.redhat.com/kb/docs/DOC-11259\n\nTo install kernel packages manually, use \"rpm -ivh [package]\". Do not\nuse \"rpm -Uvh\" as that will remove the running kernel binaries from\nyour system. You may use \"rpm -e\" to remove old kernels after\ndetermining that the new kernel functions properly on your system. \n\n5. Bugs fixed (http://bugzilla.redhat.com/):\n\n716842 - CVE-2011-2494 kernel: taskstats io infoleak\n726552 - CVE-2011-2723 kernel: gro: only reset frag0 when skb can be pulled\n728023 - CVE-2011-2898 kernel: af_packet: infoleak\n732629 - CVE-2011-1162 kernel: tpm: infoleak\n732658 - CVE-2011-3188 kernel: net: improve sequence number generation\n732869 - CVE-2011-3191 kernel: cifs: signedness issue in CIFSFindNext()\n736761 - CVE-2011-3353 kernel: fuse: check size of FUSE_NOTIFY_INVAL_ENTRY message\n738202 - CVE-2011-3359 kernel: b43: allocate receive buffers big enough for max frame len + offset\n738291 - CVE-2011-3363 kernel: cifs: always do is_path_accessible check in cifs_mount\n747848 - CVE-2011-3637 kernel: proc: fix oops on invalid /proc/\u003cpid\u003e/maps access\n749475 - CVE-2011-4081 kernel: crypto: ghash: null pointer deref if no key is set\n751297 - CVE-2011-4110 kernel: keys: NULL pointer deref in the user-defined key type\n753341 - CVE-2011-4132 kernel: jbd/jbd2: invalid value of first log block leads to oops\n755584 - CVE-2011-4326 kernel: wrong headroom check in udp6_ufo_fragment()\n\n6. Package List:\n\nMRG Realtime for RHEL 6 Server v.2:\n\nSource:\nftp://ftp.redhat.com/pub/redhat/linux/enterprise/6Server/en/RHEMRG-RHEL6/SRPMS/kernel-rt-2.6.33.9-rt31.79.el6rt.src.rpm\n\nnoarch:\nkernel-rt-doc-2.6.33.9-rt31.79.el6rt.noarch.rpm\nkernel-rt-firmware-2.6.33.9-rt31.79.el6rt.noarch.rpm\n\nx86_64:\nkernel-rt-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-debug-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-debug-debuginfo-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-debug-devel-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-debuginfo-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-debuginfo-common-x86_64-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-devel-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-trace-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-trace-debuginfo-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-trace-devel-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-vanilla-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-vanilla-debuginfo-2.6.33.9-rt31.79.el6rt.x86_64.rpm\nkernel-rt-vanilla-devel-2.6.33.9-rt31.79.el6rt.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-2011-1162.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-2494.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-2723.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-2898.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-3188.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-3191.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-3353.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-3359.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-3363.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-3637.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-4081.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-4110.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-4132.html\nhttps://www.redhat.com/security/data/cve/CVE-2011-4326.html\nhttps://access.redhat.com/security/updates/classification/#important\n\n8. Contact:\n\nThe Red Hat security contact is \u003csecalert@redhat.com\u003e. More contact\ndetails at https://access.redhat.com/security/team/contact/\n\nCopyright 2012 Red Hat, Inc. \n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1.4.4 (GNU/Linux)\n\niD8DBQFPDJ6FXlSAg2UNWIIRAsrYAKCLerKtJ4QtRBX9XbrUMn6hOusSYACcDy1x\nDrRqrqyb3B96r051baGDAZU=\n=M480\n-----END PGP SIGNATURE-----\n\n\n--\nRHSA-announce mailing list\nRHSA-announce@redhat.com\nhttps://www.redhat.com/mailman/listinfo/rhsa-announce\n", "sources": [ { "db": "NVD", "id": "CVE-2011-3188" }, { "db": "BID", "id": "49289" }, { "db": "VULHUB", "id": "VHN-51133" }, { "db": "VULMON", "id": "CVE-2011-3188" }, { "db": "PACKETSTORM", "id": "105308" }, { "db": "PACKETSTORM", "id": "105713" }, { "db": "PACKETSTORM", "id": "106496" }, { "db": "PACKETSTORM", "id": "106207" }, { "db": "PACKETSTORM", "id": "106203" }, { "db": "PACKETSTORM", "id": "104991" }, { "db": "PACKETSTORM", "id": "108557" }, { "db": "PACKETSTORM", "id": "106204" } ], "trust": 2.07 }, "exploit_availability": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/exploit_availability#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "reference": "https://www.scap.org.cn/vuln/vhn-51133", "trust": 0.1, "type": "unknown" } ], "sources": [ { "db": "VULHUB", "id": "VHN-51133" } ] }, "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-2011-3188", "trust": 2.9 }, { "db": "OPENWALL", "id": "OSS-SECURITY/2011/08/23/2", "trust": 1.8 }, { "db": "CNNVD", "id": "CNNVD-201108-429", "trust": 0.7 }, { "db": "AUSCERT", "id": "ESB-2019.4751", "trust": 0.6 }, { "db": "BID", "id": "49289", "trust": 0.4 }, { "db": "PACKETSTORM", "id": "106496", "trust": 0.2 }, { "db": "VULHUB", "id": "VHN-51133", "trust": 0.1 }, { "db": "VULMON", "id": "CVE-2011-3188", "trust": 0.1 }, { "db": "PACKETSTORM", "id": "105308", "trust": 0.1 }, { "db": "PACKETSTORM", "id": "105713", "trust": 0.1 }, { "db": "PACKETSTORM", "id": "106207", "trust": 0.1 }, { "db": "PACKETSTORM", "id": "106203", "trust": 0.1 }, { "db": "PACKETSTORM", "id": "104991", "trust": 0.1 }, { "db": "PACKETSTORM", "id": "108557", "trust": 0.1 }, { "db": "PACKETSTORM", "id": "106204", "trust": 0.1 } ], "sources": [ { "db": "VULHUB", "id": "VHN-51133" }, { "db": "VULMON", "id": "CVE-2011-3188" }, { "db": "BID", "id": "49289" }, { "db": "PACKETSTORM", "id": "105308" }, { "db": "PACKETSTORM", "id": "105713" }, { "db": "PACKETSTORM", "id": "106496" }, { "db": "PACKETSTORM", "id": "106207" }, { "db": "PACKETSTORM", "id": "106203" }, { "db": "PACKETSTORM", "id": "104991" }, { "db": "PACKETSTORM", "id": "108557" }, { "db": "PACKETSTORM", "id": "106204" }, { "db": "CNNVD", "id": "CNNVD-201108-429" }, { "db": "NVD", "id": "CVE-2011-3188" } ] }, "id": "VAR-201205-0016", "iot": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/iot#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": true, "sources": [ { "db": "VULHUB", "id": "VHN-51133" } ], "trust": 0.01 }, "last_update_date": "2024-09-19T20:00:19.071000Z", "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": "linux-3.3.7", "trust": 0.6, "url": "http://123.124.177.30/web/xxk/bdxqById.tag?id=43221" }, { "title": "Red Hat: Important: kernel security and bug fix update", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=red_hat_security_advisories\u0026qid=RHSA-20111465 - Security Advisory" }, { "title": "Red Hat: Important: kernel-rt security and bug fix update", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=red_hat_security_advisories\u0026qid=RHSA-20120010 - Security Advisory" }, { "title": "Ubuntu Security Notice: linux vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1236-1" }, { "title": "Ubuntu Security Notice: linux vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1246-1" }, { "title": "Amazon Linux AMI: ALAS-2011-016", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=amazon_linux_ami\u0026qid=ALAS-2011-016" }, { "title": "Ubuntu Security Notice: linux-lts-backport-maverick vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1242-1" }, { "title": "Ubuntu Security Notice: linux vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1243-1" }, { "title": "Ubuntu Security Notice: linux-ti-omap4 vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1228-1" }, { "title": "Ubuntu Security Notice: linux-ti-omap4 vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1220-1" }, { "title": "Ubuntu Security Notice: linux-mvl-dove vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1245-1" }, { "title": "Ubuntu Security Notice: linux-ec2 vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1239-1" }, { "title": "Ubuntu Security Notice: linux vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1253-1" }, { "title": "Ubuntu Security Notice: linux-mvl-dove vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1240-1" }, { "title": "Ubuntu Security Notice: linux-fsl-imx51 vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1241-1" }, { "title": "Debian Security Advisories: DSA-2310-1 linux-2.6 -- privilege escalation/denial of service/information leak", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=debian_security_advisories\u0026qid=32718749d125111cbdd89954674b3eef" }, { "title": "Amazon Linux AMI: ALAS-2011-026", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=amazon_linux_ami\u0026qid=ALAS-2011-026" }, { "title": "Debian Security Advisories: DSA-2303-2 linux-2.6 -- privilege escalation/denial of service/information leak", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=debian_security_advisories\u0026qid=2a2d240162691a031ffdb625c608418b" }, { "title": "VMware Security Advisories: VMware vSphere and vCOps updates to third party libraries", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=vmware_security_advisories\u0026qid=ebfa7ecfec1f973ff975279d7fce2976" }, { "title": "Ubuntu Security Notice: linux-lts-backport-natty vulnerabilities", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=ubuntu_security_notice\u0026qid=USN-1256-1" }, { "title": "function_level_granularity", "trust": 0.1, "url": "https://github.com/znd15/function_level_granularity " }, { "title": "kernel_cve", "trust": 0.1, "url": "https://github.com/Parkhomets/kernel_cve " } ], "sources": [ { "db": "VULMON", "id": "CVE-2011-3188" }, { "db": "CNNVD", "id": "CNNVD-201108-429" } ] }, "problemtype_data": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/problemtype_data#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "problemtype": "NVD-CWE-Other", "trust": 1.0 } ], "sources": [ { "db": "NVD", "id": "CVE-2011-3188" } ] }, "references": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/references#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "trust": 1.8, "url": "http://www.openwall.com/lists/oss-security/2011/08/23/2" }, { "trust": 1.8, "url": "http://www.kernel.org/pub/linux/kernel/v3.x/changelog-3.1" }, { "trust": 1.8, "url": "https://bugzilla.redhat.com/show_bug.cgi?id=732658" }, { "trust": 1.8, "url": "https://github.com/torvalds/linux/commit/6e5714eaf77d79ae1c8b47e3e040ff5411b717ec" }, { "trust": 1.8, "url": "https://github.com/torvalds/linux/commit/bc0b96b54a21246e377122d54569eef71cec535f" }, { "trust": 1.7, "url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3ba=commit%3bh=6e5714eaf77d79ae1c8b47e3e040ff5411b717ec" }, { "trust": 1.7, "url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3ba=commit%3bh=bc0b96b54a21246e377122d54569eef71cec535f" }, { "trust": 1.7, "url": "http://marc.info/?l=bugtraq\u0026m=139447903326211\u0026w=2" }, { "trust": 1.6, "url": "https://support.f5.com/csp/article/k15301?utm_source=f5support\u0026amp%3butm_medium=rss" }, { "trust": 0.8, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-3188" }, { "trust": 0.7, "url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6e5714eaf77d79ae1c8b47e3e040ff5411b717ec" }, { "trust": 0.7, "url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bc0b96b54a21246e377122d54569eef71cec535f" }, { "trust": 0.7, "url": "https://support.f5.com/csp/article/k15301?utm_source=f5support\u0026utm_medium=rss" }, { "trust": 0.6, "url": "https://support.f5.com/csp/article/k15301" }, { "trust": 0.6, "url": "https://www.auscert.org.au/bulletins/esb-2019.4751/" }, { "trust": 0.5, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-3191" }, { "trust": 0.4, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2497" }, { "trust": 0.4, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2495" }, { "trust": 0.4, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2928" }, { "trust": 0.4, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2723" }, { "trust": 0.4, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2695" }, { "trust": 0.3, "url": "http://lwn.net/articles/455135/" }, { "trust": 0.3, "url": "http://wiki.openvz.org/download/kernel/rhel5/028stab095.1" }, { "trust": 0.3, "url": "http://wiki.openvz.org/download/kernel/rhel6/042stab044.11" }, { "trust": 0.3, "url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=bc0b96b54a21246e377122d54569eef71cec535f" }, { "trust": 0.3, "url": "http://www.kernel.org/" }, { "trust": 0.3, "url": "http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=6e5714eaf77d79ae1c8b47e3e040ff5411b717ec" }, { "trust": 0.3, "url": "http://support.avaya.com/css/p8/documents/100152852" }, { "trust": 0.3, "url": "http://support.avaya.com/css/p8/documents/100154967" }, { "trust": 0.3, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2213" }, { "trust": 0.3, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2700" }, { "trust": 0.3, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-3363" }, { "trust": 0.3, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2909" }, { "trust": 0.3, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2905" }, { "trust": 0.3, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2494" }, { "trust": 0.2, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-1020" }, { "trust": 0.2, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2492" }, { "trust": 0.2, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2496" }, { "trust": 0.2, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2525" }, { "trust": 0.2, "url": "http://www.debian.org/security/faq" }, { "trust": 0.2, "url": "http://www.debian.org/security/" }, { "trust": 0.2, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2491" }, { "trust": 0.2, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2484" }, { "trust": 0.2, "url": "https://www.redhat.com/mailman/listinfo/rhsa-announce" }, { "trust": 0.2, "url": "https://www.redhat.com/security/data/cve/cve-2011-3188.html" }, { "trust": 0.2, "url": "https://access.redhat.com/kb/docs/doc-11259" }, { "trust": 0.2, "url": "https://access.redhat.com/security/team/key/#package" }, { "trust": 0.2, "url": "http://bugzilla.redhat.com/):" }, { "trust": 0.2, "url": "https://access.redhat.com/security/team/contact/" }, { "trust": 0.2, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-1479" }, { "trust": 0.1, "url": "http://marc.info/?l=bugtraq\u0026amp;m=139447903326211\u0026amp;w=2" }, { "trust": 0.1, "url": "https://support.f5.com/csp/article/k15301?utm_source=f5support\u0026amp;amp%3butm_medium=rss" }, { "trust": 0.1, "url": "https://cwe.mitre.org/data/definitions/.html" }, { "trust": 0.1, "url": "https://www.rapid7.com/db/vulnerabilities/vmsa-2012-0013-cve-2011-3188" }, { "trust": 0.1, "url": "http://tools.cisco.com/security/center/viewalert.x?alertid=24018" }, { "trust": 0.1, "url": "https://nvd.nist.gov" }, { "trust": 0.1, "url": "https://usn.ubuntu.com/1236-1/" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-0712" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2211" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2009-4067" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2209" }, { "trust": 0.1, "url": "http://www.ubuntu.com/usn/usn-1228-1" }, { "trust": 0.1, "url": "https://launchpad.net/ubuntu/+source/linux-ti-omap4/2.6.38-1209.16" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-1776" }, { "trust": 0.1, "url": "https://rhn.redhat.com/errata/rhsa-2011-1419.html" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-3209" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-3209.html" }, { "trust": 0.1, "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "trust": 0.1, "url": "http://www.ubuntu.com/usn/usn-1246-1" }, { "trust": 0.1, "url": "https://launchpad.net/ubuntu/+source/linux/2.6.38-12.51" }, { "trust": 0.1, "url": "http://www.ubuntu.com/usn/usn-1242-1" }, { "trust": 0.1, "url": "https://launchpad.net/ubuntu/+source/linux-lts-backport-maverick/2.6.35-30.61~lucid1" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2010-4250" }, { "trust": 0.1, "url": "http://secunia.com/" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2517" }, { "trust": 0.1, "url": "http://lists.grok.org.uk/full-disclosure-charter.html" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-1576" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2918" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-3359" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-4081" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-2723.html" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-3353" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-1162" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-1162.html" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-3637" }, { "trust": 0.1, "url": "https://access.redhat.com/security/updates/classification/#important" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-3637.html" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-4110.html" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-2494.html" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-4110" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-4132.html" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-4081.html" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-2898" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-2898.html" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-4326.html" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-4326" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2011-4132" }, { "trust": 0.1, "url": "https://rhn.redhat.com/errata/rhsa-2012-0010.html" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-3191.html" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-3359.html" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-3363.html" }, { "trust": 0.1, "url": "https://www.redhat.com/security/data/cve/cve-2011-3353.html" }, { "trust": 0.1, "url": "http://www.ubuntu.com/usn/usn-1243-1" }, { "trust": 0.1, "url": "https://launchpad.net/ubuntu/+source/linux/2.6.35-30.61" } ], "sources": [ { "db": "VULHUB", "id": "VHN-51133" }, { "db": "VULMON", "id": "CVE-2011-3188" }, { "db": "BID", "id": "49289" }, { "db": "PACKETSTORM", "id": "105308" }, { "db": "PACKETSTORM", "id": "105713" }, { "db": "PACKETSTORM", "id": "106496" }, { "db": "PACKETSTORM", "id": "106207" }, { "db": "PACKETSTORM", "id": "106203" }, { "db": "PACKETSTORM", "id": "104991" }, { "db": "PACKETSTORM", "id": "108557" }, { "db": "PACKETSTORM", "id": "106204" }, { "db": "CNNVD", "id": "CNNVD-201108-429" }, { "db": "NVD", "id": "CVE-2011-3188" } ] }, "sources": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#", "data": { "@container": "@list" } }, "data": [ { "db": "VULHUB", "id": "VHN-51133" }, { "db": "VULMON", "id": "CVE-2011-3188" }, { "db": "BID", "id": "49289" }, { "db": "PACKETSTORM", "id": "105308" }, { "db": "PACKETSTORM", "id": "105713" }, { "db": "PACKETSTORM", "id": "106496" }, { "db": "PACKETSTORM", "id": "106207" }, { "db": "PACKETSTORM", "id": "106203" }, { "db": "PACKETSTORM", "id": "104991" }, { "db": "PACKETSTORM", "id": "108557" }, { "db": "PACKETSTORM", "id": "106204" }, { "db": "CNNVD", "id": "CNNVD-201108-429" }, { "db": "NVD", "id": "CVE-2011-3188" } ] }, "sources_release_date": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources_release_date#", "data": { "@container": "@list" } }, "data": [ { "date": "2012-05-24T00:00:00", "db": "VULHUB", "id": "VHN-51133" }, { "date": "2012-05-24T00:00:00", "db": "VULMON", "id": "CVE-2011-3188" }, { "date": "2011-08-23T00:00:00", "db": "BID", "id": "49289" }, { "date": "2011-09-23T20:11:00", "db": "PACKETSTORM", "id": "105308" }, { "date": "2011-10-12T14:47:51", "db": "PACKETSTORM", "id": "105713" }, { "date": "2011-11-02T00:16:12", "db": "PACKETSTORM", "id": "106496" }, { "date": "2011-10-25T19:56:16", "db": "PACKETSTORM", "id": "106207" }, { "date": "2011-10-25T19:53:52", "db": "PACKETSTORM", "id": "106203" }, { "date": "2011-09-11T17:35:34", "db": "PACKETSTORM", "id": "104991" }, { "date": "2012-01-11T07:29:41", "db": "PACKETSTORM", "id": "108557" }, { "date": "2011-10-25T19:54:45", "db": "PACKETSTORM", "id": "106204" }, { "date": "1900-01-01T00:00:00", "db": "CNNVD", "id": "CNNVD-201108-429" }, { "date": "2012-05-24T23:55:02.213000", "db": "NVD", "id": "CVE-2011-3188" } ] }, "sources_update_date": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources_update_date#", "data": { "@container": "@list" } }, "data": [ { "date": "2023-02-13T00:00:00", "db": "VULHUB", "id": "VHN-51133" }, { "date": "2020-07-29T00:00:00", "db": "VULMON", "id": "CVE-2011-3188" }, { "date": "2015-05-12T19:52:00", "db": "BID", "id": "49289" }, { "date": "2023-02-14T00:00:00", "db": "CNNVD", "id": "CNNVD-201108-429" }, { "date": "2023-02-13T04:32:37.160000", "db": "NVD", "id": "CVE-2011-3188" } ] }, "threat_type": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/threat_type#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "remote", "sources": [ { "db": "PACKETSTORM", "id": "108557" }, { "db": "CNNVD", "id": "CNNVD-201108-429" } ], "trust": 0.7 }, "title": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/title#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "Linux Kernel Authorization problem vulnerability", "sources": [ { "db": "CNNVD", "id": "CNNVD-201108-429" } ], "trust": 0.6 }, "type": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/type#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "other", "sources": [ { "db": "CNNVD", "id": "CNNVD-201108-429" } ], "trust": 0.6 } }
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.