China-Linked Hackers Backdoored Linux Login Software to Hide for Nearly a Decade
Cybersecurity firm Sygnia reveals Velvet Ant, a China-linked group, backdoored Linux PAM and OpenSSH to maintain a decade-long persistent network presence.

This article is original editorial commentary written with AI assistance, based on publicly available reporting by The Hacker News. It is reviewed for accuracy and clarity before publication. See the original source linked below.
The discovery of a decade-long infiltration by the China-linked threat actor known as "Velvet Ant" marks a sobering milestone in the evolution of persistent cyber warfare. Recent findings from the cybersecurity firm Sygnia reveal that the group successfully compromised a massive corporate network by backdooring the very gates of the operating system: the Linux Pluggable Authentication Modules (PAM) and OpenSSH components. By embedding their access within the infrastructure that governs identity and access management, the attackers moved beyond traditional malware, creating a "ghost in the machine" that remained undetected despite multiple hardware refreshes and standard security audits.
Historically, state-sponsored actors have sought persistence through high-value targets like domain controllers or cloud management consoles. However, Velvet Ant’s strategy represents a tactical pivot toward the foundational layers of the Linux ecosystem. This is not the first time Chinese intelligence-gathering units have focused on specialized networking equipment—prior campaigns have targeted Ivanti VPNs and Cisco routers—but the longevity of this specific operation is extraordinary. For nearly ten years, the group maintained a foothold that survived traditional remediation efforts, suggesting a level of patience and operational security that rivals the most sophisticated intelligence agencies in the world.
The mechanics of the breach are particularly insidious because they subvert the "Ground Truth" of a system's security. By modifying the PAM library, the attackers ensured that they could bypass authentication processes or harvest credentials in real-time without triggering anomalous login alerts. By the time a security team examines a server’s application logs, the compromise has already occurred at the kernel or system-library level, where standard Endpoint Detection and Response (EDR) tools often lack deep visibility. This allowed the actors to treat the victim's network as a reliable data source for years, exfiltrating sensitive intellectual property with surgical precision.
This discovery carries profound implications for the global cybersecurity landscape, specifically regarding the trust placed in open-source components that underpin the modern internet. Because Linux serves as the backbone for the vast majority of cloud infrastructure and enterprise servers, a compromise at the PAM or OpenSSH level is effectively a master key. The incident highlights a critical "visibility gap" in current defensive postures; most security operations centers are optimized to detect lateral movement across Windows environments, often leaving their Linux distributions—which host the most critical data—relatively under-monitored.
Furthermore, the Velvet Ant campaign signals a shift in the "cat and mouse" game of digital espionage. As organizations transition to Zero Trust architectures, attackers are moving further down the stack to invalidate those very trust assumptions. If the system that verifies a user's identity is itself compromised, the entire security perimeter becomes an illusion. This necessitates a move toward more rigorous integrity checking of system binaries and a departure from the "set it and forget it" mentality often applied to legacy Linux servers sitting in the dark corners of corporate data centers.
Looking forward, the industry must watch for a broader "supply chain" style of auditing for existing infrastructure. It is no longer enough to scan for known malware signatures; defenders must now incorporate binary integrity verification to ensure that their core system libraries match official distributions. Regulatory bodies may soon demand more stringent "Software Bill of Materials" (SBOM) compliance that extends into the operating system's runtime environment. As the forensic details of Velvet Ant’s decade of silence continue to emerge, it serves as a stark reminder that in the world of high-stakes espionage, the most effective weapon is the one that security teams never think to question.
Why it matters
- 01The threat actor Velvet Ant bypassed traditional security by subverting Linux PAM and OpenSSH, achieving a decade of persistence that survived standard hardware and software updates.
- 02This breach exposes a critical visibility gap in enterprise security, where Linux-based infrastructure is often less monitored than Windows environments despite hosting more sensitive data.
- 03The campaign underscores a strategic shift toward 'identity-layer' compromises, rendering traditional Zero Trust and multi-factor authentication ineffective if the underlying system library is poisoned.