Audit Linux privileges now to limit compromise, escalation, and system-wide damage. Review Linux Privileges×

Alerts This Week
Warning Icon 1 466
Alerts This Week
Warning Icon 1 466

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":2,"type":"x","order":2,"pct":66.67,"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":1,"type":"x","order":4,"pct":33.33,"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 44 articles for you...
210

Critical: CVE-2024-7344 affecting UEFI Secure Boot on Linux Systems

A significant security vulnerability, CVE-2024-7344 , has recently been identified , posing a serious risk to Linux systems that leverage UEFI Secure Boot. This vulnerability allows attackers to bypass Secure Boot protections, thereby enabling the execution of untrusted code during the boot process. This kind of exploit can lead to the deployment of malicious UEFI bootkits , which are notoriously difficult to detect and can provide persistent and powerful control over affected systems. . The systems primarily at risk are those running specific recovery tools from several vendors, including Howyar Technologies, Greenware Technologies, Radix Technologies, SANFONG Inc., Wasay Software Technology, Computer Education System, and Signal Computer GmbH. The flaw arises from using a custom PE loader within these tools, which bypasses the secure UEFI functions LoadImage and StartImage, allowing for the execution of unsigned binaries. This vulnerability highlights the importance of meticulously securing the UEFI environment and maintaining diligent firmware and software updates. To help you better understand this threat and its potential impacts, let's explore the significance of flaws in UEFI Secure Boot and the immediate actions you can take to secure your systems against them. Understanding The Gravity of This Recent UEFI Secure Boot Vulnerability UEFI Secure Boot simplified scheme (source: ESET) UEFI Secure Boot is a cornerstone of modern system security, designed to ensure that only trusted code is executed during the boot process. Secure Boot undermines the entire security model when compromised, exposing systems to potential threats. Malicious actors can insert rootkits or bootkits to gain control of an operating system from its inception, evading detection by most traditional security measures. The CVE-2024-7344 vulnerability exploits a specific weakness in certain UEFI applications signed by a third-party UEFI certificate. This particular certificate is widely trusted by manysystems, which further increases the risk as the compromised binaries can be executed despite Secure Boot being enabled. Practical Mitigation Actions for Admins The emergence of CVE-2024-7344 requires immediate and decisive action. The first step is to ensure that all systems are up-to-date with the latest firmware patches provided by OEM vendors. Other effective protection measures include: Securing UEFI Settings Securing UEFI settings involves more than just enabling Secure Boot . Administrators should review and enforce strict signature validations to ensure that only legitimate, signed binaries can load. This includes thoroughly assessing the signatures the UEFI boot database accepts and ensuring that any revoked certificates are effectively blocked. Disabling third-party UEFI certificates, when unnecessary, can also add a layer of security. Monitoring UEFI Certificates and Regular Audits Monitoring and auditing the UEFI boot database for trusted and forbidden certificates and PE hashes is crucial. This proactive approach helps ensure that revoked certificates associated with known vulnerabilities, such as those involved in CVE-2024-7344, are present and enforced, preventing compromised binaries from executing. Conducting routine audits using reliable tools to verify the integrity of the UEFI firmware and configurations can help identify any unauthorized changes or potential threats at an early stage. Administrators can significantly mitigate the risk of more severe security breaches by detecting discrepancies before they can be exploited. Patching Vulnerable Software Another critical step is ensuring that all firmware and software are updated to versions that address this vulnerability. Vendors have released specific patches and updates for the affected UEFI recovery tools. Administrators must confirm that their systems are running these patched versions to avoid exposure to the exploit. Using updated Linux shims that comply with secure boot policies and are signed bylegitimate sources is also essential. This ensures that your system boots securely and that only trusted components can execute during the boot sequence. Educating and Communicating with Your Team Educating your team on the nature and steps necessary to mitigate vulnerabilities is as critical as technical measures. A well-informed and vigilant team can strengthen an organization's security posture. Regular training sessions and updates regarding potential threats and best practices will enable your team to respond quickly to security challenges. Communication is also of utmost importance. Keeping all staff updated about security patches , configuration changes, and audit results will give everyone an improved understanding and approach when handling security issues together. The Future of UEFI Security The importance of UEFI Secure Boot in maintaining system integrity cannot be overemphasized. Vulnerabilities like CVE-2024-7344 remind us that cyber threats remain ever-present and must be closely monitored. Taking robust security measures while staying informed of threats is imperative for Linux security admins managing critical systems. Securing UEFI Secure Boot requires technical solutions and increased awareness of possible vulnerabilities. By building strong defenses such as stricter signature validations, regular updates, education, and communication initiatives, stronger safeguards can help mitigate current risks and prepare for potential future ones. Our Final Thoughts on Fortifying UEFI Secure Boot The CVE-2024-7344 vulnerability is a crucial reminder of the importance of robust security practices when managing UEFI Secure Boot. Linux security administrators must take swift and decisive action to update systems, tighten security settings, and remain vigilant for potential threats to address this vulnerability effectively and implement comprehensive strategies against emerging threats. . Mitigate CVE-2024-7344 and protect UEFI boot integrity with firmware updates, secureboot configurations, access controls, and more strategies to enhance security. UEFI Security, CVE 2024, Secure Boot Integrity, Linux System Protection. . Brittany Day

