Alerts This Week
Warning Icon 1 562
Alerts This Week
Warning Icon 1 562

Stay Ahead With Linux Security News

Filter Icon Refine news
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 news

We found 2 articles for you...
67

OpenSSH: 7.1 Released With Logic Error Fixes And Compatibility Improvements

OpenSSH 7.1 has just been released. It will be available from the mirrors listed at https://www.openssh.org/ shortly.. From: Damien Miller Date: Fri, 21 Aug 2015 00:11:02 -0600 (MDT) To: This email address is being protected from spambots. You need JavaScript enabled to view it. Subject: Announce: OpenSSH 7.1 released OpenSSH 7.1 has just been released. It will be available from the mirrors listed at https://www.openssh.org/ shortly. OpenSSH is a 100% complete SSH protocol 2.0 implementation and includes sftp client and server support. OpenSSH also includes transitional support for the legacy SSH 1.3 and 1.5 protocols that may be enabled at compile-time. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches, reported bugs, tested snapshots or donated to the project. More information on donations may be found at: https://www.openssh.org/donations.html Future deprecation notice ========================= We plan on retiring more legacy cryptography in the next release including: Refusing all RSA keys smaller than 1024 bits (the current minimum is 768 bits) Several ciphers will be disabled by default: blowfish-cbc, cast128-cbc, all arcfour variants and the rijndael-cbc aliases for AES. MD5-based HMAC algorithms will be disabled by default. This list reflects our current intentions, but please check the final release notes for OpenSSH 7.1 when it is released. Changes since OpenSSH 7.0 ========================= This is a bugfix release. Security -------- sshd(8): OpenSSH 7.0 contained a logic error in PermitRootLogin prohibit-password/without-password that could, depending on compile-time configuration, permit password authentication to root while preventing other forms of authentication. This problem was reported by Mantas Mikulenas. Bugfixes -------- ssh(1), sshd(8): add compatability workarounds for FuTTY ssh(1), sshd(8): refine compatability workarounds forWinSCP Fix a number of memory faults (double-free, free of uninitialised memory, etc) in ssh(1) and ssh-keygen(1). Reported by Mateusz Kocielski. Checksums: ========== - SHA1 (openssh-7.1.tar.gz) = 06c1db39f33831fe004726e013b2cf84f1889042 - SHA256 (openssh-7.1.tar.gz) = H7U1se9EoBmhkKi2i7lqpMX9QHdDTsgpu7kd5VZUGSY= - SHA1 (openssh-7.1p1.tar.gz) = ed22af19f962262c493fcc6ed8c8826b2761d9b6 - SHA256 (openssh-7.1p1.tar.gz) = /AptLR0GPVxm3/2VJJPQzaJWytIE9oHeD4TvhbKthCg= Please note that the SHA256 signatures are base64 encoded and not hexadecimal (which is the default for most checksum tools). The PGP key used to sign the releases is available as RELEASE_KEY.asc from the mirror sites. Reporting Bugs: =============== - Please read https://www.openssh.org/report.html Security bugs should be reported directly to This email address is being protected from spambots. You need JavaScript enabled to view it. OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt, Kevin Steves, Damien Miller, Darren Tucker, Jason McIntyre, Tim Rice and Ben Lindstrom. . OpenSSH 7.1 resolves logical discrepancies and enhances interoperability, concurrently retiring obsolete cryptographic techniques.. OpenSSH 7.1, Secured Connections, Bug Fixes. . LinuxSecurity.com Team

Calendar 2 Aug 21, 2015 User Avatar LinuxSecurity.com Team Cryptography
78

OpenSSH 5.3 Launch: Addressing Issues and Dropping Windows Compatibility

