Linux Kernel Flaw Opens Root-Only Files to Unprivileged Users

Linux Kernel Flaw Opens Root-Only Files to Unprivileged Users

The Register
The RegisterMay 18, 2026

Companies Mentioned

Why It Matters

The bug turns a simple login into a credential‑theft vector, raising immediate risk for servers and workstations running vulnerable kernels. Prompt patching and module hardening are essential to protect critical infrastructure.

Key Takeaways

  • CVE‑2026‑46333 lets unprivileged users read root‑only files.
  • Affects Linux LTS kernels 5.10 through 7.0.
  • Fix landed in commit 31e62c2, updating get_dumpable logic.
  • Qualys disclosed the flaw; Jann Horn flagged it in 2020.
  • ModuleJail automates blacklisting unused kernel modules for added security.

Pulse Analysis

The Linux kernel remains a cornerstone of modern computing, yet its monolithic design can expose systemic weaknesses. CVE‑2026‑46333 exploits a subtle flaw in the ptrace get_dumpable path, allowing any logged‑in user to bypass traditional file‑permission checks and harvest root‑only secrets such as SSH private keys and /etc/shadow entries. Because the vulnerability is local and does not require elevated privileges to trigger, attackers who have already gained a foothold can quickly expand their reach, making it a high‑impact issue for cloud providers, enterprises, and developers alike.

The patch, committed by Linus Torvalds under hash 31e62c2, tightens the get_dumpable logic to correctly honor the dumpable flag, effectively closing the read‑access loophole. The fix was released shortly after Qualys disclosed the flaw on the oss‑security mailing list, and distributions have begun rolling out updates for all affected LTS branches—5.10, 5.15, 6.1, 6.6, 6.12, 6.18, and 7.0. This rapid response underscores the importance of maintaining current kernel versions; organizations that lag in patch management risk exposure to credential theft and subsequent lateral movement within their networks.

Beyond patching, the episode highlights a growing interest in proactive hardening techniques such as ModuleJail. By automatically blacklisting kernel modules that are not in active use, ModuleJail reduces the attack surface without altering the initramfs, offering a lightweight complement to traditional security layers. Administrators should evaluate module‑jailing alongside established practices like SELinux, AppArmor, and regular vulnerability scanning to build a defense‑in‑depth posture that can withstand both known and emerging kernel exploits.

Linux kernel flaw opens root-only files to unprivileged users

Comments

Want to join the conversation?

Loading comments...