Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges

Alerts This Week
Warning Icon 1 488
Alerts This Week
Warning Icon 1 488

Stay Ahead With Linux Security News

Filter%20icon 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

Should Linux servers automatically install security updates?

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/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":0,"type":"x","order":2,"pct":0,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":0,"type":"x","order":4,"pct":0,"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 3 articles for you...
83

xz Backdoor Threat Analysis: Techniques and Security Measures

The recent discovery of a backdoor in Linux's xz compression tool has shed light on cybercriminals' ingenious methods of gaining entry and remaining undetected within critical infrastructure foundations. The xz backdoor presents an acute threat to security and system integrity, and its creators leveraged sophisticated methods to remain undetected. . Over two months after this alarming discovery, we'll provide a comprehensive analysis of this threat, detailing tactics employed by those behind its creation to remain undetected. We'll also offer practical advice for protecting your Linux systems against similar future threats. Understanding the xz Backdoor and Its Impact The xz backdoor is a malicious piece of code within the xz compression tool —a widely used utility on Linux platforms—intended to gain unauthorized entry to an entire system through SSH login processes. The backdoor uses an embedded public key in its binary code to decrypt and verify payload data, bypassing authentication mechanisms and giving attackers control of an infected server. This backdoor targeted Linux system administrators and users of distributions that contained compromised versions of the xz tool, specifically versions 5.6.0 and 5.6.1. While such versions typically were found only in development, test, or experimental releases, their potential for widespread systemic damage if exploited more widely was alarmingly high. The Art of Concealment: Strategies Used by the Perpetrators One of the more sophisticated methods employed by threat actors was custom steganography to conceal public keys within binary code. Steganography (hiding files, messages, images, or videos within other files or messages) enabled threat actors to embed malicious components within seemingly innocent code, making it highly challenging for researchers to understand how the backdoor operated initially. Furthermore, this backdoor featured an anti-replay mechanism to prevent intercepted communications from being reused elsewhere anderase all traces of itself from the SSH server's log function. This made forensic analysis more challenging while significantly delaying detection. Social engineering was key in executing this sophisticated threat. The original creator of the xz compression tool, Jia Tan, was coaxed into giving over control under pretenses of health issues after receiving endorsements from what are now suspected co-conspirators. Jia Tan then gradually hijacked the project to introduce malicious code subtly over time, further complicating detection efforts. How Can I Secure My Linux Systems Against the xz Backdoor and Similar Threats? Given the sophisticated methods employed by perpetrators of the xz backdoor, traditional defensive measures alone are inadequate in protecting against sophisticated threats like these. However, specific steps can be taken to bolster your Linux system's defenses against advanced threats like this backdoor: Rigorous Code Review and Audit: Open-source contributions should undergo stringent code reviews and audits by multiple trusted reviewers to detect potentially malicious code insertions before being accepted into the project. This helps detect potentially unsafe additions before they're added to the project. Utilize Trusted Sources: Downloading software or updates from official repositories or trusted sources helps prevent backdoors from being introduced via compromised software. Introduce Intrusion Detection Systems (IDS): IDS are helpful tools for monitoring system and network activities for malicious or policy violations. Setting IDS to monitor SSH login processes or any modifications made without authorization may help detect similar backdoors on systems early. Educate and Train Team Members: It is of utmost importance to raise awareness and train team members about social engineering tactics, as this can foster a culture of skepticism and verification within project management and development teams. Maintain Software Updates from Trusted Sources: Applying updates regularly ensures that vulnerabilities or backdoors discovered in software are promptly patched, thus decreasing the exploitation window. Implement Advanced Security Measures: Implementing advanced security measures through behavioral analysis and Machine Learning techniques can assist in detecting anomalous system operations and potentially identify intrusion attempts that use sophisticated concealment methods. Our Final Thoughts: What Can We Learn from the xz Backdoor Incident? The xz backdoor incident underlines the critical need for increased vigilance, thoroughness, and innovation in cybersecurity practices. By employing a multilayered defense approach combining technological approaches with human insight to strengthen defenses against increasingly sophisticated and stealthy threats to Linux environments, Linux admins and users can improve their protection against advanced attacks that threaten digital domains. . The xz Linux backdoor threatens system integrity by exploiting vulnerabilities for unauthorized access. This analysis explores its functioning and defensive tactics.. Linux Backdoor, Code Review, Intrusion Detection, Cybersecurity Practices. . Brittany Day