The OpenBSD project has released version 5.3 of OpenSSH, the free implementation of the Secure Shell protocol (SSH). The main changes in OpenSSH are support for path names with more than 256 characters and that support for Windows 95/98/ME has been dropped.. Apart from this, there are only minor fixes. An overview of all the changes are to be found in the release notes. OpenSSH is available under a BSD licence and funded through donations. The full release notes are here: From: Damien Miller To: This email address is being protected from spambots. You need JavaScript enabled to view it. Subject: Announce: OpenSSH 5.3 released OpenSSH 5.3 has just been released. It will be available from the mirrors listed at https://www.openssh.org/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. This release marks the 10th anniversary of the OpenSSH project. We would like to thank the OpenSSH community for their support, especially those who will continue to contribute code or patches, report bugs, test snapshots or donate to the project during the next 10 years. More information on donations may be found at: https://www.openssh.org/donations.html This is a bugfix release, no new features have been added. Changes since OpenSSH 5.2 ======================== General Bugfixes: * Do not limit home directory paths to 256 characters. bz#1615 * Several minor documentation and correctness fixes. Portable OpenSSH Bugfixes: * This release removes for support for very old versions of Cygwin and for Windows 95/98/ME * Move the deletion of PAM credentials on logout to after the session close. bz#1534 * Make PrintLastLog work on AIX. bz#1595 * Avoid compile errors on FreeBSD from conflicts in glob.h. bz#1634 * Delay dropping of root privileges on AIX so chroot and pam_open_session work correctly. bz#1249 and bz#1567 * Increase client IO buffer on Cygwin to 64K, realising a significant performance improvement. * Roll back bz#1241(better handling for expired passwords on Tru64). The change broke password logins on some configurations. * Accept ENOSYS as a fallback error when attempting atomic rename(). bz#1535 * Fix passing of variables to recursive make(1) invocations on Solaris. bz#1505 * Skip the tcgetattr call on the pty master on Solaris, since it never succeeds and can hang if large amounts of data is sent to the slave (eg a copy-paste). bz#1528 * Fix detection of krb5-config. bz#1639 * Fix test for server-assigned remote forwarding port for non-root users. bz#1578 * Fix detection of libresolv on OSX 10.6. Checksums: ========= - SHA1 (openssh-5.3.tar.gz) = f1b9a280565e916c1f84fd4d944313ec926242a2 - SHA1 (openssh-5.3p1.tar.gz) = d411fde2584ef6022187f565360b2c63a05602b5 Reporting Bugs: ============== - Please read https://www.openssh.org/report.html Security bugs should be reported directly to This email address is being protected from spambots. You need JavaScript enabled to view it. OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt, Kevin Steves, Damien Miller, Darren Tucker, Jason McIntyre, Tim Rice and Ben Lindstrom. The link for this article located at H Security is no longer available. . Apart from this, there are only minor fixes. An overview of all the changes are to be found in the r. openbsd, project, released, version, openssh, secure, shell. . LinuxSecurity.com Team

Calendar 2 Oct 02, 2009 User Avatar LinuxSecurity.com Team Vendors/Products
78

OpenSSH 4.5 Critical Security Fixes And Protocol Improvements

OpenSSH 4.5 has just been released. It will be available from the mirrors listed at https://www.openssh.org/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. . OpenSSH 4.5 has just been released. It will be available from the mirrors listed at https://www.openssh.org/ shortly. OpenSSH is a 100% complete SSH protocol version 1.3, 1.5 and 2.0 implementation and includes sftp client and server support. Once again, we would like to thank the OpenSSH community for their continued support of the project, especially those who contributed code or patches, reported bugs, tested snapshots and purchased T-shirts or posters. T-shirt, poster and CD sales directly support the project. Pictures and more information can be found at: http://www.openbsd.org/tshirts.html and For international orders use and for European orders, use Changes since OpenSSH 4.4: =========================== This is a bugfix only release. No new features have been added. Security bugs resolved in this release: * Fix a bug in the sshd privilege separation monitor that weakened its verification of successful authentication. This bug is not known to be exploitable in the absence of additional vulnerabilities. This release includes the following non-security fixes: * Several compilation fixes for portable OpenSSH * Fixes to Solaris SMF/process contract support (bugzilla #1255) Thanks to everyone who has contributed patches, reported bugs and tested releases. Checksums: ========= - SHA1 (openssh-4.5.tar.gz) = def3de1557181062d788695b9371d02635af39fb - SHA1 (openssh-4.5p1.tar.gz) = 2eefcbbeb9e4fa16fa4500dec107d1a09d3d02d7 Reporting Bugs: ============== - please read https://www.openssh.org/report.html and http://bugzilla.mindrot.org/ OpenSSH is brought to you by Markus Friedl, Niels Provos, Theo de Raadt, Kevin Steves, Damien Miller, Darren Tucker, Jason McIntyre, Tim Rice and BenLindstrom. . OpenSSH 4.5 has been released, incorporating various enhancements and rectifications to its SSH protocol features.. OpenSSH, SSH, Secure Shell, Bug Fixes, Protocol Enhancements. . LinuxSecurity.com Team

Calendar 2 Nov 07, 2006 User Avatar LinuxSecurity.com Team Vendors/Products
78

Debian 3.1 Advisory: 172 Software Fixes for Critical Security Updated

The Debian Project has released an update to its popular GNU/Linux distribution, with security-related bugfixes a key feature. "This is the first update of Debian GNU/Linux 3.1 (codename 'Sarge') which mainly adds security updates to the stable release, along with some corrections to serious problems," said Debian security team member Martin Schulze in an e-mail announcing the update. . Schulze said systems administrators who regularly updated their Debian-based systems with security patches would not have to update much software. The update contains fixes for 172 pieces of software, including high-profile entries like spam-buster SpamAssassin, Web browser Mozilla Firefox and its sister project the Thunderbird e-mail client, the PHP and Python scripting languages, Web server Apache and anti-virus software ClamAV, in addition to the Linux kernel. The link for this article located at ZDNet is no longer available. . Ubuntu's new release bolsters safety by addressing vulnerabilities, affecting 150 applications such as Chrome and Nginx.. Debian Linux, Software Fixes, Security Update, Administration, Bug Fixes. . LinuxSecurity.com Team

Calendar 2 Dec 21, 2005 User Avatar LinuxSecurity.com Team Vendors/Products
78

OpenSSL 0.9.6h Release: Key Bugfixes and TLS Improvements

