Alerts This Week
Warning Icon 1 637
Alerts This Week
Warning Icon 1 637

Stay Secure with the Latest Linux Advisories

Filter Icon Refine advisories
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security advisories

We found -7 articles for you...
98

Red Hat: RHSA-2017:0086-01 Important: Kernel Memory Corruption Threat

An update for kernel is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability. -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ==================================================================== Red Hat Security Advisory Synopsis: Important: kernel security, bug fix, and enhancement update Advisory ID: RHSA-2017:0086-01 Product: Red Hat Enterprise Linux Advisory URL: https://access.redhat.com/errata/RHSA-2017:0086.html Issue date: 2017-01-17 CVE Names: CVE-2016-6828 CVE-2016-7117 CVE-2016-9555 ==================================================================== 1. Summary: An update for kernel is now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. 2. Relevant releases/architectures: Red Hat Enterprise Linux Client (v. 7) - noarch, x86_64 Red Hat Enterprise Linux Client Optional (v. 7) - x86_64 Red Hat Enterprise Linux ComputeNode (v. 7) - noarch, x86_64 Red Hat Enterprise Linux ComputeNode Optional (v. 7) - x86_64 Red Hat Enterprise Linux Server (v. 7) - noarch, ppc64, ppc64le, s390x, x86_64 Red Hat Enterprise Linux Server Optional (v. 7) - ppc64, ppc64le, x86_64 Red Hat Enterprise Linux Workstation (v. 7) - noarch, x86_64 Red Hat Enterprise Linux Workstation Optional (v. 7) - x86_64 3. Description: The kernel packages contain the Linux kernel, the core of any Linux operating system. These updated kernel packages include several security issues and numerous bug fixes, some of which you can see below. Space precludes documenting all of these bug fixes in this advisory. Tosee the complete list of bug fixes, users are directed to the related Knowledge Article: https://access.redhat.com/articles/2857831. Security Fix(es): * A use-after-free vulnerability was found in the kernel's socket recvmmsg subsystem. This may allow remote attackers to corrupt memory and may allow execution of arbitrary code. This corruption takes place during the error handling routines within __sys_recvmmsg() function. (CVE-2016-7117, Important) * A use-after-free vulnerability was found in tcp_xmit_retransmit_queue and other tcp_* functions. This condition could allow an attacker to send an incorrect selective acknowledgment to existing connections, possibly resetting a connection. (CVE-2016-6828, Moderate) * A flaw was found in the Linux kernel's implementation of the SCTP protocol. A remote attacker could trigger an out-of-bounds read with an offset of up to 64kB potentially causing the system to crash. (CVE-2016-9555, Moderate) Bug Fix(es): * Previously, the performance of Internet Protocol over InfiniBand (IPoIB) was suboptimal due to a conflict of IPoIB with the Generic Receive Offload (GRO) infrastructure. With this update, the data cached by the IPoIB driver has been moved from a control block into the IPoIB hard header, thus avoiding the GRO problem and the corruption of IPoIB address information. As a result, the performance of IPoIB has been improved. (BZ#1390668) * Previously, when a virtual machine (VM) with PCI-Passthrough interfaces was recreated, a race condition between the eventfd daemon and the virqfd daemon occurred. Consequently, the operating system rebooted. This update fixes the race condition. As a result, the operating system no longer reboots in the described situation. (BZ#1391611) * Previously, a packet loss occurred when the team driver in round-robin mode was sending a large number of packets. This update fixes counting of the packets in the round-robin runner of the team driver, and the packet loss no longer occurs in the described situation. (BZ#1392023) *Previously, the virtual network devices contained in the deleted namespace could be deleted in any order. If the loopback device was not deleted as the last item, other netns devices, such as vxlan devices, could end up with dangling references to the loopback device. Consequently, deleting a network namespace (netns) occasionally ended by a kernel oops. With this update, the underlying source code has been fixed to ensure the correct order when deleting the virtual network devices on netns deletion. As a result, the kernel oops no longer occurs under the described circumstances. (BZ#1392024) * Previously, a Kabylake system with a Sunrise Point Platform Controller Hub (PCH) with a PCI device ID of 0xA149 showed the following warning messages during the boot: "Unknown Intel PCH (0xa149) detected." "Warning: Intel Kabylake processor with unknown PCH - this hardware has not undergone testing by Red Hat and might not be certified. Please consult https://catalog.redhat.com/en for certified hardware." The messages were shown because this PCH was not properly recognized. With this update, the problem has been fixed, and the operating system now boots without displaying the warning messages. (BZ#1392033) * Previously, the operating system occasionally became unresponsive after a long run. This was caused by a race condition between the try_to_wake_up() function and a woken up task in the core scheduler. With this update, the race condition has been fixed, and the operating system no longer locks up in the described scenario. (BZ#1393719) 4. Solution: For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. 5. Bugs fixed (https://bugzilla.redhat.com/): 1367091 - CVE-2016-6828 kernel: Use after free in tcp_xmit_retransmit_queue 1382268 - CVE-2016-7117 kernel: Use-after-free in the recvmmsg exit path 1397930 - CVE-2016-9555 kernel: Slab out-of-bounds accessin sctp_sf_ootb() 6. Package List: Red Hat Enterprise Linux Client (v. 7): Source: kernel-3.10.0-514.6.1.el7.src.rpm noarch: kernel-abi-whitelists-3.10.0-514.6.1.el7.noarch.rpm kernel-doc-3.10.0-514.6.1.el7.noarch.rpm x86_64: kernel-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-devel-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-common-x86_64-3.10.0-514.6.1.el7.x86_64.rpm kernel-devel-3.10.0-514.6.1.el7.x86_64.rpm kernel-headers-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-libs-3.10.0-514.6.1.el7.x86_64.rpm perf-3.10.0-514.6.1.el7.x86_64.rpm perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm python-perf-3.10.0-514.6.1.el7.x86_64.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm Red Hat Enterprise Linux Client Optional (v. 7): x86_64: kernel-debug-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-common-x86_64-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-libs-devel-3.10.0-514.6.1.el7.x86_64.rpm perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm Red Hat Enterprise Linux ComputeNode (v.7): Source: kernel-3.10.0-514.6.1.el7.src.rpm noarch: kernel-abi-whitelists-3.10.0-514.6.1.el7.noarch.rpm kernel-doc-3.10.0-514.6.1.el7.noarch.rpm x86_64: kernel-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-devel-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-common-x86_64-3.10.0-514.6.1.el7.x86_64.rpm kernel-devel-3.10.0-514.6.1.el7.x86_64.rpm kernel-headers-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-libs-3.10.0-514.6.1.el7.x86_64.rpm perf-3.10.0-514.6.1.el7.x86_64.rpm perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm python-perf-3.10.0-514.6.1.el7.x86_64.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm Red Hat Enterprise Linux ComputeNode Optional (v. 7): x86_64: kernel-debug-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-common-x86_64-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-libs-devel-3.10.0-514.6.1.el7.x86_64.rpm perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm Red Hat Enterprise Linux Server (v.7): Source: kernel-3.10.0-514.6.1.el7.src.rpm noarch: kernel-abi-whitelists-3.10.0-514.6.1.el7.noarch.rpm kernel-doc-3.10.0-514.6.1.el7.noarch.rpm ppc64: kernel-3.10.0-514.6.1.el7.ppc64.rpm kernel-bootwrapper-3.10.0-514.6.1.el7.ppc64.rpm kernel-debug-3.10.0-514.6.1.el7.ppc64.rpm kernel-debug-debuginfo-3.10.0-514.6.1.el7.ppc64.rpm kernel-debug-devel-3.10.0-514.6.1.el7.ppc64.rpm kernel-debuginfo-3.10.0-514.6.1.el7.ppc64.rpm kernel-debuginfo-common-ppc64-3.10.0-514.6.1.el7.ppc64.rpm kernel-devel-3.10.0-514.6.1.el7.ppc64.rpm kernel-headers-3.10.0-514.6.1.el7.ppc64.rpm kernel-tools-3.10.0-514.6.1.el7.ppc64.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.ppc64.rpm kernel-tools-libs-3.10.0-514.6.1.el7.ppc64.rpm perf-3.10.0-514.6.1.el7.ppc64.rpm perf-debuginfo-3.10.0-514.6.1.el7.ppc64.rpm python-perf-3.10.0-514.6.1.el7.ppc64.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.ppc64.rpm ppc64le: kernel-3.10.0-514.6.1.el7.ppc64le.rpm kernel-bootwrapper-3.10.0-514.6.1.el7.ppc64le.rpm kernel-debug-3.10.0-514.6.1.el7.ppc64le.rpm kernel-debug-debuginfo-3.10.0-514.6.1.el7.ppc64le.rpm kernel-debuginfo-3.10.0-514.6.1.el7.ppc64le.rpm kernel-debuginfo-common-ppc64le-3.10.0-514.6.1.el7.ppc64le.rpm kernel-devel-3.10.0-514.6.1.el7.ppc64le.rpm kernel-headers-3.10.0-514.6.1.el7.ppc64le.rpm kernel-tools-3.10.0-514.6.1.el7.ppc64le.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.ppc64le.rpm kernel-tools-libs-3.10.0-514.6.1.el7.ppc64le.rpm perf-3.10.0-514.6.1.el7.ppc64le.rpm perf-debuginfo-3.10.0-514.6.1.el7.ppc64le.rpm python-perf-3.10.0-514.6.1.el7.ppc64le.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.ppc64le.rpm s390x: kernel-3.10.0-514.6.1.el7.s390x.rpm kernel-debug-3.10.0-514.6.1.el7.s390x.rpm kernel-debug-debuginfo-3.10.0-514.6.1.el7.s390x.rpm kernel-debug-devel-3.10.0-514.6.1.el7.s390x.rpm kernel-debuginfo-3.10.0-514.6.1.el7.s390x.rpm kernel-debuginfo-common-s390x-3.10.0-514.6.1.el7.s390x.rpm kernel-devel-3.10.0-514.6.1.el7.s390x.rpm kernel-headers-3.10.0-514.6.1.el7.s390x.rpm kernel-kdump-3.10.0-514.6.1.el7.s390x.rpm kernel-kdump-debuginfo-3.10.0-514.6.1.el7.s390x.rpm kernel-kdump-devel-3.10.0-514.6.1.el7.s390x.rpm perf-3.10.0-514.6.1.el7.s390x.rpm perf-debuginfo-3.10.0-514.6.1.el7.s390x.rpm python-perf-3.10.0-514.6.1.el7.s390x.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.s390x.rpm x86_64: kernel-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-devel-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-common-x86_64-3.10.0-514.6.1.el7.x86_64.rpm kernel-devel-3.10.0-514.6.1.el7.x86_64.rpm kernel-headers-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-libs-3.10.0-514.6.1.el7.x86_64.rpm perf-3.10.0-514.6.1.el7.x86_64.rpm perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm python-perf-3.10.0-514.6.1.el7.x86_64.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm Red Hat Enterprise Linux Server Optional (v.7): ppc64: kernel-debug-debuginfo-3.10.0-514.6.1.el7.ppc64.rpm kernel-debuginfo-3.10.0-514.6.1.el7.ppc64.rpm kernel-debuginfo-common-ppc64-3.10.0-514.6.1.el7.ppc64.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.ppc64.rpm kernel-tools-libs-devel-3.10.0-514.6.1.el7.ppc64.rpm perf-debuginfo-3.10.0-514.6.1.el7.ppc64.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.ppc64.rpm ppc64le: kernel-debug-debuginfo-3.10.0-514.6.1.el7.ppc64le.rpm kernel-debug-devel-3.10.0-514.6.1.el7.ppc64le.rpm kernel-debuginfo-3.10.0-514.6.1.el7.ppc64le.rpm kernel-debuginfo-common-ppc64le-3.10.0-514.6.1.el7.ppc64le.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.ppc64le.rpm kernel-tools-libs-devel-3.10.0-514.6.1.el7.ppc64le.rpm perf-debuginfo-3.10.0-514.6.1.el7.ppc64le.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.ppc64le.rpm x86_64: kernel-debug-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-common-x86_64-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-libs-devel-3.10.0-514.6.1.el7.x86_64.rpm perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm Red Hat Enterprise Linux Workstation (v.7): Source: kernel-3.10.0-514.6.1.el7.src.rpm noarch: kernel-abi-whitelists-3.10.0-514.6.1.el7.noarch.rpm kernel-doc-3.10.0-514.6.1.el7.noarch.rpm x86_64: kernel-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debug-devel-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-common-x86_64-3.10.0-514.6.1.el7.x86_64.rpm kernel-devel-3.10.0-514.6.1.el7.x86_64.rpm kernel-headers-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-libs-3.10.0-514.6.1.el7.x86_64.rpm perf-3.10.0-514.6.1.el7.x86_64.rpm perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm python-perf-3.10.0-514.6.1.el7.x86_64.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm Red Hat Enterprise Linux Workstation Optional (v. 7): x86_64: kernel-debug-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-debuginfo-common-x86_64-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm kernel-tools-libs-devel-3.10.0-514.6.1.el7.x86_64.rpm perf-debuginfo-3.10.0-514.6.1.el7.x86_64.rpm python-perf-debuginfo-3.10.0-514.6.1.el7.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 7. References: https://access.redhat.com/security/cve/CVE-2016-6828 https://access.redhat.com/security/cve/CVE-2016-7117 https://access.redhat.com/security/cve/CVE-2016-9555 https://access.redhat.com/security/updates/classification#important https://access.redhat.com/articles/2857831 8. Contact: The Red Hat security contact is . More contact details at https://access.redhat.com/security/team/contact Copyright 2017 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iD8DBQFYfm50XlSAg2UNWIIRAmyQAJ94OnL9F0NIJ2FwETONhikS1ASVVgCeKwEP v7tgVk7weRvbe4vZaHieogI=KiPw -----END PGPSIGNATURE----- -- Enterprise-watch-list mailing list This email address is being protected from spambots. You need JavaScript enabled to view it. . Crucial system patch released for CentOS 7 focusing on essential security vulnerabilities and system improvements.. Red Hat Enterprise Linux,kernel security update,important security patch,bug fixes,memory corruption. . Severity: Important. LinuxSecurity.com Team