Calendar%202 Jun 26, 2024 User Avatar Brittany Day Hacks/Cracks
209

Exploring Linux Software Packages for Quantum Computing Technologies

The intersection of Linux and quantum computing has become increasingly apparent, emphasizing the importance of Linux-based operating systems in developing and deploying quantum computing technologies. As quantum computing technology advances, there is a growing need for operating systems that can support quantum computing frameworks. . Linux has emerged as an ideal OS for quantum computing thanks to its robust security, customization, and compatibility. Let's explore Linux's central role in quantum computing advancements and notable Linux software packages for quantum computing. We'll begin by discussing quantum computing basics. What Is Quantum Computing? How Does it Differ from Regular Computing? Quantum computers are fundamentally different from classic computers. The classic computer chip relies on millions of transistors, either on or off. Quantum computers, however, use qubits in place of transistors. These qubits can be in several states simultaneously thanks to quantum mechanical principles such as superposition and entanglement. A qubit can be either in an on or off state or a combination. This allows for a wide range of processing possibilities. Quantum computers are excellent at solving some problems, but they won't replace classic computers. The Increasingly Vital Role of Linux in Quantum Computing Quantum computing is rapidly evolving, showcasing its potential to solve complex problems that are practically impossible for classical computers, thus sparking curiosity about the practical applications of quantum computing in various fields. For instance, major tech companies like Google and IBM have substantially invested in quantum computing. IBM makes their quantum computers available online, allowing anyone to learn about quantum computing and run workloads through quantum logic gates. Linux's increasing role in quantum computing has become increasingly apparent. Linux's open-source nature has enabled the development of operating systems that are both flexible and robust,making them inherently compatible with most quantum computing software and tools. As quantum computing technology becomes more affordable and accessible, Linux distributions must ensure integration with quantum computing processing units and peripherals, raising questions about the security implications of integrating quantum computing systems with Linux infrastructure. Linux's customizability, compatibility, open-source community, and security attributes suit quantum computing applications well. However, this raises questions about how Linux will adapt to the evolving security concerns and specialized drivers needed for quantum computing hardware. What Linux Software Packages Exist for Quantum Computing? Various software packages for Linux have been engineered specifically for quantum computing. Some of the most notable include: Qiskit: Qiskit , IBM's Python-based framework for quantum computing development, is a toolkit for circuit simulation and design. It is well-known and widely used because it is compatible with multiple Linux distributions. QuTiP: The Python software package " QuTiP " is short for "Quantum Toolbox Python." It allows simulations of quantum computing. QuTiP uses the NumPy NumPy library to simulate quantum computing systems. It works with Linux distributions and is often used in quantum optics and quantum information science. ProjectQ: ProjectQ is a Python-based quantum computing framework that simplifies the development of quantum algorithms and applications using APIs and abstractions. It is compatible with the majority of Linux distributions and supports a variety of quantum backends. Our Final Thoughts on Linux's Role in Quantum Computing It is increasingly critical to understand Linux's evolving role in quantum computing and its potential impact on Linux admins and infosec professionals globally. Thanks to its open-source roots, Linux is an ideal quantum computing OS due to its robust security, customization, and compatibility. Weexpect Linux to become an increasingly central part of Quantum computing advancements in the coming years. . Unix-based systems play a crucial role in machine learning, providing robust reliability and integrative capabilities for cutting-edge applications.. Linux Quantum Computing, Open Source Frameworks, Quantum Software Packages. . Brittany Day

Calendar%202 May 26, 2024 User Avatar Brittany Day Security Trends
209

Key Events in Open Source and Linux Ecosystem from 2023

