Lead story
A Decade-Old Linux Kernel Flaw Just Got a Very Unwanted Comeback
Qualys researchers have disclosed a serious local privilege escalation vulnerability in the Linux kernel — one that's been sitting quietly in the codebase since 2016. That's not a typo. The bug was introduced ten years ago and has been present in essentially every mainstream Linux distribution shipped since then.
The flaw allows a low-privileged local user to escalate their access to root. In practice, that means anyone who has already obtained a foothold on a Linux system — through a phishing attack, a stolen credential, a web shell, anything — can use this bug to own the whole machine. Local privesc bugs are the second act of almost every serious intrusion, and a reliable, unpatched one is exactly what attackers look for after the initial breach.
What Qualys found. The vulnerability is a kernel-level bug that Qualys describes as "serious." The team has a strong track record here — they've previously disclosed high-impact Linux flaws including PwnKit and Looney Tunables, both of which saw rapid exploitation in the wild. The team's credibility on Linux kernel research is about as good as it gets.
Why a local bug still matters. There's a tendency to dismiss local privilege escalation as "not that bad" because an attacker already needs to be on the box. That's the wrong frame. Modern attack chains don't start with root — they start with a low-privileged shell from a phishing email, a misconfigured service, or a container escape. The privesc is the step that turns "attacker has a foothold" into "attacker has the keys." A ten-year-old reliable privesc gadget is a significant find.
The patch situation. Patches are in progress across major distributions, but rollout will be uneven. Organisations running customised or long-term-support kernels — common in enterprise environments, telcos, and government — may lag behind. The 2016 introduction date also means any historical forensic timeline analysis of past breaches may need revisiting.
Australian context is direct here. Linux underpins a significant share of Australian federal and state government infrastructure, critical infrastructure operators under the SOCI Act, and cloud-hosted workloads across the economy. The ACSC's patching guidance generally recommends critical kernel patches be applied within 48 hours for internet-exposed systems — that clock is now running. Organisations with large Linux fleets should be checking vendor advisories from Red Hat, Ubuntu, Debian, and SUSE today.
What to watch. Qualys typically publishes full technical details and proof-of-concept code alongside or shortly after disclosure. Once that lands, exploitation attempts in the wild tend to follow within days. The question isn't really if this gets weaponised — it's how quickly defenders can close the window. Patch. Don't wait for the PoC to drop first.
