Alerts This Week
Warning Icon 1 541
Alerts This Week
Warning Icon 1 541

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 -4 articles for you...
99

Slackware 14.1 SSA:2017-180-01 Critical: Stack Clash Threat Update

New kernel packages are available for Slackware 14.1 to fix security issues. . -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [slackware-security] Slackware 14.1 kernel (SSA:2017-180-01) New kernel packages are available for Slackware 14.1 to fix security issues. Here are the details from the Slackware 14.1 ChangeLog: +--------------------------+ patches/packages/linux-3.10.107/*: Upgraded. This kernel fixes two "Stack Clash" vulnerabilities reported by Qualys. The first issue may allow attackers to execute arbitrary code with elevated privileges. Failed attack attempts will likely result in denial-of-service conditions. The second issue can be exploited to bypass certain security restrictions and perform unauthorized actions. Be sure to upgrade your initrd after upgrading the kernel packages. If you use lilo to boot your machine, be sure lilo.conf points to the correct kernel and initrd and run lilo as root to update the bootloader. If you use elilo to boot your machine, you should run eliloconfig to copy the kernel and initrd to the EFI System Partition. For more information, see: https://www.qualys.com/2017/06/19/stack-clash/stack-clash.txt https://www.cve.org/CVERecord?id=CVE-2017-1000364 https://www.cve.org/CVERecord?id=CVE-2017-1000365 (* Security fix *) In addition, a patch is included and preapplied to guard against other == sk in unix_dgram_sendmsg. This bug has been known to cause Samba related stalls. Thanks to Ben Stern for the bug report. +--------------------------+ Where to find the new packages: +-----------------------------+ Thanks to the friendly folks at the OSU Open Source Lab (http://osuosl.org) for donating FTP and rsync hosting to the Slackware project! :-) Also see the "Get Slack" section on http://www.slackware.com/ for additional mirror sites near you. Updated packages for Slackware 14.1: Updated packages for Slackware x86_64 14.1: MD5 signatures: +-------------+ Slackware 14.1 packages: 7a3dc2cd4c1067984d0cbc5e257eb0f8 kernel-generic-3.10.107-i486-1.txz 1ec7b64fec890841337dcb0b85c4189e kernel-generic-smp-3.10.107_smp-i686-1.txz 42be9d29509261878e11ee142ddc5835 kernel-headers-3.10.107_smp-x86-1.txz c68758ab09860d8d9585eff27aa7b341 kernel-huge-3.10.107-i486-1.txz 1f27891b34076dfe3b1f1aa56c820017 kernel-huge-smp-3.10.107_smp-i686-1.txz 9b2f9044654c44b7fdaaf1dfa86c1f2b kernel-modules-3.10.107-i486-1.txz 68835ec8daffd1c101651cb1213917ea kernel-modules-smp-3.10.107_smp-i686-1.txz c6b18ccd52ef37879f4791557b1350d1 kernel-source-3.10.107_smp-noarch-1.txz Slackware x86_64 14.1 packages: c363284f807203eb8fedfc0db35ab9c3 kernel-generic-3.10.107-x86_64-1.txz 7101db4ec1cbeb294f41fb65709fb030 kernel-headers-3.10.107-x86-1.txz fef8c622ea91dcaeae915bf11de54aa1 kernel-huge-3.10.107-x86_64-1.txz 4985fb9284200278dd57f8ce14bc1670 kernel-modules-3.10.107-x86_64-1.txz fdced05a099ab697bd91e75118163320 kernel-source-3.10.107-noarch-1.txz Installation instructions: +------------------------+ Upgrade the packages as root: # upgradepkg kernel-*.txz If you are using an initrd, you'll need to rebuild it. For a 32-bit SMP machine, use this command (substitute the appropriate kernel version if you are not running Slackware 14.2): # /usr/share/mkinitrd/mkinitrd_command_generator.sh -k 3.10.107-smp | bash For a 64-bit machine, or a 32-bit uniprocessor machine, use this command (substitute the appropriate kernel version if you are not running Slackware 14.2): # /usr/share/mkinitrd/mkinitrd_command_generator.sh -k 3.10.107 | bash Please note that "uniprocessor" has to do with the kernel you are running, not with the CPU. Most systems should run the SMP kernel (if they can) regardless of the number of cores the CPU has. If you aren't sure which kernel you are running, run "uname -a". If you see SMP there, you are running the SMP kernel and should use the 3.10.107-smp version when running mkinitrd_command_generator. Note that this is only for 32-bit -- 64-bit systems should always use 3.10.107 as the version. If you are using lilo or eliloto boot the machine, you'll need to ensure that the machine is properly prepared before rebooting. If using LILO: By default, lilo.conf contains an image= line that references a symlink that always points to the correct kernel. No editing should be required unless your machine uses a custom lilo.conf. If that is the case, be sure that the image= line references the correct kernel file. Either way, you'll need to run "lilo" as root to reinstall the boot loader. If using elilo: Ensure that the /boot/vmlinuz symlink is pointing to the kernel you wish to use, and then run eliloconfig to update the EFI System Partition. +-----+ . Slackware 14.1 kernel undergoes vital updates addressing stack overflow vulnerabilities and enhancing security measures for improved safeguarding.. Kernel Update, Slackware Security, Stack Clash Fix, Security Patch, Kernel Packages. . Severity: Critical. LinuxSecurity.com Team

Calendar 2 Jun 29, 2017 Critical Slackware
89

Fedora 26: 2017-d3ed702fe4 Critical Stack Clash Security Update

The 4.11.6 update contains a number of important fixes across the tree, including the recently announced "stack clash". --------------------------------------------------------------------------------Fedora Update Notification FEDORA-2017-d3ed702fe4 2017-06-24 03:05:15.376958 --------------------------------------------------------------------------------Name : kernel Product : Fedora 26 Version : 4.11.6 Release : 301.fc26 URL : https://www.kernel.org/ Summary : The Linux kernel Description : The kernel meta package --------------------------------------------------------------------------------Update Information: The 4.11.6 update contains a number of important fixes across the tree, including the recently announced "stack clash" --------------------------------------------------------------------------------References: [ 1 ] Bug #1461333 - CVE-2017-1000364 kernel: heap/stack gap jumping via unbounded stack allocations https://bugzilla.redhat.com/show_bug.cgi?id=1461333 --------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade kernel' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list -- This email address is being protected from spambots. You need JavaScript enabled to view it. To unsubscribe send an email to This email address is being protected from spambots. You need JavaScript enabled to view it. . Critical security patch for Fedora 26 designed to resolve significant stack clash vulnerabilities. Update date: 2017-06-24.. Fedora Kernel Security, Stack Clash Fix, Important Kernel Update. . Severity: Critical.LinuxSecurity.com Team

Calendar 2 Jun 24, 2017 Critical Fedora
89

Fedora 25 Moderate: 2017-d7bc1b3056 Stack Clash Kernel Fix

The 4.11.6 update contains a number of important fixes across the tree, including the recently announced "stack clash". --------------------------------------------------------------------------------Fedora Update Notification FEDORA-2017-d7bc1b3056 2017-06-23 14:18:21.689219 --------------------------------------------------------------------------------Name : kernel Product : Fedora 25 Version : 4.11.6 Release : 201.fc25 URL : https://www.kernel.org/ Summary : The Linux kernel Description : The kernel meta package --------------------------------------------------------------------------------Update Information: The 4.11.6 update contains a number of important fixes across the tree, including the recently announced "stack clash" --------------------------------------------------------------------------------References: [ 1 ] Bug #1461333 - CVE-2017-1000364 kernel: heap/stack gap jumping via unbounded stack allocations https://bugzilla.redhat.com/show_bug.cgi?id=1461333 --------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade kernel' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list -- This email address is being protected from spambots. You need JavaScript enabled to view it. To unsubscribe send an email to This email address is being protected from spambots. You need JavaScript enabled to view it. . The recent kernel upgrade for Fedora 25 brings essential patches that resolve stack clash vulnerabilities and boosts overall security. Keep your system current!. Fedora Kernel Update, Stack Clash Mitigation, Security Fixes,DNF Package Upgrade. . Severity: Important. LinuxSecurity.com Team

Calendar 2 Jun 23, 2017 Important Fedora
89

Fedora 24: FEDORA-2017-05f10e29f4 Moderate Stack Clash Issue

The 4.11.6 update contains a number of important fixes across the tree, including the recently announced "stack clash". --------------------------------------------------------------------------------Fedora Update Notification FEDORA-2017-05f10e29f4 2017-06-23 14:18:01.957815 --------------------------------------------------------------------------------Name : kernel Product : Fedora 24 Version : 4.11.6 Release : 101.fc24 URL : https://www.kernel.org/ Summary : The Linux kernel Description : The kernel meta package --------------------------------------------------------------------------------Update Information: The 4.11.6 update contains a number of important fixes across the tree, including the recently announced "stack clash" --------------------------------------------------------------------------------References: [ 1 ] Bug #1461333 - CVE-2017-1000364 kernel: heap/stack gap jumping via unbounded stack allocations https://bugzilla.redhat.com/show_bug.cgi?id=1461333 --------------------------------------------------------------------------------This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade kernel' at the command line. For more information, refer to the dnf documentation available at https://dnf.readthedocs.io/en/latest/command_ref.html All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/security/ -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list -- This email address is being protected from spambots. You need JavaScript enabled to view it. To unsubscribe send an email to This email address is being protected from spambots. You need JavaScript enabled to view it. . To enhance your Fedora system's security, upgrade the current kernel version from 4.11.6 to the latest available release that includes crucial patches addressing stack clash vulnerabilities.. Fedora Security Update, KernelUpdate, Stack Clash, Upgrade Kernel. . Severity: Important. LinuxSecurity.com Team

Calendar 2 Jun 23, 2017 Important Fedora
87

Debian DSA-3889-1: Libffi Stack Issue Resolved - i386 Exploit Risk

libffi, a library used to call code written in one language from code written in a different language, was enforcing an executable stack on the i386 architecture. While this might not be considered a vulnerability by itself, this could be leveraged when exploiting other vulnerabilities, like for example . - ------------------------------------------------------------------------- Debian Security Advisory DSA-3889-1 This email address is being protected from spambots. You need JavaScript enabled to view it. https://www.debian.org/security/ Yves-Alexis Perez June 19, 2017 https://www.debian.org/security/faq - ------------------------------------------------------------------------- Package : libffi CVE ID : CVE-2017-1000376 Debian Bug : 751907 libffi, a library used to call code written in one language from code written in a different language, was enforcing an executable stack on the i386 architecture. While this might not be considered a vulnerability by itself, this could be leveraged when exploiting other vulnerabilities, like for example the "stack clash" class of vulnerabilities discovered by Qualys Research Labs. For the full details, please refer to their advisory published at: For the oldstable distribution (jessie), this problem has been fixed in version 3.1-2+deb8u1. For the stable distribution (stretch), this problem has been fixed in version 3.2.1-4. For the testing distribution (buster), this problem has been fixed in version 3.2.1-4. For the unstable distribution (sid), this problem has been fixed in version 3.2.1-4. We recommend that you upgrade your libffi packages. Further information about Debian Security Advisories, how to apply these updates to your system and frequently asked questions can be found at: https://www.debian.org/security/ Mailing list: This email address is being protected from spambots. You need JavaScript enabled to view it. . Debian Security Notification DSA-3889-1 outlines a vulnerability in libffi affecting i386 architecture, which may lead to possible threat exploits.. Libffi Security, DebianAdvisory, Executable Stack, Stack Clash Issue. . Severity: Critical. LinuxSecurity.com Team

Calendar 2 Jun 19, 2017 Critical Debian
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