Category Linux

Filtering UDP Packets with the tcpdump Command

tcpdump is a powerful command-line packet analyzer that lets you capture and inspect network traffic in real time. When you need to troubleshoot services like DNS, DHCP, or NTP, filtering for UDP packets is often the quickest way to see what’s…

How to Fix CVE-2026-31431 (“Copy Fail”)

Overview CVE-2026-31431, nicknamed Copy Fail, is a local privilege escalation vulnerability in the Linux kernel, published on 29 April 2026 alongside a public proof-of-concept exploit. It allows an unprivileged local user to escalate to root. The flaw lives in the…