Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Malicious JPEG Images Exploit PHP Memory Safety Could Trigger
May 16, 2026
Critical Linux Kernel Flaw: Read SSH Keys & Passwords
May 16, 2026
Google Project Zero Reveals Pixel 10 Zero- Discloses Zero-Click
May 16, 2026
Home/Vulnerabilities/Critical Linux Kernel Flaw: Read SSH Keys & Passwords
Vulnerabilities

Critical Linux Kernel Flaw: Read SSH Keys & Passwords

A newly disclosed Linux kernel vulnerability is raising serious concerns across the security community. It enables attackers to access highly sensitive data, including SSH private keys and password...

Emy Elsamnoudy
Emy Elsamnoudy
May 16, 2026 3 Min Read
2 0

A newly disclosed Linux kernel vulnerability is raising serious concerns across the security community. It enables attackers to access highly sensitive data, including SSH private keys and password hashes, on affected systems.

Tracked as CVE-2026-46333, the flaw has been nicknamed “ssh-keysign-pwn” and impacts a wide range of Linux distributions.

Linux Kernel Vulnerability “ssh-keysign-pwn”

The issue originates in the Linux kernel’s ptrace access control logic, specifically within the __ptrace_may_access() function.

This mechanism is supposed to restrict how processes can inspect or interact with other processes. However, a logic flaw tied to the kernel’s “dumpability” checks creates a dangerous race condition.

In simple terms, when a privileged process (such as ssh-keysign or chage) is shutting down, there is a short window where its memory context is cleared (mm = NULL) but its open file descriptors still exist. During this gap, an unprivileged local attacker can exploit the flaw using pidfd_getfd() to steal those file descriptors.

This effectively bypasses intended permission checks, allowing unauthorized access to sensitive files.

Security researchers, including Qualys, warn that this vulnerability can lead to severe consequences:

  • Theft of SSH private keys enables attackers to impersonate systems or users.
  • Man-in-the-middle (MitM) attacks until compromised keys are rotated.
  • Full read access to /etc/shadow, exposing password hashes for offline cracking.
  • Potential lateral movement across infrastructure using stolen credentials.

Because SSH keys are often reused across environments, a single compromised system can cascade into broader network access.

Affected Systems

The vulnerability affects most Linux distributions running kernels before the patch released on May 14, 2026. This includes:

  • Ubuntu
  • Debian
  • Arch Linux
  • CentOS
  • Raspberry Pi OS

Given that the flaw has reportedly existed for over six years, many long-term deployments may be exposed.

The core issue lies in how the kernel handles processes without a memory context. The “dumpability” flag, originally designed to control core dumps, is reused in ptrace checks, even when it no longer makes logical sense.

When a process exits, its memory is released before its file descriptors are cleaned up. The kernel fails to properly enforce access restrictions during this transitional state, allowing attackers to bypass security boundaries.

According to a recent post from Clandestine, kernel patches address this by tightening the logic and requiring explicit privileges (such as CAP_SYS_PTRACE) when accessing such processes.

🚨 Critical Linux Kernel Vulnerability Alert
Qualys has disclosed ssh-keysign-pwn: a 6-year race condition in __ptrace_may_access() that lets unprivileged local users read root-owned files.
A privileged process (e.g. ssh-keysign or chage) opens sensitive FDs. During do_exit(),…

— Clandestine (@akaclandestine) May 15, 2026

Mitigation and Recommendations

Organizations should act immediately to reduce risk:

  • Apply the latest kernel patches that fix CVE-2026-46333.
  • Rotate all SSH keys, especially on critical systems.
  • Audit access to sensitive files, such as /etc/shadow.
  • Monitor for suspicious use of ptrace or pidfd-related system calls.
  • Restrict local user access where possible, as exploitation requires local presence.

A public proof-of-concept (PoC) exploit has already been released on GitHub, increasing the likelihood of active exploitation in the wild. This significantly raises the urgency for patching.

This vulnerability highlights how subtle kernel logic flaws can have far-reaching security implications. Even without remote access, attackers who gain a foothold on a system can escalate their capabilities and extract critical secrets.

With SSH serving as the backbone of secure access across cloud and enterprise environments, the exposure of private keys poses a high-impact risk that cannot be ignored.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitPatchSecurityVulnerability

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Google Project Zero Reveals Pixel 10 Zero- Discloses Zero-Click

Next Post

Malicious JPEG Images Exploit PHP Memory Safety Could Trigger

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Gunra Ransomware RaaS Expands After Conti Locker Operations Shifting
May 15, 2026
Shai-Hulud Worm Steals Developer Secrets from GitHub Kubernetes
May 15, 2026
Hackers Abuse OAuth Flow to Steal Microsoft Device Authorization
May 15, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Jennifer sherman
Jennifer sherman
Sarah simpson
Sarah simpson
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Detects Critical MongoDB CVE-

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us