Calendar 2 Jan 17, 2017 Important Red Hat
200

Scientific Linux 6 SLSA-2017:0036-1 CVE-2016-4998 Important Kernel Security Fix

Important: kernel security and bug fix update. Date: Thu, 12 Jan 2017 22:49:03 -0000 Reply-To: scientific-linux-users@ Sender: Security Errata for Scientific Linux From: Connie Sieh Subject: Security ERRATA Important: kernel on SL6.x i386/x86_64 MIME-Version: 1.0 Message-ID: Synopsis: Important: kernel security and bug fix update Advisory ID: SLSA-2017:0036-1 Issue Date: 2017-01-10 CVE Numbers: CVE-2016-4998 CVE-2016-7117 CVE-2016-6828 -- Security Fix(es): * A use-after-free vulnerability was found in the kernels socket recvmmsg subsystem. This may allow remote attackers to corrupt memory and may allow execution of arbitrary code. This corruption takes place during the error handling routines within __sys_recvmmsg() function. (CVE-2016-7117, Important) * An out-of-bounds heap memory access leading to a Denial of Service, heap disclosure, or further impact was found in setsockopt(). The function call is normally restricted to root, however some processes with cap_sys_admin may also be able to trigger this flaw in privileged container environments. (CVE-2016-4998, Moderate) * A use-after-free vulnerability was found in tcp_xmit_retransmit_queue and other tcp_* functions. This condition could allow an attacker to send an incorrect selective acknowledgment to existing connections, possibly resetting a connection. (CVE-2016-6828, Moderate) Bug Fix(es): * When parallel NFS returned a file layout, a kernel crash sometimes occurred. This update removes the call to the BUG_ON() function from a code path of a client that returns the file layout. As a result, the kernel no longer crashes in the described situation. * When a guest virtual machine (VM) on Microsoft Hyper-V was set to crash on a Nonmaskable Interrupt (NMI) that was injected from the host, this VM became unresponsive and did not create the vmcore dump file. This update applies a set of patches to the Virtual Machine Bus kernel driver (hv_vmbus) that fix this bug. As a result, the VM now first creates and saves the vmcore dump file and thenreboots. * From Scientific Linux 6.6 to 6.8, the IPv6 routing cache occasionally showed incorrect values. This update fixes the DST_NOCOUNT mechanism, and the IPv6 routing cache now shows correct values. * When using the ixgbe driver and the software Fibre Channel over Ethernet (FCoE) stack, suboptimal performance in some cases occurred on systems with a large number of CPUs. This update fixes the fc_exch_alloc() function to try all the available exchange managers in the list for an available exchange ID. This change avoids failing allocations, which previously led to the host busy status. * When the vmwgfx kernel module loads, it overrides the boot resolution automatically. Consequently, users were not able to change the resolution by manual setting of the kernel's 'vga=' parameter in the /boot/grub/grub.conf file. This update adds the 'nomodeset' parameter, which can be set in the /boot/grub/grub.conf file. The 'nomodeset' parameter allows the users to prevent the vmwgfx driver from loading. As a result, the setting of the 'vga=' parameter works as expected, in case that vmwgfx does not load. * When Scientific Linux 6.8 was booted on SMBIOS 3.0 based systems, Desktop Management Interface (DMI) information, which is referenced by several applications, such as NEC server's memory RAS utility, was missing entries in the sysfs virtual file system. This update fixes the underlying source code, and sysfs now shows the DMI information as expected. * Previously, bonding mode active backup and the propagation of the media access control (MAC) address to a VLAN interface did not work in Scientific Linux 6.8, when the fail_over_mac bonding parameter was set to fail_over_mac=active. With this update, the underlying source code has been fixed so that the VLANs continue inheriting the MAC address of the active physical interface until the VLAN MAC address is explicitly set to any value. As a result, IPv6 EUI64 addresses for the VLAN can reflect any changes to the MAC address of the physical interface, andDuplicate Address Detection (DAD) behaves as expected. -- SL6 x86_64 kernel-2.6.32-642.13.1.el6.x86_64.rpm kernel-debug-2.6.32-642.13.1.el6.x86_64.rpm kernel-debug-debuginfo-2.6.32-642.13.1.el6.i686.rpm kernel-debug-debuginfo-2.6.32-642.13.1.el6.x86_64.rpm kernel-debug-devel-2.6.32-642.13.1.el6.i686.rpm kernel-debug-devel-2.6.32-642.13.1.el6.x86_64.rpm kernel-debuginfo-2.6.32-642.13.1.el6.i686.rpm kernel-debuginfo-2.6.32-642.13.1.el6.x86_64.rpm kernel-debuginfo-common-i686-2.6.32-642.13.1.el6.i686.rpm kernel-debuginfo-common-x86_64-2.6.32-642.13.1.el6.x86_64.rpm kernel-devel-2.6.32-642.13.1.el6.x86_64.rpm kernel-headers-2.6.32-642.13.1.el6.x86_64.rpm perf-2.6.32-642.13.1.el6.x86_64.rpm perf-debuginfo-2.6.32-642.13.1.el6.i686.rpm perf-debuginfo-2.6.32-642.13.1.el6.x86_64.rpm python-perf-debuginfo-2.6.32-642.13.1.el6.i686.rpm python-perf-debuginfo-2.6.32-642.13.1.el6.x86_64.rpm python-perf-2.6.32-642.13.1.el6.x86_64.rpm i386 kernel-2.6.32-642.13.1.el6.i686.rpm kernel-debug-2.6.32-642.13.1.el6.i686.rpm kernel-debug-debuginfo-2.6.32-642.13.1.el6.i686.rpm kernel-debug-devel-2.6.32-642.13.1.el6.i686.rpm kernel-debuginfo-2.6.32-642.13.1.el6.i686.rpm kernel-debuginfo-common-i686-2.6.32-642.13.1.el6.i686.rpm kernel-devel-2.6.32-642.13.1.el6.i686.rpm kernel-headers-2.6.32-642.13.1.el6.i686.rpm perf-2.6.32-642.13.1.el6.i686.rpm perf-debuginfo-2.6.32-642.13.1.el6.i686.rpm python-perf-debuginfo-2.6.32-642.13.1.el6.i686.rpm python-perf-2.6.32-642.13.1.el6.i686.rpm noarch kernel-abi-whitelists-2.6.32-642.13.1.el6.noarch.rpm kernel-doc-2.6.32-642.13.1.el6.noarch.rpm kernel-firmware-2.6.32-642.13.1.el6.noarch.rpm - Scientific Linux Development Team . Significant kernel enhancement for SL6.x targeting memory allocation challenges and correcting vital errors.. kernel Update, Scientific Linux, Memory Access, Denial of Service, Security Fix. . Severity: Important. LinuxSecurity.com Team

Calendar 2 Jan 12, 2017 Important Scientific Linux
News Add Esm H240

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here