The OpenSSL project team is pleased to announce the release of version 0.9.6h of our open source toolkit for SSL/TLS. This new OpenSSL version is a bugfix release. This will be the last release in the 0.9.6 series. . .. The OpenSSL project team is pleased to announce the release of version 0.9.6h of our open source toolkit for SSL/TLS. This new OpenSSL version is a bugfix release. This will be the last release in the 0.9.6 series . OpenSSL version 0.9.6h released =============================== OpenSSL - The Open Source toolkit for SSL/TLS https://www.openssl.org:443/ The OpenSSL project team is pleased to announce the release of version 0.9.6h of our open source toolkit for SSL/TLS. This new OpenSSL version is a bugfix release. This will be the last release in the 0.9.6 series. The most significant changes are: o New configuration targets for Tandem OSS and A/UX. o New OIDs for Microsoft attributes. o Better handling of SSL session caching. o Better comparison of distinguished names. o Better handling of shared libraries in a mixed GNU/non-GNU environment. o Support assembler code with Borland C. o Fixes for length problems. o Fixes for uninitialised variables. o Fixes for memory leaks, some unusual crashes and some race conditions. o Fixes for smaller building problems. o Updates of manuals, FAQ and other instructive documents. We consider OpenSSL 0.9.6h to be the best version of OpenSSL available and we strongly recommend that users of older versions upgrade as soon as possible. OpenSSL 0.9.6h is available for download via HTTP and FTP from the following master locations (you can find the various FTP mirrors under o o [1] OpenSSL comes in the form of two distributions this time. The reasons for this is that we want to deploy the external crypto device support but don't want to have it part of the "normal" distribution just yet. The distribution containing the external crypto devicesupport is popularly called "engine", and is considered experimental. It's been fairly well tested on Unix and flavors thereof. If run on a system with no external crypto device, it will work just like the "normal" distribution. The distribution file names are: o openssl-0.9.6h.tar.gz [normal] MD5 checksum: 621bef36ad61012bb71945a1cb449073 o openssl-engine-0.9.6h.tar.gz [engine] MD5 checksum: a7e3f5c0a5451ca666e4cbe23a8617a2 The checksums were calculated using the following commands: openssl md5 < openssl-0.9.6h.tar.gz openssl md5 < openssl-engine-0.9.6h.tar.gz Yours, The OpenSSL Project Team... Mark J. Cox Ben Laurie Andy Polyakov Ralf S. Engelschall Richard Levitte Geoff Thorpe Dr. Stephen Henson Bodo Möller Lutz Jänicke Ulf Möller . OpenSSL version 1.1.1g is launched featuring essential patches and enhancements aimed at maximizing SSL/TLS toolkit efficiency.. OpenSSL Release, Bugfix Updates, SSL Improvements. . LinuxSecurity.com Team

Calendar 2 Dec 06, 2002 User Avatar LinuxSecurity.com Team Vendors/Products
78

Opera 6.03 Release: OpenSSL Fixes and Security Enhancements for Linux

Opera Software today released Opera 6.03 for Linux, a pure security upgrade that will implement changes in OpenSSL made public on Aug. 7, 2002 by the CERT Coordination Center (CERT/CC) as well as correct other bugfixes. . .. Opera Software today released Opera 6.03 for Linux, a pure security upgrade that will implement changes in OpenSSL made public on Aug. 7, 2002 by the CERT Coordination Center (CERT/CC) as well as correct other bugfixes . Opera Software is committed to offering its users the latest in browser security. When vulnerability in the third-party code was made public, work began to implement the new changes. The CERT/CC advisory is available at: 2002 CERT Advisories "We are committed to ensuring the very latest in browser security to all users," says Jon S. von Tetzchner, CEO, Opera Software ASA. "A Windows fix was released on August 13, and we are pleased to now offer our Linux users a version that eliminates the flaw in OpenSSL." The changelog for Opera 6.03 for Linux is available at: https://www.opera.com:443/opera -Whole Article . Opera Software today released Opera 6.03 for Linux, a pure security upgrade that will implement chan. opera, software, today, released, linux, security, upgrade, implement. . LinuxSecurity.com Team

Calendar 2 Aug 16, 2002 User Avatar LinuxSecurity.com Team Vendors/Products
79

LIDS 0.9.11 Release For Kernel 2.2.18: Security Bugfix for Lidsadm

Huagang Xie writes: "The LIDS project has just released LIDS 0.9.11 for kernel version 2.2.18. It contain a bugfix for lidsadm. For more detail, please visit ." I use LIDS on a daily basis and love it. Anybody who . . . . Huagang Xie writes: "The LIDS project has just released LIDS 0.9.11 for kernel version 2.2.18. It contain a bugfix for lidsadm. For more detail, please visit ." I use LIDS on a daily basis and love it. Anybody who is interested in a kernel-level IDS system should definately check it out! The link for this article located at is no longer available. . Huagang Xie writes: 'The LIDS project has just released LIDS 0.9.11 for kernel version 2.2.18. It co. huagang, writes, project, released, kernel, version. . LinuxSecurity.com Team

Calendar 2 Dec 15, 2000 User Avatar LinuxSecurity.com Team Security Projects
News Add Esm H340

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