LinuxSecurity.com

Syndikovat obsah
The central voice for Linux and Open Source security news.
Aktualizace: 7 min 48 sek zpět

Why DNS Attacks Can Outrun Linux Security Monitoring

3 Září, 2026 - 15:00
A Linux host intrusion prevention system can fail even when the protected server still has spare CPU. If its logging path cannot record and move events as quickly as an attacker creates them, the control loses the evidence it needs to block the source.
Kategorie: Hacking & Security

Linux Patch Addresses Network Code Bug That Reads Past Memory

3 Září, 2026 - 14:52
A Linux kernel patch series submitted on Sep 1, 2026, stops an out-of-service Logical Link Control socket from indexing below two connection-state tables. The bug produced Kernel Address Sanitizer and Undefined Behavior Sanitizer reports for a global out-of-bounds read.
Kategorie: Hacking & Security

Continuous Linux Security: Why a Hardening Checklist Is Not Enough

3 Září, 2026 - 14:39
A Linux server can be carefully hardened before it reaches production and still become less secure over time. Hardening means reducing unnecessary services, accounts, permissions, and other ways into the system. That work matters, but it describes the server at one point in time. Six months later, a new application may be installed, a firewall port opened for troubleshooting, an administrator given sudo access to run commands with elevated privileges, or a software update may have changed a c...
Kategorie: Hacking & Security

Why Patched Linux Servers Still Fail a Penetration Test

3 Září, 2026 - 01:55
A patched Linux server can still fail a penetration test because patch status cannot show whether an attack path remains open.
Kategorie: Hacking & Security

How to Prevent DNS Leaks and Secure Proxy Credentials on Linux Systems

3 Září, 2026 - 01:25
Using a proxy on Linux changes how web traffic reaches its destination, but it does not automatically protect every part of the connection. DNS requests may still leave through the system’s normal resolver, while proxy usernames and passwords can remain exposed in scripts or local files.
Kategorie: Hacking & Security

Linux IPsec Bug Can Trigger a Stack Overflow on Some TI Hardware

2 Září, 2026 - 06:30
A version 2 Linux kernel patch posted on August 31 fixes a stack overflow in the SA2UL hardware crypto driver. The Kernel Address Sanitizer, or KASAN, detected a one-byte write past a local buffer while strongSwan’s charon-systemd process was configuring an IPsec transform.
Kategorie: Hacking & Security

Linux Network Cleanup Bug Can Trigger a Kernel Use-After-Free

2 Září, 2026 - 06:15
RxRPC is a Linux kernel transport for remote procedure calls. A teardown race reported in August shows that its network namespace cleanup can still reach a peer after that peer has been freed. The failure was caught by the Kernel Address Sanitizer, or KASAN, during automated testing.
Kategorie: Hacking & Security

New Linux Security Patch Could Lock Down Programs Before They Start

2 Září, 2026 - 04:15
A version 2 Linux kernel patch series posted on August 31 proposes a new eBPF security interface for applying Landlock policy during program execution. The 15-patch set introduces generic Linux Security Module policy objects, lets privileged BPF programs retain those objects in maps, and adds a helper that can apply a selected policy during exec processing.
Kategorie: Hacking & Security

Most Linux eBPF Security Studies Overlook eBPF’s Own Risks

31 Srpen, 2026 - 22:30
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?
Kategorie: Hacking & Security

Linux CPU Hotplug Bug Can Trigger a Kernel Use-After-Free

31 Srpen, 2026 - 22:12
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.
Kategorie: Hacking & Security

Linux GPU Bug Can Read Freed Kernel Memory Across Multiple Drivers

31 Srpen, 2026 - 22:00
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.
Kategorie: Hacking & Security

KubeCap Finds Excess Linux Capabilities in Kubernetes Workloads

28 Srpen, 2026 - 21:45
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.
Kategorie: Hacking & Security

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

28 Srpen, 2026 - 21:15
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.
Kategorie: Hacking & Security

eBPF Security Research Adds State-Aware Syscall Filtering

28 Srpen, 2026 - 21:05
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.
Kategorie: Hacking & Security

Linux Patching Best Practices: Designing a Patch Validation Workflow

27 Srpen, 2026 - 22:35
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.
Kategorie: Hacking & Security

Linux Kernel Vulnerability News: Linux Security Roundup

27 Srpen, 2026 - 16:03
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.
Kategorie: Hacking & Security

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

27 Srpen, 2026 - 14:36
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.
Kategorie: Hacking & Security

NFS Client Cleanup Fix Removes Orphaned rpc_pipefs Files

27 Srpen, 2026 - 14:23
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.
Kategorie: Hacking & Security

IPMI Security Patch Restores a Lost Linux RCU Grace Period

27 Srpen, 2026 - 09:10
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.
Kategorie: Hacking & Security

Linux Uevent Leak Exposes Freed Memory in Synaptics RMI4

27 Srpen, 2026 - 08:41
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.
Kategorie: Hacking & Security