Hi fellow Linux users! With 2023 recently behind us, I thought it would be fun to recall the most remarkable events in the Open Source ecosystem that shaped the year. 2023 was quite an eventful year in the realm of open-source security, so now is the perfect time to share the highlights. . Moments That Marked the Open-Source & Linux World in 2023 Here are the moments and events that stood out to me in 2023 as a Linux user and Open Source enthusiast: After three decades, Linux finally hit a three percent market share. RedHat restricted access to its Red Hat Enterprise Linux source code. Ubuntu bid farewell to Flatpak support. Flathub reached one billion downloads - and counting! Linux LTS kernels moved to a two-year support period. Prominent Linux distributions and open-source projects announced their plans to transition from Xorg to Wayland in 2024. Raspberry Pi 5 promises to be a game changer in the coming year. Ubuntu debuted the Flutter-based App Store. Reflecting Together Which of these 2023 events was the most notable, in your opinion? Is there another you would add to this list? What predictions do you have for open-source security in 2024? Connect with us on X @lnxsec - we'd love to discuss this with you! Stay up-to-date on the latest Linux security events and trends impacting you by subscribing to our weekly Linux Security Week newsletter. Stay safe out there, friends! . The year 2023 witnessed pivotal developments within the Open Source realm, fostering advancements in safety, teamwork, and diversity.. Open Source Highlights, Linux Events 2023, Security Trends, Community Developments, Distributions Overview. . Brittany Day

Calendar%202 Jan 07, 2024 User Avatar Brittany Day Security Trends
210

Polkit CVE-2021-4034 Critical Level: Escalation Threat Overview

Here's everything you need to know about the CVE-2021-4034 Polkit privilege escalation vulnerability in the Linux kernel. . Linux is widely known as a highly secure operating system. However, like any other system software, it too can fall prey to loopholes and exploits, the worst of which are privilege escalation vulnerabilities that allow an adversary to elevate their permissions and potentially take over an entire organization. Polkit CVE-2021-4034 is a critical privilege escalation vulnerability that has gone unnoticed for over 12 years and affects all major Linux distributions. It is so devastating that a criticality rating of 8 was issued to the vulnerability. So, what exactly is Polkit CVE-2021-4034, and how can you fix it? Polkit privilege escalation vulnerability weaponizes pkexec , an executable part of the PolicyKit component of Linux. pkexec is an executable that allows a user to execute commands as another user. The pkexec source code had loopholes that anyone could exploit to gain maximum privileges on a Linux system, i.e., become the root user. This bug has been termed "Pwnkit" and is being tracked as CVE-2021-4034. . CVE-2021-4034 highlights a major vulnerability in Polkit, which manages Linux privileges. Learn how this flaw can be exploited and discover ways to mitigate this risk. polkit security, privilege escalation, linux vulnerabilities, threat mitigation, critical linux vulnerabilities. . Brittany Day

Calendar%202 Jan 02, 2023 User Avatar Brittany Day Security Vulnerabilities
209

Strategizing For Enterprise Linux: Key Insights and Distribution Choices

From robust security to high levels of flexibility, Linux offers businesses an array of attractive benefits. Here's what you need to know in a nutshell about the modern enterprise Linux landscape. . Whether you are welcoming CentOS Stream or looking for alternatives, the recent decision from the CentOS community to focus on CentOS Stream has forced a lot of technical leaders to rethink their Enterprise Linux strategy. Beneath that decision, the business landscape involving Linux has shifted and expanded since its enterprise debut in the late 90s, when IBM would invest $1 billion in its development. Today, Linux comes in every shape and size imaginable — with the kernel running on tiny low power computers and IoT devices, mobile phones, tablets, laptops all the way up to midrange and high-power mainframe servers. Cutting through that expansive selection to understand which Linux distributions truly align with the needs of a business can lead to more frictionless deployments and successful execution while minimizing waste in maintenance cycles and optimizing overall cost. . Examine vital trends in the changing enterprise Linux ecosystem and discover how to select the optimal distribution for your organization.. Enterprise Linux, Business Strategy, Robust Security, CentOS Alternatives. . Brittany Day

Calendar%202 May 19, 2021 User Avatar Brittany Day Security Trends
77

Crucial Steps to Ensure Security in Linux Operating Systems

