Alerts This Week
Warning Icon 1 540
Alerts This Week
Warning Icon 1 540

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...
77

Linux 6.14 Security Advisory: Key Features and Performance Boosts

Linux 6.14 features razor-sharp prioritization of ironing out performance creases and hardening security. Linus Torvalds shipped this release somewhat later than usual, dryly blaming “extreme incompetence,” but it was well worth it. . This kernel release is packed with goodies aimed at security and performance. Ordinary Linux users who care about system performance will appreciate improvements in networking, storage, and CPU scheduling. Meanwhile, security-conscious folks get new tools to plug potential leaks. Below, we break down the highlights, from proxy server networking gains to under-the-hood optimizations and hardened defenses, so you know exactly what’s in store with Linux 6.14. Will Proxy Servers Have a Better Operational Environment? Absolutely. One of Linux 6.14’s key themes is improved kernel-level networking, which directly benefits linux proxy servers and other network-intensive applications. A standout change is adopting the RACK-TLP loss detection algorithm for TCP. In plain terms, RACK-TLP lets the kernel detect and recover from lost packets more efficiently than before, rather than waiting on multiple duplicate ACKs. The result is faster retransmissions and smoother throughput, lowering client latency. High-traffic proxy servers juggling thousands of connections should experience fewer hiccups and stalls due to these TCP optimizations. I know how important it is for both proxy server providers and end users, as the digital world often relies on third-party software to ensure widespread connectivity. Moreover, we know that in many cases, the proxy service can be great, but due to the operational environment, it may not work as smoothly as internet users expect. Connection handling also sees refinements. For example, Linux 6.14 reuses closed TCP connections (TIME_WAIT sockets) in a more deterministic and tunable way, which can improve stability when proxies rapidly open and close many short-lived connections. Other under-the-radar tweaks, likeimproved timestamp management in the network stack and new IP fragmentation techniques for IPsec, ensure that packets move through the system with minimal overhead. In short, proxy servers get a friendlier operational environment: the kernel can drive more bandwidth with less latency, keeping connections stable even under heavy load. Storage and Filesystems: Clearing I/O Bottlenecks Linux 6.14 tackles long-standing I/O bottlenecks across several layers of storage. On the filesystem front, Btrfs users gain a clever boost: new read-balancing for RAID1 setups. In a RAID1 configuration, the kernel can now distribute read operations between the two copies more effectively, yielding better throughput and flexibility across different hardware setups. This means systems using Btrfs with multiple disks will see faster read performance under load. Another pain point addressed is the overhead of user-space filesystems. The FUSE subsystem now supports an io_uring-based interface , drastically cutting down on context switches between kernel and user space for file operations. In practice, this optimization makes mounted network drives and fuse-based mounts (like SSHFS or NTFS-3G) feel much snappier, closer to native kernel filesystems. Additionally, Linux 6.14 introduces an “uncached buffered I/O” mode, which lets applications bypass the page cache on demand. Under the Hood: New Hardware Support and Efficiency Tweaks Staying current with hardware is a never-ending race, and Linux 6.14 doesn’t disappoint. This release supports several new chips and devices, ensuring the kernel is ready for next-gen workloads. A brand-new AMDXDNA driver provides official support for AMD’s on-die Ryzen AI neural processing units. In other words, if you have an upcoming AMD CPU with AI acceleration, Linux can tap into that hardware for machine learning tasks, boosting performance for neural networks and inference. On the CPU side, Linux 6.14 improves efficiency for AMD and Intel processors. The AMD P-Statedriver has been further extended to support dynamic preferred core ranking so that the system can dynamically pick the optimum CPU core at which to execute high-performance workloads. This feature adds further power management and throughput by directing workloads to the fastest (or coolest) cores under different scenarios. All these under-the-hood enhancements add up to a snappier experience, whether you’re on a desktop, a server, or even an Android device running Linux 6.14 as its core. We need another chapter to discuss the security aspect, but the new update has taken care of that aspect, too, which is crucial for Linux as a system with built-in security and great performance. Read-Balancing for RAID1 Linux 6.14 introduces new read-balancing feature targeting RAID1 users who utilize it for redundancy. It helps the system distribute read operations more evenly across mirror disks for better performance and data integrity. A good RAID1 configuration is essential in protecting against data loss and high availability for mission-critical systems. Enhanced IP Fragmentation Handling One of the impressive security aspects of Linux 6.14 is the enhanced IP fragmentation methods for IPsec VPNs. The methods make fragmented packets processed more efficiently and securely, reducing the likelihood of fragment-based attacks. IPsec-based VPNs have more secure communications tunnels that are more capable of handling large packets more effectively without affecting security. Implement Kernel-Level Hardening Measures Linux 6.14 brings with it improved isolation techniques that enhance its core hardening efforts. These include several new mechanisms designed to isolate and contain potential security threats, such as improved timestamp management and more deterministic TIME_WAIT socket handling, which lowers the risk of timing attacks and resource exhaustion on busy servers. Keep Learning about Linux Kernel Security and Updates With improved network security capabilities, such as improvedRACK-TLP algorithm implementation and IP fragmentation handling , Linux environments are now more resilient against packet loss and fragment-related attacks. Furthermore, kernel hardening measures , such as improved isolation techniques and read-balancing for RAID1, provide Linux administrators with the tools needed to maintain secure yet high-performing systems. Linux administrators and security professionals should take full advantage of Linux 6.14 to maximize existing infrastructure improvements and explore potential new implementations that leverage its advances. Administrators should follow these steps to derive maximum value from this latest release: 1. Evaluate Existing Systems : Review existing setups to identify where new kernel features can be applied, such as optimizing network configurations or increasing data redundancy mechanisms. 2. Strategize and Implement Upgrades : Create a strategic plan for upgrading to Linux 6.14, including conducting tests in a controlled environment to ensure compatibility and stability before fully deploying. 3. Enhance Security Practices : Use the new security features to strengthen defenses against emerging threats, whether that means reconfiguring IPsec VPNs or updating RAID configurations to take advantage of new read-balancing features. 4. Stay Engaged and Informed : Staying abreast of new developments and patches is made easier by joining Linux-specific forums and discussions in the community. This can provide invaluable insight while providing assistance with any transition issues that may arise during the transition. Linux Kernel 6.14 not only meets current challenges but also creates the conditions for future innovation in performance and security. By exploring its new features and participating in community conversations about them, administrators can ensure their systems remain safe, efficient, and at the forefront of technological development. . Linux 6.14 introduces significant upgrades aimed at boosting both efficiency and safety.Delve into crucial modifications for achieving superior system functionality.. Linux 6.14 updates, Kernel security enhancements, Performance improvements, Proxy optimization, Storage enhancements. . MaK Ulac

