You are here

LinuxSecurity.com

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

eBPF Security Research Misses eBPF’s Own Attack Surface

Hën, 31/08/2026 - 10:30md
An eBPF security system can produce precise Linux telemetry while leaving a harder question unanswered: what happens if the eBPF layer itself is misconfigured, vulnerable, or trusted too broadly?

Linux CPU Hotplug Exposes Regmap IRQ Use-After-Free Path

Hën, 31/08/2026 - 10:12md
Linux interrupt maintainer Thomas Gleixner traced a Kernel Address Sanitizer report to incomplete regmap IRQ cleanup on Aug 30, 2026. The crash appeared while Linux was taking a CPU offline, but the stale pointer was created earlier when a device’s interrupt setup failed.

Linux GPU Security Issue: DRM Patch Addresses Cross-Driver Fence UAF Reads

Hën, 31/08/2026 - 10:00md
Jonghyuk Kim submitted a Linux Direct Rendering Manager scheduler patch series on Aug 28, 2026 that targets a use-after-free read shared by several GPU drivers. The proposed change caches a fence’s timeline name while its scheduler is still alive.

KubeCap Finds Excess Linux Capabilities in Kubernetes Workloads

Pre, 28/08/2026 - 9:45md
A Kubernetes workload can run with more Linux capabilities than its code needs. When capability settings are missing or broad, that excess authority may remain invisible because the application still works.

Linux Kernel 7.1-rc5 Tracing Reader Use-After-Free Bug Discovery

Pre, 28/08/2026 - 9:15md
Removing a Linux trace instance should end its lifetime. An open tracefs reader can currently keep using that instance after another task removes it, creating a kernel use-after-free path in the tracing subsystem.

eBPF Security Research Adds State-Aware Syscall Filtering

Pre, 28/08/2026 - 9:05md
A Linux service may need broad system-call access while it starts, then only a smaller set while it handles requests. A single policy loaded before startup often has to keep every required call available for the service's entire lifetime.

Linux Patching Best Practices: Designing a Patch Validation Workflow

Enj, 27/08/2026 - 10:35md
Patch work often gets declared finished at the package manager. The update installs, version inventory changes, the service restarts, and the ticket begins moving toward closed. That sequence is clean. Production rarely is.

Linux Kernel Vulnerability News: Linux Security Roundup

Enj, 27/08/2026 - 4:03md
Linux kernel vulnerability news dominated the security updates published from August 20 through August 27. Ubuntu, Debian, Fedora, Mageia, Oracle Linux, Rocky Linux, SUSE, and openSUSE released fixes for standard kernels, cloud kernels, real-time kernels, hardware-specific builds, and live-patch streams.

AppArmor Credential Fix Prevents In-Hook Use-After-Free Risk

Enj, 27/08/2026 - 2:36md
A Linux security hook should be able to check a task without invalidating the identity data that surrounding kernel code is still using. AppArmor broke that expectation when a policy update made the task's current label stale: code inside widely used hooks could replace the task's credentials before the caller had finished with them.

NFS Client Cleanup Fix Removes Orphaned rpc_pipefs Files

Enj, 27/08/2026 - 2:23md
Linus Torvalds merged a Linux NFS client update on Aug 26, 2026, that includes a fix for rpc_pipefs files left attached to an RPC client after the client object was freed. Opening one of those leftover files could trigger a kernel use-after-free.

IPMI Security Patch Restores a Lost Linux RCU Grace Period

Enj, 27/08/2026 - 9:10pd
The Linux IPMI maintainer accepted a patch on Aug 26, 2026 that restores an RCU grace period before command-receiver objects are freed. The one-line change addresses a use-after-free condition in the kernel's Intelligent Platform Management Interface message handler.

Linux Uevent Leak Exposes Freed Memory in Synaptics RMI4

Enj, 27/08/2026 - 8:41pd
A Linux uevent can carry bytes from freed kernel memory when one object survives longer than the allocation behind its name. A new Synaptics RMI4 patch demonstrates that path during device removal and a probe failure.

Linux Software Supply Chain & Security Workflows

Mër, 26/08/2026 - 5:44md
A Linux system can be hardened, monitored, and carefully administered while still receiving untrusted code through a package, dependency, container image, build runner, or deployment pipeline. The risk often begins before the software reaches the host.

Linux Incident Response & Recovery

Mër, 26/08/2026 - 5:38md
An alert suggests that a Linux server may be compromised. The first impulse is often to reboot it, stop a process, delete a suspicious file, or patch the visible weakness. During Linux incident response, those actions can erase the evidence needed to determine what happened and whether the attacker reached anything else.

Linux dm-integrity Patch Targets Writeback Checksum Mismatches

Mër, 26/08/2026 - 12:30pd
A Linux dm-integrity patch posted on Aug 24, 2026 targets a writeback race that can leave stored data with the wrong integrity tag after a crash. Chen Cheng proposed requiring stable writes when dm-integrity generates internal hashes in direct, bitmap, or inline mode.

Linux RDS Bug Lets an RDMA Peer Overrun Kernel Path Storage

Mër, 26/08/2026 - 12:15pd
Linux RDS can accept a path count that is larger than the storage allocated for an InfiniBand connection. A peer on the same Remote Direct Memory Access, or RDMA, fabric can then make receive-side kernel code walk beyond that allocation, producing an out-of-bounds write and a system crash.

Linux Hardening, Architecture & Isolation

Mar, 25/08/2026 - 3:47md
Linux hardening is not the act of enabling every restrictive setting a distribution provides. It is the work of reducing unnecessary exposure, limiting what users and processes can do, separating workloads, and confirming that those controls remain effective as the system changes.