Article Details
Scrape Timestamp (UTC): 2025-08-02 13:42:34.022
Source: https://thehackernews.com/2025/08/new-plague-pam-backdoor-exposes.html
Original Article Text
Click to Toggle View
New 'Plague' PAM Backdoor Exposes Critical Linux Systems to Silent Credential Theft. Cybersecurity researchers have flagged a previously undocumented Linux backdoor dubbed Plague that has managed to evade detection for a year. "The implant is built as a malicious PAM (Pluggable Authentication Module), enabling attackers to silently bypass system authentication and gain persistent SSH access," Nextron Systems researcher Pierre-Henri Pezier said. Pluggable Authentication Modules refers to a suite of shared libraries used to manage user authentication to applications and services in Linux and UNIX-based systems. Given that PAM modules are loaded into privileged authentication processes, a rogue PAM can enable theft of user credentials, bypass authentication checks, and remain undetected by security tools. The cybersecurity company said it uncovered multiple Plague artifacts uploaded to VirusTotal since July 29, 2024, with none of them detected by antimalware engines as malicious. What's more, the presence of several samples signals active development of the malware by the unknown threat actors behind it. Plague boasts of four prominent features: Static credentials to allow covert access, resist analysis and reverse engineering using anti-debugging and string obfuscation; and enhanced stealth by erasing evidence of an SSH session. This, in turn, is accomplished by unsetting environment variables such as SSH_CONNECTION and SSH_CLIENT using unsetenv, and redirecting HISTFILE to /dev/null to prevent shell command logging, in order otherwise avoid leaving an audit trail. "Plague integrates deeply into the authentication stack, survives system updates, and leaves almost no forensic traces," Pezier noted. "Combined with layered obfuscation and environment tampering, this makes it exceptionally hard to detect using traditional tools."
Daily Brief Summary
Cybersecurity experts have uncovered a new Linux backdoor named Plague, which has evaded detection for over a year.
The Plague backdoor functions as a malevolent Pluggable Authentication Module (PAM), allowing attackers to clandestinely bypass authentication.
This malware provides attackers with persistent SSH access, enabling long-term exploitation without detection.
Researchers observed multiple samples of Plague, hinting at ongoing development and sophistication in its deployment strategy.
Key features of Plague include static credentials, anti-debugging, and string obfuscation capabilities to thwart analysis efforts.
It enhances its stealth by eliminating SSH session traces and preventing shell command logging, leaving almost no forensic evidence.
Plague’s integration into the authentication stack and resistance to system updates amplify its danger, complicating detection via standard security tools.
Despite multiple uploads of Plague to VirusTotal since July 2024, antimalware engines have failed to identify any samples as malicious.