Calendar%202 Jan 17, 2025 User Avatar Brittany Day Security Vulnerabilities
210

Ubuntu: Security Advisory on Apache2 Issues - Code Injection & DoS

The Ubuntu security team has recently discovered and addressed multiple vulnerabilities in the Apache HTTP Server (apache2) impacting versions through 2.4.59. These vulnerabilities could potentially disrupt the server and inject malicious code. . Let's explore the implications of these vulnerabilities, their impact on admins and security practitioners, and measures you can take to secure your systems against them. What Vulnerabilities Have Been Discovered in the Apache HTTP Server? Recent vulnerabilities in apache2 include CVE-2023-38709 and CVE-2024-24795 , which involve the mishandling of inputs and the potential to inject malicious code. Another vulnerability, CVE-2024-27316 , affects the Apache HTTP Server's HTTP/2 module and could lead to denial-of-service attacks by overwhelming the server with endless data streams. CVE-2023-31122 , a flaw in the mod_macro module's memory management, also allows remote attackers to crash the server, resulting in a denial-of-service attack. It is essential to promptly update systems with the latest Apache2 versions to mitigate these vulnerabilities. In a broader sense, these issues raise questions about software vendors' responsibilities in addressing vulnerabilities in older software versions and potential financial barriers that users may face when accessing critical security updates. These bugs may disproportionately impact budget-conscious organizations and those relying on EOL systems for extended periods. While patching and staying updated with the latest security fixes is essential, organizations must balance the need for timely updates with potential disruptions caused by patching. Admins must constantly navigate maintaining a secure infrastructure while minimizing downtime for critical services. The implications of these vulnerabilities extend beyond Ubuntu systems, as Apache HTTP Server is widely used across different platforms. These flaws serve as a reminder of the importance of ongoing monitoring and vulnerability management, as new vulnerabilities can arise even in well-established and widely used software like apache2. Our Final Thoughts on These Apache2 Bugs The significant vulnerabilities recently identified in the Apache HTTP Server underscore the need for prompt updates and patching. Balancing the need for security updates with potential disruptions caused by patching is crucial. As Linux vulnerabilities continue to become increasingly prevalent , these apache2 flaws serve as a reminder to admins that continuously assessing and mitigating risks in their Linux and open-source environments has never been more critical. . The Apache HTTP Server has critical vulnerabilities in its recent versions, mainly affecting Ubuntu, which can lead to severe security issues and unauthorized access. Apache HTTP Server, Ubuntu Security Update, Server Flaws, Vulnerability Management. . Brittany Day

Calendar%202 Jun 13, 2024 User Avatar Brittany Day Security Vulnerabilities
215

GNOME: CVE-2023-43641 Critical: Remote Code Execution Risk

A memory corruption vulnerability in the open-source libcue library can let attackers execute arbitrary code on Linux systems running the GNOME desktop environment. . libcue, a library designed for parsing cue sheet files, is integrated into the Tracker Miners file metadata indexer, which is included by default in the latest GNOME versions. Cue sheets (or CUE files) are plain text files containing the layout of audio tracks on a CD, such as length, name of song, and musician, and are also typically paired with the FLAC audio file format. GNOME is a widely used desktop environment across various Linux distributions such as Debian, Ubuntu, Fedora, Red Hat Enterprise, and SUSE Linux Enterprise. Attackers can successfully exploit the flaw in question (CVE-2023-43641) to execute malicious code by taking advantage of Tracker Miners automatically indexing all downloaded files to update the search index on GNOME Linux devices. . A flaw in libcue related to memory management permits malicious actors to execute unauthorized code on GNOME Linux platforms through the downloading of compromised files.. GNOME Linux,Runtimes,Execution Attacks. . Brittany Day

Calendar%202 Oct 09, 2023 User Avatar Brittany Day Desktop Security
209

Risk of AI Hallucinations in Open Source Security Threatens Enterprises

Researchers at an Israeli security firm on Tuesday revealed how hackers could turn a generative AI’s “hallucinations” into a nightmare for an organization’s software supply chain. . In a blog post on the Vulcan Cyber website, researchers Bar Lanyado, Ortel Keizman, and Yair Divinsky illustrated how one could exploit false information generated by ChatGPT about open-source software packages to deliver malicious code into a development environment. They explained that they’ve seen ChatGPT generate URLs, references, and even code libraries and functions that do not actually exist. If ChatGPT is fabricating code libraries or packages, attackers could use these hallucinations to spread malicious packages without using suspicious and already detectable techniques like typosquatting or masquerading, they noted. . Analysts revealed the potential for AI-generated delusions to take advantage of vulnerabilities in public software and threaten corporate safety.. Enterprise Security, AI Exploitation, Software Supply Chain, Malicious Code, Open Source Risks. . Brittany Day