There's no dearth of Linux distributions to choose from. With so many to choose from, one might think it's as easy as picking up the Linux kernel, throwing in a few applications, setting up respositories, making ISOs and you've got a shiny new Linux distro. Well, there's more to a Linux distro than assembling applications and making sure everything works. A lot of time and effort, at least for major distros, is spent on making the distribution secure and getting updates out in a timely fashion. To start with, all major distributions have security teams that collaborate with the main release team to ensure no vulnerable packages make their way into the final release. For example, Chris Gianelloni, release engineering strategic lead of Gentoo says that the release engineering team works with Gentoo's security team and individual architecture teams to make sure Gentoo doesn't have security vulnerabilities when Gentoo is released. . The link for this article located at Linux.com is no longer available. . The link for this article located at Linux.com is no longer available.. choose, there's, dearth, linux, distributions, might. . LinuxSecurity.com Team

Calendar%202 Dec 08, 2006 User Avatar LinuxSecurity.com Team Server Security
79

Debian, Red Hat, SUSE Address Concerns Over Forrester Linux Security Report

GNU/Linux vendors Debian, Mandrake, Red Hat, and SUSE have joined together to give a common statement about the Forrester report entitled "Is Linux more Secure than Windows?". Despite the report's claim to incorporate a qualitative assessment of vendor reactions to serious vulnerabilities, it treats all vulnerabilities as equal, regardless of their risk to users. . . .. GNU/Linux vendors Debian, Mandrake, Red Hat, and SUSE have joined together to give a common statement about the Forrester report entitled "Is Linux more Secure than Windows?". Despite the report's claim to incorporate a qualitative assessment of vendor reactions to serious vulnerabilities, it treats all vulnerabilities as equal, regardless of their risk to users. As a result, the conclusions drawn by Forrester have extremely limited real-world value for customers assessing the practical issue of how quickly serious vulnerabilities get fixed. The link for this article located at Debian.org is no longer available. . Linux distributors have collaborated to tackle issues identified in the Forrester analysis concerning Linux system safety.. Linux Security, Vendor Perspectives, Security Evaluation. . LinuxSecurity.com Team

Calendar%202 Apr 07, 2004 User Avatar LinuxSecurity.com Team Security Projects
77

Assessing Risks in Linux Security and Privilege Escalation Issues

Guardian Digital's EnGarde Secure Linux in the news. "Many of the programs included in Linux distros have programming errors that lead to things like privilege escalation, whereby a common user tricks a program into thinking it has more privileges than it does, says Guardian Digital CEO Dave Wreski.. . .. Guardian Digital's EnGarde Secure Linux in the news. "Many of the programs included in Linux distros have programming errors that lead to things like privilege escalation, whereby a common user tricks a program into thinking it has more privileges than it does, says Guardian Digital CEO Dave Wreski. It is not enough for an operating system to be low cost, reliable and capable of handling mission-critical applications. At some point in every OS's cycle of life, the question comes down to security and safety. Ever since the entry of Linux into mainstream business computing, security gurus have been trying to measure its vulnerability to security breaches and attacks. They have even gone so far as to count the number of security alerts issued by Linux distributors to see how the numbers compare with those issued by Microsoft (Nasdaq: MSFT) for Windows servers. A definitive answered has eluded the experts, but that has not prevented them from taking sides in what usually devolves into a religious war over open-source versus closed-source operating systems. . Explore the security obstacles in Linux as well as coding mistakes that can result in unauthorized privilege elevation across various distributions.. Linux Security, Open Source Risks, Privilege Escalation. . LinuxSecurity.com Team

Calendar%202 Jun 11, 2003 User Avatar LinuxSecurity.com Team Server Security
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

Should Linux servers automatically install security updates?

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/157-should-linux-servers-automatically-install-security-updates?task=poll.vote&format=json
157
radio
0
[{"id":506,"title":"Yes \u2014 critical security patches should install automatically.","votes":0,"type":"x","order":1,"pct":0,"resources":[]},{"id":507,"title":"No \u2014 every update should be tested before deployment.","votes":0,"type":"x","order":2,"pct":0,"resources":[]},{"id":508,"title":"Only critical vulnerabilities should auto-install.","votes":0,"type":"x","order":3,"pct":0,"resources":[]},{"id":509,"title":"I patch when Reddit starts panicking.","votes":0,"type":"x","order":4,"pct":0,"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