Alerts This Week
Warning Icon 1 535
Alerts This Week
Warning Icon 1 535

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

Microsoft Linux App Repository Changes: TLS 1.2 Usage Now Mandatory

For obvious reasons, Microsoft is pushing for the migration to TLS 1.2, and the software giant has announced a change concerning its Linux app repository. To download packages, TLS 1.2 will now be mandatory. . Hosted at packages.microsoft.com, the collection of software for Linux will no longer allow TLS 1.0 and TLS 1.1, with the company explaining that beginning with September 24, TLS 1.2 will be mandatory. In other words, clients not using TLS 1.2 will no longer be allowed to download Linux packages from Microsoft, and the firm emphasizes that companies should give up on the older version due to security risks. The link for this article located at Softpedia News is no longer available. . To enhance security measures, Microsoft has officially required TLS 1.2 for its Linux application repository, discontinuing support for previously utilized, less secure versions.. TLS 1.2 Migration, Microsoft Linux Update, Package Repository Changes. . LinuxSecurity.com Team

Calendar 2 Aug 31, 2020 User Avatar LinuxSecurity.com Team Vendors/Products
81

IETF Approves TLS 1.3 Standard: Stronger HTTPS Protection Against Snooping

The Internet Engineering Task Force (IETF) has approved version 1.3 of the Transport Layer Security (TLS), the key protocol that enables HTTPS on the web.. TLS 1.3 was approved by engineers at an IETF gathering in London last week. The approved document is the 28th version of the TLS 1.3 proposal that has been hashed out over the past four years. . The latest version of HTTP/3 gained favorable reviews at a meeting of professionals, improving web communication safety for all.. TLS 1.3, HTTPS Security, Internet Encryption, IETF Approval. . LinuxSecurity.com Team

Calendar 2 Mar 26, 2018 User Avatar LinuxSecurity.com Team Privacy
81

Configuring Postfix TLS: Enable Secure SMTP Connections With StartSSL

One recommended way to help secure your Postfix mail server is enabling TLS (Transport Layer Security) for connections to and from Postfix. You can search for more detailed descriptions of exactly how TLS works, but basically it. It relies on a key and a certificate to help accomplish its purposes, and this article will walk you through generating a key, getting your certificate, and installing everything on your Postfix system to enable TLS/SSL for SMTP connections. The link for this article located at Steve Jenkis is no longer available. . Enhance your Dovecot mail service by implementing SSL with a no-cost Let's Encrypt certificate for secure IMAP transactions.. Postfix TLS Configuration, StartSSL Certificate, Secure Email, SMTP Encryption. . LinuxSecurity.com Team

Calendar 2 Jul 15, 2015 User Avatar LinuxSecurity.com Team Privacy
67

TLS 1.0 Weakness Exposes PayPal Cookies to BEAST Attack

Researchers have discovered a serious weakness in virtually all websites protected by the secure sockets layer protocol that allows attackers to silently decrypt data that's passing between a webserver and an end-user browser.. The vulnerability resides in versions 1.0 and earlier of TLS, or transport layer security, the successor to the secure sockets layer technology that serves as the internet's foundation of trust. Although versions 1.1 and 1.2 of TLS aren't susceptible, they remain almost entirely unsupported in browsers and websites alike, making encrypted transactions on PayPal, GMail, and just about every other website vulnerable to eavesdropping by hackers who are able to control the connection between the end user and the website he's visiting. At the Ekoparty security conference in Buenos Aires later this week, researchers Thai Duong and Juliano Rizzo plan to demonstrate proof-of-concept code called BEAST, which is short for Browser Exploit Against SSL/TLS. The stealthy piece of JavaScript works with a network sniffer to decrypt encrypted cookies a targeted website uses to grant access to restricted user accounts. The exploit works even against sites that use HSTS, or HTTP Strict Transport Security, which prevents certain pages from loading unless they're protected by SSL. The link for this article located at The Register UK is no longer available. . Uncover the impact of a TLS vulnerability on PayPal and similar platforms, enabling hackers to decode confidential information exchanged during financial transactions.. TLS Exploit, Website Security Weakness, JavaScript Data Breach, PayPal Security. . LinuxSecurity.com Team

Calendar 2 Sep 21, 2011 User Avatar LinuxSecurity.com Team Cryptography
67

STARTTLS Command Injection Threats in SMTP: Insights from Venema

Vulnerabilities in implementations of the STARTTLS protocol for establishing an encrypted TLS connection could allow commands to be injected into a connection. According to a description by the discoverer of the problem, Postfix developer Wietse Venema, the key point is that commands are injected into the connection before it has been secured/encrypted, but are only executed once the secure connection has been established.. Venema illustrates the problem with an example involving securing SMTP with TLS. A client sends "STARTTLS\r\n"; using a man-in-the-middle attack an attacker changes this to "STARTTLS\r\nRSET\r\n". The client and server then establish a TLS connection. The server now regards the injected RSET command that was added during the unprotected phase as if it has been transferred subsequent to the TLS connection being established. The RSET command in this example is relatively innocuous as it is a harmless protocol reset command, but other commands could be injected in a similar fashion. The link for this article located at H Security is no longer available. . Postfix engineer Venema elaborates on the STARTTLS vulnerability opening doors for command injection prior to establishing TLS. Discover the potential consequences.. STARTTLS, Command Injection, SMTP Security, TLS Protocol, Encryption Risks. . LinuxSecurity.com Team

