What is TrueConf Server?
TrueConf Server is a self-hosted video-conferencing and unified-communications platform, widely deployed in Russia and other markets as an on-premises alternative to cloud meeting services. It runs on Windows and provides conferencing, messaging, and client-provisioning services to an organization's users. Because it is a network-facing collaboration server that distributes client software and holds meeting infrastructure, a pre-authentication compromise gives an attacker both a foothold on internal networks and a channel to reach the organization's endpoints.
Overview
CVE-2026-72529 is a missing-authentication vulnerability (CWE-306). TrueConf Server exposes an undocumented function on TCP port 4307 that performs a critical action without any authentication check. A remote, unauthenticated attacker who can reach port 4307 can invoke it directly to execute an arbitrary script inside the server's isolated/sandboxed environment. In observed attacks it is the entry point of a chain: it is paired with CVE-2026-72530 to break out of the sandbox and reach SYSTEM on the host. NVD scores it CVSS 9.8 CRITICAL.
Affected Versions
| Product | Affected | Fixed |
|---|---|---|
| TrueConf Server | before 5.3, 5.3.x before 5.3.9, 5.4.x before 5.4.9, 5.5.x before 5.5.5 | 5.3.9, 5.4.9, 5.5.5 (2026-06-18) |
Technical Details
The flaw is a classic missing-authentication-for-critical-function issue: a sensitive capability reachable over TCP/4307 is invocable with no credentials, allowing an attacker to run a script within TrueConf's sandboxed environment. Attack complexity is low and no user interaction is required (AV:N/AC:L/PR:N/UI:N). On its own it yields code execution confined to the sandbox; chained with CVE-2026-72530 (a code-injection sandbox escape) it becomes full host compromise as NT AUTHORITY\SYSTEM. Kaspersky tracks the issue as advisory KLCERT-26-057.
Discovery
The vulnerability was discovered and reported by Kaspersky ICS CERT (KLCERT), which also documented the in-the-wild exploitation.
Exploitation Context
Exploitation is confirmed in the wild and attributed to Head Mare, a pro-Ukrainian hacktivist group active against this flaw since July 2026. The observed chain: connect to TCP/4307 → run a script in the sandbox via CVE-2026-72529 → escape to SYSTEM via CVE-2026-72530 → replace ...\public\js\locale.php with a web shell for persistence → enumerate infrastructure, access the TrueConf database, and swap legitimate TrueConf client installers with PhantomCore-trojanized versions (with a secondary PhantomGraph backdoor using OneDrive for C2). Targeting has focused on Russian organizations across instrumentation/electronics, transport, energy, IT, and software development. Public exposure counts have not been disclosed, but the 3-day CISA remediation deadline reflects the severity.
Remediation
- Upgrade TrueConf Server to 5.3.9, 5.4.9, or 5.5.5 (or later) immediately.
- Block or firewall TCP port 4307 from untrusted networks as an interim mitigation if patching cannot be done at once; the service should never be internet-exposed.
- Hunt for compromise on any exposed, unpatched server: check
...\public\js\locale.phpand other web-root files for web shells, look for trojanized TrueConf client installers, and inspect for the PhantomCore/PhantomGraph indicators (includingSysExcSvc.dll/SysReadSvc.dlland OneDrive-based C2). - Treat distributed client installers as suspect if compromise is confirmed — attackers used the server to poison downstream endpoints; re-verify installer integrity and notify affected users.
- Rotate credentials stored on or accessible from the server, and review the TrueConf database for unauthorized access.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2026-72529 |
| Vendor / Product | TrueConf — Server |
| NVD Published | 2026-08-19 |
| NVD Last Modified | 2026-08-21 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-306 find similar ↗ |
| CISA KEV Added | 2026-08-20 |
| CISA KEV Deadline | 2026-08-23 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2026-06-18 | TrueConf Server 5.3.9 / 5.4.9 / 5.5.5 released with the fix |
| 2026-07 | First known in-the-wild exploitation by Head Mare (per Kaspersky) |
| 2026-08-19 | CVE-2026-72529 published |
| 2026-08-20 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2026-08-23 | CISA remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2026-72529 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| TrueConf — Security Fixes, Updates and Advisories | Vendor Advisory |
| Kaspersky ICS CERT Advisory KLCERT-26-057 | Security Research |
| The Hacker News — Head Mare Exploits TrueConf Flaws | News |
| BleepingComputer — CISA Orders Feds to Patch TrueConf Flaws | News |