You are here

LinuxSecurity.com

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

BPF Congestion Control Exposed Two Linux TCP Use-After-Free Paths

Hën, 24/08/2026 - 2:34md
A Linux TCP query can touch congestion-control memory after a concurrent BPF update has freed it. Two new use-after-free reports show how an ordinary read path inherited a lifetime assumption that no longer holds when BPF makes congestion-control objects dynamically replaceable.

eBPF Security Patch Expands Link Checks Across Cgroup and LSM Hooks

Hën, 24/08/2026 - 2:30md
A Linux BPF patch posted on August 21, 2026, expands validation for program replacement across cgroup and Linux Security Module hooks. Version 3 addresses cases where two programs share a broad type but expect different runtime contexts or return rules.

Linux 7.3 Development Changes IMA Measured Boot Evidence and TPM Timing

Hën, 24/08/2026 - 2:22md
Code merged for the Linux 7.3 development cycle changes the measured boot evidence produced by the Integrity Measurement Architecture, or IMA. The kernel now records the raw policy rules that decide what the system measures, closing a gap that could leave remote verifiers without a complete picture of how the evidence was created.

eBPF Security Is Moving Beyond the Kernel Verifier

Sht, 22/08/2026 - 2:05pd
eBPF security is often summarized in one sentence: Linux loads an eBPF program only after the kernel verifier accepts it under the safety checks the verifier performs. That description is useful, but it covers only one part of a larger system.

Kata Containers Flaw Weakens Container Security With Host-Chosen Mounts

Sht, 22/08/2026 - 1:40pd
A flaw in Kata Containers weakened container security in some Confidential Containers deployments. It allowed a malicious host operator to make the protected guest use attacker-chosen files or content at approved mount locations.

KVM’s TDX Control-Plane Blind Spot: When “Enabled” Does Not Mean Enforced

Sht, 22/08/2026 - 12:50pd
Recent KVM work exposed a gap between what Linux says a TDX protection supports and what the TDX-specific code actually enforces.

Linux ShieldZFS Adds Freshness Proofs for Confidential Computing

Pre, 21/08/2026 - 7:32md
Confidential computing can protect sensitive workloads even when the cloud host cannot be fully trusted. Confidential virtual machines can shield memory and CPU state from the hypervisor. Disk encryption can also stop the host from reading stored data. But how does the virtual machine know the disk state it received is the newest?

Ad Blockers for Linux Browsers in 2026: Privacy, Performance, and Security Considerations

Enj, 20/08/2026 - 8:40md
A good ad blocker is one of those browser additions you stop noticing once it’s working. Pages settle down. Autoplay boxes disappear. News sites stop shifting under your cursor while three ad slots load. On a slower laptop, the difference can be surprisingly obvious. But “blocks ads” isn’t a useful buying criterion anymore. Plenty of extensions do that.

Linux Security Monitoring, Logging & Detection

Enj, 20/08/2026 - 5:32md
Linux security monitoring is useful only when it helps a team explain what happened. Collecting more events does not automatically provide better visibility, especially when nobody knows which records matter, how long they should be retained, or what the evidence can actually prove.

XNET Uses XDP Traffic Sampling to Preserve Suricata Visibility at 100 Gbps

Enj, 20/08/2026 - 5:25md
During a live academic-network deployment, the Linux traffic-sampling system cut the stream sent to the sensor by 78 to 84 percent. In a separate test, it preserved 99.6 percent of baseline Suricata alerts.

Linux Kernel BPF Disassembler Out-of-Bounds Access Advisory Alert

Enj, 20/08/2026 - 5:21md
Linux kernel fuzzing service syzbot has reported an out-of-bounds array access in print_bpf_insn(), a routine used to turn BPF instructions into readable verifier output.

Linux Security Roundup: Kernel, Redis, and Server Updates to Review This Week

Enj, 20/08/2026 - 5:11md
This week’s Linux security updates affect cloud hosts, public servers, and services used across entire networks. Ubuntu, Debian, and Rocky Linux released important kernel fixes, while Redis and SPIP updates address flaws that could put internet-facing systems at risk.

Linux Identity, Privilege & Administrative Access

Mër, 19/08/2026 - 9:18md
Access to a Linux system involves several connected decisions. The system must determine who or what is requesting access, verify that identity, decide which resources it may use, and control whether it can gain additional privilege.

How to Recover Authentication Platforms After Cyberattacks in Linux Environments

Mër, 19/08/2026 - 2:30pd
When an authentication platform goes down, downstream applications go with it. Employees can't sign in, customers get locked out, and scheduled jobs quietly fail.

New Linux eBPF IDS Uses XDP to Block Network Attacks in Real Time

Mar, 18/08/2026 - 4:25md
Researchers published a new Linux intrusion-detection architecture on Monday that handles network-flow analysis using XDP and eBPF. By shifting the workload closer to the metal, the system can examine suspicious traffic and potentially drop it near the very beginning of Linux's packet-processing path.

Linux Security Foundations & Operations

Mar, 18/08/2026 - 3:17md
A sustainable Linux security program depends on more than individual hardening settings, scanners, and monitoring tools. Those controls matter, but they only remain useful when teams understand what they operate, define what secure behavior should look like, assign responsibility, and revisit their assumptions as systems change.