Calendar 2 Mar 08, 2011 User Avatar LinuxSecurity.com Team Cryptography
77

Configure Secure SASL Authentication For Postfix Using TLS

In today's internet there is a lot of spam, forged mails and people who make use of this. It is importatnt to be secure, secure your users and the rest of the community from your users as well. It's better to be secure than to be sorry if an accident happens.. . .. In today's internet there is a lot of spam, forged mails and people who make use of this. It is importatnt to be secure, secure your users and the rest of the community from your users as well. It's better to be secure than to be sorry if an accident happens. You may not know that your users send spam until you get on the spamming list. I hope I don't have to explain why mechanisms such as: identification, authentication and authorization have to be implemented. In this article I will show you how to force users to authenticate before sending mail through Postfix. Ready? To install postfix-current, go to /usr/ports/mail/postfix. Before making anything check your umask. Preferably it should be set to 022. Now type make. You should get a "Postfix configuration options" screen. Select: PCRE, SASL2, DB3, TLS. If you need any other options just mark them with "X" by pressing space. If your system is 5.0-RELEASE, remember there is no PERL installed by default. Now type make. The installation will take a while so sit back and relax but don't go away. Before the installation of cyrus-sasl your system will prompt you to set "Additional SASL options". Choose DB3, SASLAUTHD and accept. If the build process finished without any problems type make install. The installation script will add postfix user and group. It will also ask you about changing contents of the /etc/mail/mailer.conf. Accept the change and don't worry, you can find the old file under /etc/mail/mailer.conf.old. All configuration files you will find in the /usr/local/etc/postfix directory. The link for this article located at daemonnews is no longer available. . Fortify your Postfix configuration against unwanted messages and spoofed emails using SASL and TLS for user verification.. PostfixMail Transport,SASL Authentication,TLS Security,Email Configuration,Spam Prevention. . LinuxSecurity.com Team

Calendar 2 Jun 13, 2003 User Avatar LinuxSecurity.com Team Server Security
67

Exploring OpenSSL's Versatile Capabilities for Secure Networks

When I got a new Lego set the other day, I discovered that it made a really cool train. However, it was missing the cow-catcher, so I built one for the Lego engine. There are other things I did to improve . . . . When I got a new Lego set the other day, I discovered that it made a really cool train. However, it was missing the cow-catcher, so I built one for the Lego engine. There are other things I did to improve the train car -- I added a functioning light, an electric engine, additional freight cars, and a caboose. You can think of OpenSSL as a Lego set. You're provided with the base -- the libraries and the command line tools -- but you build the rest. Like a pre-designed Lego set, OpenSSL is a cryptographic toolkit that includes libraries and the header files (the train engine) and the command-line tool. OpenSSL is based on its predecessor, SSLeay, which was originally developed as a free implementation of Netscape's Secure Socket Layer by Eric Young and Tim Hudson (both SSLeay and OpenSSL have Apache-style licenses). Both Young and Hudson did such a good job with SSLeay that they were hired by RSA Australia. Enter OpenSSL: OpenSSL builds on the work done on SSLeay, and then some. OpenSSL offers support for SSLv2 and SSLv3 as well as the IETF standard TLSv1. In addition to that, OpenSSL has built a great set of cryptographic libraries. The link for this article located at UnixReview is no longer available. . OpenSSL resembles a versatile Lego set, enabling the assembly of secure communication structures from its diverse components, like encryption algorithms and keys.. OpenSSL Toolkit, Cryptography Libraries, SSL/TLS Security. . LinuxSecurity.com Team

Calendar 2 Jun 27, 2002 User Avatar LinuxSecurity.com Team Cryptography
67

Understanding SSL And TLS Configuration In Apache Web Server

Secure Sockets Layer (SSL), developed by Netscape Communications, and Transport Layer Security (TLS), the open-standard replacement for SSL from the Internet Engineering Task Force, are the two protocols that add encryption and authentication to TCP/IP. This article summarizes the basic concepts . . . . Secure Sockets Layer (SSL), developed by Netscape Communications, and Transport Layer Security (TLS), the open-standard replacement for SSL from the Internet Engineering Task Force, are the two protocols that add encryption and authentication to TCP/IP. This article summarizes the basic concepts of how the two protocols work and how Apache implements these protocols so that one can transmit information securely over HTTP. . SSL and TLS are essential cryptographic protocols ensuring secure communication over a network. This article explores their integration with Apache for enhanced security.. SSL, TLS, Apache Configuration, Secure HTTP, Encryption Methods. . LinuxSecurity.com Team

Calendar 2 Apr 22, 2002 User Avatar LinuxSecurity.com Team Cryptography
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