Calendar 2 Apr 10, 2025 User Avatar MaK Ulac Server Security
83

Linux Security: Bootkitty UEFI Bootkit Discovery and Protective Measures

New Linux security threats mark critical junctures that challenge existing policies and test security protocols to their limit. One such milestone was the recent discovery of Bootkitty , the first known UEFI bootkit explicitly designed to target Linux systems, unlike many of those targeting Windows systems in recent years. Bootkitty's appearance illustrates a crucial shift as its prevalence underscores an ever-increasing sophistication and diversity of threats facing Linux administrators and infosec professionals, signaling an urgent need for tailored defenses to protect these environments. . In this article, we'll help you understand Bootkitty on a deeper level by uncovering its inner workings - how it operates at a firmware level to bypass traditional security measures and its implications on cybersecurity across various industries. You'll gain practical strategies for fortifying your defenses against advanced and emerging threats like Bootkitty, including implementing stringent UEFI Secure Boot policies, regularly verifying firmware integrity checks, and employing endpoint protection solutions. We'll also touch on the importance of conducting regular security audits, implementing kernel hardening measures, and maintaining strict system monitoring and logging practices. By the end of this article, you'll have gained all of the skills and tools required to protect Linux systems against Bootkitty and similar sophisticated Linux security threats. Understanding This Discovery and Its Significance for Linux Security Source: ESET Bootkitty, an advanced UEFI bootkit discovered by ESET researchers, has underlined the constantly shifting nature of cyber threats aimed at Linux systems. Operating at firmware level without traditional security measures being applied makes detection and removal particularly challenging, underscoring the need for greater protection mechanisms designed specifically to guard against low-level threats like Bootkitty. Just recently, ESET identified a significantSecure Boot vulnerability, CVE-2024-7344 . This flaw allows attackers to bypass Secure Boot protections, enabling the execution of untrusted code during the boot process. This kind of exploit can lead to the deployment of malicious UEFI bootkits like Bootkitty. Let's examine how Bootkitty operates in more detail, examining three main areas that set it apart from other Linux security threats: Disabling Kernel Signature Verification Bootkitty's primary objective is to disable the kernel's signature verification feature. This crucial measure ensures that only authorized modules and changes are accepted during bootup. By disabling this authentication mechanism, Bootkitty allows unapproved or potentially harmful kernel modules to load during this process. Bootkitty uses Linux init processes to preload unknown ELF (Executable and Linkable Format) binaries before system startup occurs. In contrast, the Linux kernel executes init, allowing these binaries to load onto system memory. Unauthorized changes pose severe threats to system security that administrators must mitigate promptly. UEFI Secure Boot Bypass Bootkitty stands out among other malware because it can circumvent UEFI Secure Boot, designed to detect unsigned boot loaders and only execute signed software during boot-up. Yet, under certain conditions, this mechanism has been bypassed. Bootkitty checks the status of UEFI Secure Boot by inspecting its SecureBoot variable. If Secure Boot is activated, Bootkitty hooks two functions from UEFI authentication protocols into two functions from its functions set: EFI_SECURITY2_ARCH_PROTOCOL.FileAuthentication: This function validates UEFI PE images using Bootkitty and always returns EFI_SUCCESS as evidence of successful verification, irrespective of the actual file status. EFI_SECURITY_ARCH_PROTOCOL.FileAuthenticationState: This function applies a platform-specific policy based on authentication status. Bootkitty modifies this function to return the EFI_SUCCESS status. Bootkitty circumvents Secure Boot protections by altering these functions, permitting potentially malicious software to load even when Secure Boot is enabled. Proof of Concept Evidence Various indications suggest Bootkitty may only be intended as an early prototype and should not be widely deployed malware. Such indicators include undocumented functions within its code that allow for ASCII art printing or string manipulation. These functions have no practical use as stealthy malware but suggest experimentation from its author. Bootkitty further illustrates this point by using hardcoded offsets when patching decompressed Linux kernel images, restricting effectiveness to specific kernel versions and configurations. As a result, it increases system crashes and shows no indication of advanced deployment considerations typically found with more sophisticated malware. These characteristics suggest Bootkitty is more experimental, though its existence has signaled an emerging risk posed by UEFI bootkits to Linux admins and cybersecurity professionals. Practical Advice for Securing Linux Systems From UEFI Bootkits Administrators and infosec professionals can take several practical steps to secure Linux systems against UEFI bootkits, including strictly enforcing Secure Boot policies. These policies include enabling it, only using certificates issued from trusted authorities instead of self-signed certificates, which might not be reliable, and updating firmware frequently while verifying integrity regularly with tools that detect changes. Implementing advanced endpoint protection solutions with bootkit detection capabilities to protect the integrity of your system is also essential. Regular security audits and vulnerability assessments are vital to identify weaknesses early on and mitigate them quickly before they become severe. Furthermore, training staff on the latest threats and best practices for Linux security ensures they remain vigilant. Additionally, taking kernel hardening measureswill boost your defenses further. Methods like activating SELinux or AppArmor and employing integrity measurement architectures (IMA) can significantly decrease the attack surface. Regularly verifying boot loaders like GRUB for integrity and configuration is another essential step. Make backup copies to compare to known versions before running tests against backup copies to see which versions have changed significantly over time. Incorporating comprehensive system monitoring and logging techniques can assist with keeping an eye on critical events during the bootup process while quickly detecting suspicious activities occurring across your networks and systems. Our Final Thoughts on Enhancing Linux Security Measures Post-Bootkitty Bootkitty reminds us of the ever-evolving threat landscape posed by current and emerging malware and bootkits. Its presence emphasizes the need for Linux administrators and infosec professionals to implement effective defenses against UEFI bootkits using the measures outlined herein. Organizations can boost resilience against such attacks by adopting these proactive safeguards. . Investigate Bootkitty to comprehend its mechanisms and acquire tactics for fortifying Linux systems against UEFI vulnerabilities.. Bootkitty, UEFI bootkit, Linux security threats, Secure Boot, kernel hardening. . Brittany Day

Calendar 2 Jan 17, 2025 User Avatar Brittany Day Hacks/Cracks
79

Linux 6.7 Kernel Hardening Configuration For Improved Security

The hardening updates for the Linux 6.7 kernel bring a new hardening configuration profile to help build a security-hardened kernel with some sane defaults. . As part of the hardening updates merged this week for Linux 6.7, there is now a Kconfig fragment with some basic hardening options that get enabled. Running make hardening.config can be used for applying the hardening options that are recommended. These hardening options for the Linux kernel build amount to " a basic set of kernel hardening options that have the least (or no) performance impact and remove a reasonable set of legacy APIs." The link for this article located at Phoronix is no longer available. . Linux 6.7 improves system integrity by introducing advanced hardening settings that bolster security measures while optimizing overall efficiency.. Linux Kernel Hardening, Security Configuration, Kernel Updates. . LinuxSecurity.com Team

Calendar 2 Nov 05, 2023 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