You are here

LinuxSecurity.com

Subscribe to Feed LinuxSecurity.com
The central voice for Linux and Open Source security news.
Përditësimi: 9 orë 41 min më parë

Email Spoofing Techniques That Bypass Human Detection

Sht, 25/07/2026 - 9:20md
You've probably trained your team to look for red flags. Odd sender names, urgent language, mismatched links. But a well-crafted spoofed email won't trip any of those wires. It looks legitimate, sounds legitimate, and often comes from a domain that passes every automated check you throw at it.

Kubernetes Storage Flaws Expose a Dangerous Security Blind Spot

Pre, 24/07/2026 - 3:17md
Two newly fixed storage bugs in Kubernetes showed more than just a problem with path traversal. They found a common security flaw in the cloud: powerful parts often think that requests accepted by a higher system are safe to run. This is a simple lesson for the platform and security teams: RBAC can accept a request without showing that its parameters will stay within a certain filesystem boundary. This is clear from a new study from SentinelLabs into flaws in the Kubernetes CSI drivers for NF...

Linux Logging Strategies for Maximizing Security Visibility

Enj, 23/07/2026 - 5:36md
A Linux server can be fully patched, hardened, and compliant, yet still leave investigators unable to explain how an attacker got in. Without reliable Linux logging, even a well-secured system can become impossible to investigate.

Mak’s Weekly Security Roundup: Linux Security Updates, Priorities, and Risk

Enj, 23/07/2026 - 5:25md
A large volume of Linux security updates and advisories this week across major distributions once again, but it wasn't just the volume that was the story. Where maintainers and security teams focused their attention was evident in the concentration of fixes targeting Linux kernel updates, identity services, DNS infrastructure, and internet-facing software.

CISA KEV vs. NVD: How Linux Teams Should Prioritize Vulnerabilities That Actually Matter

Enj, 23/07/2026 - 2:25pd
Most Linux teams don't struggle to find vulnerabilities anymore. They struggle to decide which ones deserve attention first. Between daily scanner results, vendor advisories, and hundreds of new CVEs each month, the challenge isn't visibility—it's prioritization.

GNOME Cuts Vulnerability Disclosure Window to 30 Days

Mar, 21/07/2026 - 5:19md
GNOME is officially shortening its standard vulnerability disclosure window from 90 days to 30 days, a change that impacts upstream maintainers, downstream Linux distributions, and system administrators in how they handle software vulnerabilities. The policy shift, announced by long-time security coordinator Michael Catanzaro, addresses modern software patching realities and a growing influx of automated submissions.

How to Investigate Unexpected Outbound Connections on Linux

Mar, 21/07/2026 - 5:09md
Imagine logging into a production Linux server for routine maintenance and noticing background network activity connecting to an unfamiliar external IP address. Your endpoint protection agent is not popping up with an alert, there is no service failure, and on the surface, the system appears to be running normally.

Gitea 1.27 Delivers 45 Security Fixes for Self-Hosted Git Servers

Hën, 20/07/2026 - 5:38md
For organizations that run a self-hosted Git platform, it’s no longer just about hosting static code repositories. Today, Git servers are responsible for deployment pipelines, API tokens, SSH keys, package repositories, and the automation scripts that push code directly. Confirm that the upgrade addresses known vulnerabilities but also provides production environments. 

How to Apply the Principle of Least Privilege in Modern Linux Environments

Hën, 20/07/2026 - 3:24md
We all spend a lot of time defending our systems from external threats, but the amount of damage an attacker can cause often depends on what happens after they get in. A single compromised account doesn't always lead to a major incident. The real danger begins when that account has far more access than it actually needs. That's exactly what the principle of least privilege is designed to prevent. By limiting users, services, and applications to only the permissions required for their jobs, yo...