A Three-Day Clock Starts on Two Critical Holes

CISA added two TrueConf Server vulnerabilities to its Known Exploited Vulnerabilities catalog on August 20, 2026, and gave federal civilian agencies until August 23 to patch them.

Both flaws carry critical severity scores, both are already being exploited, and neither requires a password: an attacker who can reach TrueConf Server's port 4307 over the network can compromise it without ever logging in.

What CVE-2026-72529 and CVE-2026-72530 Actually Do

The first flaw, CVE-2026-72529, is a missing-authentication bug: TrueConf Server exposes an undocumented function on port 4307/TCP that lets an unauthenticated remote attacker execute an arbitrary script, no credentials required.

CVETypeAffected versionsPatched in
CVE-2026-72529Missing authentication, unauthenticated remote code execution via an undocumented function on port 4307/TCP5.3.x-5.3.9, 5.4.x-5.4.9, 5.5.x-5.5.5 and earlier5.3.9 / 5.4.9 / 5.5.5
CVE-2026-72530Code injection allowing an attacker to break out of the server's sandbox and run code on the host5.3.x-5.3.9, 5.4.x-5.4.9, 5.5.x-5.5.5 and earlier5.3.9 / 5.4.9 / 5.5.5

The second flaw, CVE-2026-72530, is a code injection bug that lets an attacker who has already reached the server break out of its isolated environment and run arbitrary code directly on the host machine, turning a contained bug into full server control.

Kaspersky Traces Active Exploitation to Trojanized Installers

Kaspersky's ICS CERT team documented attackers exploiting this exact vulnerability chain to replace legitimate TrueConf client installers with poisoned versions carrying the PhantomCore and PhantomGraph backdoors.

Kaspersky attributed the campaign to a group it tracks as Head Mare and said the poisoned installers were first detected in July 2026, delivered through compromised TrueConf servers to unsuspecting meeting participants who trusted the update.

The Sovereignty Pitch Meets an Unlocked Front Door

TrueConf markets its on-premises deployment as the answer for organizations that want video conferencing off US cloud infrastructure entirely, pitching itself directly at government, healthcare and financial customers with strict data-localization rules.

That pitch is not wrong, but it is incomplete: a self-hosted server run to avoid depending on a foreign cloud vendor still needs the same patching discipline that cloud vendor promised to handle, and an unauthenticated hole on an internet-facing port is a worse starting position than most misconfigured cloud accounts.

What to Do Before Monday

Any organization running TrueConf Server on 5.3.x, 5.4.x or 5.5.x should check its version now and upgrade to 5.3.9, 5.4.9 or 5.5.5 immediately, since all three release lines already contain the fix.

Where an immediate upgrade is not possible, restricting network access to port 4307 and auditing recent server logs for the undocumented function call are the minimum stopgaps until the patch is applied.