A sophisticated and persistent cyber-attack campaign, attributed to a clandestine group known as Head Mare, has systematically exploited critical vulnerabilities within TrueConf’s widely adopted video conferencing platform, leading to the deployment of persistent backdoors via subverted client installers and compromising high-value targets across various Russian sectors. This operation represents a significant supply chain attack, leveraging the trusted communication channels of an organization to distribute advanced malware payloads to its users, highlighting the evolving landscape of digital espionage and the complex challenges in securing proprietary communication systems.
The Strategic Importance of TrueConf and Its Vulnerability
TrueConf stands as a prominent video conferencing solution, particularly favored within the Russian Federation’s enterprise and government sectors. Its appeal lies in its positioning as a secure, on-premise alternative to Western counterparts such as Zoom and Microsoft Teams, ostensibly offering enhanced data sovereignty and control. This strategic importance makes it an attractive target for advanced persistent threat (APT) groups or state-sponsored actors seeking to gain a foothold within critical infrastructure and sensitive networks. The inherent trust placed in an on-premise solution, designed for high-security environments, is precisely what Head Mare has skillfully exploited, transforming a presumed bastion of security into a conduit for malicious infiltration.
The threat actors capitalized on multiple unpatched security flaws within TrueConf’s server architecture. These vulnerabilities, later identified and internally cataloged by cybersecurity researchers, allowed for an insidious multi-stage attack. The initial breach provided the adversaries with the capability to execute arbitrary code with the highest level of system privileges. This critical access enabled the subsequent deployment of two distinct, highly capable backdoors: PhantomCore and PhantomGraph. The successful exploitation of these weaknesses underscores the paramount importance of timely patch management, even for systems operating within seemingly isolated or controlled environments.
Unraveling the Attack Chain: A Deep Dive into Head Mare’s Tactics
The intricate methodology employed by Head Mare showcases a high degree of technical sophistication and a methodical approach to system compromise. Cybersecurity analysts, who uncovered this campaign in recent months, meticulously reconstructed the attack chain, revealing several key stages:
-
Initial Compromise via Unauthenticated Access: The initial point of entry was identified as TCP port 4307, which is configured to be open by default on vulnerable TrueConf servers. Crucially, the threat actors were able to establish a connection to the target server without requiring any form of authentication. This initial unauthenticated access served as the critical gateway, exposing an immediate and severe security lapse.
-
Exploitation of Cascading Vulnerabilities: Once connected, Head Mare leveraged a sequence of two specific vulnerabilities. The first, internally tracked as KLCERT-26-057, allowed them to execute malicious scripts within TrueConf’s isolated software environment. This sandbox is typically designed to contain potential threats and limit their impact on the underlying operating system. However, the second vulnerability, KLCERT-26-058, proved to be a critical sandbox escape flaw. By chaining these two exploits, the attackers effectively broke out of the confined environment, gaining the ability to run arbitrary commands directly on the server’s operating system.
-
Privilege Escalation and Persistent Foothold: Following the sandbox escape, the adversaries moved swiftly to escalate their privileges to
NT AUTHORITYSYSTEM, the highest possible level of authority on a Windows system. This level of control granted them unfettered access to the server’s resources. To ensure persistent access and maintain their foothold, Head Mare subverted a legitimate file,publicjslocale.php, replacing it with a sophisticated web shell. This web shell provided them with a covert, remote administration interface, allowing continuous access to the compromised server even if the initial exploit vector were to be patched or reset.
-
Supply Chain Subversion: Trojanizing Client Installers: With administrative control and persistent access established, the threat actors proceeded to the most impactful phase of their operation: the supply chain compromise. They accessed the TrueConf database and systematically replaced the legitimate TrueConf Client installer, hosted on the server, with a maliciously modified version. This altered installer was embedded with the PhantomCore backdoor. The insidious nature of this attack lies in its leveraging of trust: when an organization’s members connect to their local TrueConf server, they are prompted to download what appears to be a routine software update. Unbeknownst to them, they are downloading a malware-laden package, often lacking proper digital signatures, which further signals its illicit nature to discerning security tools but might go unnoticed by end-users.
The Double Threat: PhantomCore and PhantomGraph Backdoors
The campaign deployed not one, but two distinct backdoors, indicating a layered approach to compromise and redundancy in their malicious capabilities.
-
PhantomCore: This primary backdoor, integrated into the trojanized client installers, serves as the initial persistent unauthorized access mechanism for individual client machines. While specific details of PhantomCore’s full capabilities were not exhaustively detailed, its role in a supply chain attack suggests functionalities common to advanced backdoors, including remote command execution, file exfiltration, keylogging, and potentially further payload deployment. Its primary purpose is to establish a covert channel from the compromised client to the attacker’s command-and-control (C2) infrastructure.
-
PhantomGraph: This separate, more specialized backdoor, consisting of two dynamically linked library (DLL) files (SysExcSvc.dll and SysReadSvc.dll), exhibits a higher degree of sophistication in its C2 mechanism. PhantomGraph uniquely utilizes a Microsoft OneDrive account for command and control. This technique, leveraging legitimate cloud services, provides a robust and stealthy communication channel that is difficult to detect and block using traditional network security measures. The backdoor accepts commands via the OneDrive account, executes them on the compromised system, and subsequently returns the results to the same cloud storage, effectively using it as a dead-drop resolver for C2 operations.
Observed activities facilitated by PhantomGraph highlight its advanced capabilities and the threat actors’ objectives. These included:
- Credential Harvesting: The malware was observed dumping the memory of the Local Security Authority Subsystem Service (LSASS) process. LSASS is a critical Windows component responsible for enforcing security policies and managing user logins. Dumping its memory is a well-known technique for extracting plaintext credentials, password hashes, and Kerberos tickets, providing the attackers with a wealth of authentication data for lateral movement within the compromised network.
- Extensive Reconnaissance: PhantomGraph executed various system commands, such as
hostnameandwhoami, to gather information about the compromised host and user context. This reconnaissance activity is crucial for understanding the network environment, identifying valuable targets, and planning subsequent stages of the attack. - Covert Network Tunneling: The backdoor also initiated reverse SSH tunnels. A reverse SSH tunnel creates an outbound connection from the compromised host to an attacker-controlled server, allowing the attackers to bypass restrictive firewalls and establish an encrypted, covert communication channel back into the victim’s network. This provides a stable and stealthy pathway for further exploitation and data exfiltration.
Broad Impact and Geopolitical Context
The ongoing Head Mare campaigns are not isolated incidents but represent a coordinated effort targeting a diverse array of Russian organizations. Sectors under attack include instrumentation, electronics, transportation, energy, information technology, and software development – all critical components of a nation’s infrastructure and economy. The widespread nature of these targets suggests either a broad intelligence gathering mandate or a disruptive agenda, consistent with the actions of a politically motivated "hacktivist" group, although the term "hacktivist" can sometimes belie state-level capabilities when applied to groups operating with such advanced tools and methodologies. Given the geopolitical climate, particularly concerning Russia, the motivations behind such sophisticated attacks could range from espionage to sabotage, carried out by state-sponsored actors or proxies.
The methods of initial access for Head Mare are varied, indicating adaptability and a multi-pronged approach to infiltration. Beyond exploiting public-facing TrueConf servers, they have also employed traditional phishing campaigns, exploited other public-facing web servers, and gained access through compromised third-party contractors, underscoring the pervasive nature of supply chain risks.