Calendar%202 Jun 13, 2023 User Avatar Brittany Day Security Trends
210

Linux Kernel Advisory: Critical Malicious Code Execution Threats

A security investigator has discovered three new code execution flaws in the Linux kernel that might be exploited by a local or external adversary to take control of the vulnerable computers and run arbitrary code. . The roccat_report_event function in drivers/hid/hid-roccat.c has a use-after-free vulnerability identified as CVE-2022-41850 (CVSS score: 8.4). A local attacker might exploit this flaw to run malicious script on the system by submitting a report while copying a report-> value . Patch has be released to addresses the Linux Kernel 5.19.12 vulnerability CVE-2022-41850. . Uncover three vital vulnerabilities in the Linux kernel that may permit attackers to execute harmful code, potentially enabling them to seize control over compromised systems.. Linux Kernel,Critical Flaws,Code Execution,Malicious Code,Security Advisory. . Brittany Day

Calendar%202 Oct 09, 2022 User Avatar Brittany Day Security Vulnerabilities
210

LibreOffice & OpenOffice: CVE-2021-41832 Moderate Document Spoofing Threat

LibreOffice and OpenOffice have pushed updates to address a vulnerability that makes it possible for an attacker to manipulate documents to appear as signed by a trusted source. "Allowing anyone to sign macro-ridden documents themselves, and make them appear as trustworthy, is an excellent way to trick users into running malicious code." . Although the severity of the flaw is classified as moderate, the implications could be dire. The digital signatures used in document macros are meant to help the user verify that the document hasn’t been altered and can be trusted. The discovery of the flaw, which is tracked as CVE-2021-41832 for OpenOffice, was the work of four researchers at the Ruhr University Bochum. The same flaw impacts LibreOffice, which is a fork of OpenOffice spawned from the main project over a decade ago, and for their project is tracked as CVE-2021-25635. . A serious vulnerability in LibreOffice and OpenOffice allows malicious actors to forge signatures on documents, putting user security at risk. Take precautions immediately!. LibreOffice Vulnerability, OpenOffice Flaw, Document Security. . Brittany Day

Calendar%202 Oct 12, 2021 User Avatar Brittany Day Security Vulnerabilities
210

Dnsmasq Advisory: Critical Threat To IoT Devices And Routers

Security researchers have discovered a set of seven vulnerabilities in dnsmasq - a utility used in many Linux-based systems, especially routers and other IoT devices, to provide DNS services - which allow attackers to redirect users or execute malicious code. This dangerous set of flaws has been named DNSpooq. Patch dnsmasq now! . Security researchers have found several serious vulnerabilities in dnsmasq, a utility used in many Linux-based systems, especially routers and other IoT devices, to provide DNS services. Attackers can exploit the flaws to redirect users to rogue websites when trying to access legitimate ones or to execute malicious code on vulnerable devices. Dnsmasq is a lightweight tool that provides DNS caching, DNS forwarding and DHCP (Dynamic Host Configuration Protocol) services. The utility has been around for around 20 years and is part of the standard set of tools in many Linux distributions, including Android. As a utility that provides network services, dnsmasq is widely used in networking devices such as home business routers but is also present in many other types of embedded and IoT systems including firewalls, VoIP phones and car WiFi systems. . Critical flaws in dnsmasq place countless Linux devices at risk of exploitation. Take immediate action to protect your infrastructure!. Dnsmasq Security, IoT Device Threats, Linux Networking Flaws, DNS Services Exploitation. . Brittany Day

Calendar%202 Jan 19, 2021 User Avatar Brittany Day Security Vulnerabilities
210

Three Malicious Npm Packages Open Shells On Linux And Windows Systems

Three malicious npm JavaScript packages have been found opening shells on Linux and Windows systems. According to npm staff: "Any computer that has this package installed or running should be considered fully compromised." . Three JavaScript packages have been removed from the npm portal on Thursday for containing malicious code. According to advisories from the npm security team, the three JavaScript libraries opened shells on the computers of developers who imported the packages into their projects. The shells, a technical term used by cyber-security researchers, allowed threat actors to connect remotely to the infected computer and execute malicious operations. The npm security team said the shells could work on both Windows and *nix operating systems, such as Linux, FreeBSD, OpenBSD, and others. . On Thursday, a trio of JavaScript packages was taken down from the npm repository due to the discovery of harmful shell access vulnerabilities.. Malicious Npm Packages, JavaScript Security Risks, Shell Exploits, Remote Access Threats. . Brittany Day

Calendar%202 Oct 19, 2020 User Avatar Brittany Day Security Vulnerabilities
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":2,"type":"x","order":2,"pct":66.67,"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":1,"type":"x","order":4,"pct":33.33,"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