Addressing the TrueConf Vulnerabilities and Broader Implications
The specific vulnerabilities leveraged by Head Mare, KLCERT-26-057 and KLCERT-26-058, affected multiple versions of TrueConf Server, including 5.3.x before 5.3.9, 5.4.x before 5.4.9, 5.5.x before 5.5.5, and older iterations. The vendor addressed these critical flaws by releasing security patches in versions 5.3.9, 5.4.9, and 5.5.5 on June 18. This prompt remediation is crucial, but the ongoing exploitation highlights the challenge of ensuring widespread adoption of patches, especially in large, complex organizational environments.
This is not the first instance of TrueConf being targeted by sophisticated adversaries. In a separate incident identified previously, a different campaign dubbed "Operation True Chaos" by CheckPoint Research in April, targeted a zero-day arbitrary file execution flaw (CVE-2026-3502) in TrueConf. That operation, tentatively attributed to Chinese threat actors utilizing the Havoc implant, similarly compromised users via trojanized client updates. The recurring nature of such attacks underscores the platform’s attractiveness as a target and the persistent efforts of various state-aligned groups to exploit its user base.
Mitigation Strategies and Future Outlook
The Head Mare campaign serves as a stark reminder of several critical cybersecurity imperatives for organizations globally, particularly those relying on proprietary communication platforms:
- Immediate Patching and Vulnerability Management: Organizations must prioritize the immediate application of all security patches for TrueConf servers and any other public-facing applications. Robust vulnerability management programs are essential to identify and remediate flaws before they can be exploited.
- Software Integrity Verification: Users should be trained to verify the digital signatures of all software installers, especially updates. Organizations should implement automated tools to check the integrity and authenticity of downloaded software packages before deployment.
- Enhanced Network Monitoring and Threat Detection: Advanced endpoint detection and response (EDR) solutions, coupled with continuous network traffic monitoring, are crucial for detecting anomalous behavior indicative of backdoor activity, such as unusual C2 communications or LSASS memory dumps.
- Supply Chain Security Audits: Organizations must extend their security scrutiny to their entire supply chain, including all third-party software vendors and contractors. Regular security audits and assessments of critical software suppliers are non-negotiable.
- User Awareness and Training: Employees must be educated about the risks of downloading software from untrusted sources, the importance of verifying digital signatures, and the dangers of phishing attempts.
- Principle of Least Privilege and Network Segmentation: Implementing the principle of least privilege, ensuring users and systems only have the minimum necessary access, can limit the impact of a breach. Network segmentation can further contain breaches, preventing lateral movement of adversaries.
The use of cloud services like OneDrive for C2 by PhantomGraph represents a growing trend among advanced threat actors. This technique allows them to blend malicious traffic with legitimate cloud application traffic, making detection more challenging. Organizations must adapt their security strategies to include monitoring and analysis of cloud service usage for suspicious patterns.
Looking ahead, the targeting of secure, on-premise communication platforms like TrueConf will likely intensify, especially as geopolitical tensions continue to shape the cyber landscape. The sophistication of groups like Head Mare, coupled with their ability to weaponize trusted software updates, signals a future where supply chain attacks remain a primary concern. Defending against such threats requires a multi-layered, proactive security posture, continuous vigilance, and a deep understanding of evolving threat actor tactics and techniques. The battle for digital sovereignty and secure communication platforms will continue to be a focal point in the global cybersecurity arena.






