CVE-2026-72529 and CVE-2026-72530 Explained: TrueConf Server Unauthenticated Script Execution and Sandbox Escape

Proactive Security for the AI Era
NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.
CVE-2026-72529 and CVE-2026-72530 are two vulnerabilities in TrueConf Server, a self-hosted video conferencing and collaboration platform, that together give a remote attacker a path from zero credentials to arbitrary command execution on the underlying host. CVE-2026-72529 is a missing-authentication flaw: a remote attacker with only network access to TCP port 4307 can call an undocumented critical function and execute an arbitrary script on the server without ever logging in. CVE-2026-72530 is a code-injection flaw referenced by Kaspersky ICS-CERT as a breakout from an isolated environment, meaning it lets an attacker who has already reached script execution escape whatever sandboxing contains that execution and act more broadly against the host.
CISA added both CVEs to its Known Exploited Vulnerabilities (KEV) catalog on August 20, 2026, which reflects CISA's confirmed-exploitation standard rather than a severity estimate. Because TrueConf Server is frequently deployed as self-hosted infrastructure by government agencies, defense-adjacent organizations, and enterprise IT teams that need to keep video conferencing off third-party cloud platforms, a pre-authentication path to script execution on that server is a serious exposure wherever an instance is reachable from an untrusted network.
TrueConf's own security advisory page lists patched builds in the 5.3.9, 5.4.9, and 5.5.5 version branches for both Windows and Linux, and reports CVE-2026-72529 at CVSS 9.8 and CVE-2026-72530 at CVSS 9.0. This article covers what is confirmed about the two CVEs, cites that vendor data directly, and flags what still cannot be independently verified. Read the limitations section before you treat this as a fully closed case.
Risk Summary: What CVE-2026-72529 and CVE-2026-72530 Mean for TrueConf Deployments
TrueConf Server exists specifically so organizations can run video conferencing and collaboration on their own infrastructure instead of a third-party cloud service, which means the deployments that care most about TrueConf tend to be the ones with the most sensitive reasons to self-host in the first place: government agencies, defense-adjacent organizations, and enterprises with strict data residency or confidentiality requirements. A vulnerability that lets an unauthenticated attacker execute a script on that server is not a conferencing-feature bug; it is a foothold on infrastructure that was deliberately kept in-house because of what it might carry.
The two CVEs are dangerous specifically because of how they chain. CVE-2026-72529 requires nothing from an attacker except the ability to reach TCP port 4307, no account, no session, no prior access, to trigger an undocumented function and get a script running on the server; TrueConf's own security advisory page rates it at CVSS 9.8. CVE-2026-72530 then removes the safety margin that isolation or sandboxing around that script execution would otherwise provide, letting the attacker break out of that contained environment; TrueConf rates that flaw at CVSS 9.0. Individually, each flaw is critical-severity. Chained, they describe a path from network reachability alone to meaningful control over the host.
Treat any TrueConf Server instance reachable on port 4307 from an untrusted network, including the broader internal network in many flat-topology deployments, as a priority asset until you have confirmed both its exposure and its patch status. If your organization tracks CISA KEV entries against its own asset inventory as a matter of course, this is a straightforward candidate for that process; see our guide on cross-referencing asset inventory against the CISA KEV catalog if that workflow does not already exist.
Affected Products
Both CVEs affect TrueConf Server, the on-premises video conferencing and collaboration platform. CVE-2026-72529 is documented by CISA's KEV catalog as a missing-authentication-for-critical-function vulnerability (CWE-306) reachable over TCP port 4307, and TrueConf's own advisory rates it CVSS 9.8. CVE-2026-72530 is documented by Kaspersky ICS-CERT as a breakout-from-isolated-environment issue, consistent with a code-injection flaw (CWE-94) that lets an attacker escape sandboxing around already-achieved code execution, and TrueConf rates it CVSS 9.0.
According to TrueConf's own security advisory page, both CVEs are fixed in the 5.3.9, 5.4.9, and 5.5.5 version branches, on both Windows and Linux builds. TrueConf publishes separate build numbers per platform within each branch, so the exact minimum build differs slightly between a Windows deployment and a Linux deployment even on the same branch. Because that detail can be refined or extended in a future vendor update, treat the branch numbers above as the starting point and confirm the exact current build for your platform directly on TrueConf's advisory page rather than from this article alone.
If your environment runs TrueConf Server on any version earlier than 5.3.9, 5.4.9, or 5.5.5 for its branch, that instance needs the vendor update regardless of whether port 4307 currently appears reachable from an untrusted network.
Briefings like this, every morning before 9am.
Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.
Exploitation Status: Confirmed Across Multiple Independent Sources
Exploitation of both CVE-2026-72529 and CVE-2026-72530 is confirmed, not theoretical. CISA's addition of both CVEs to the KEV catalog on August 20, 2026, reflects CISA's own standard for confirmed, real-world exploitation, and NVD carries corresponding entries for both CVE IDs. TrueConf's own advisory acknowledges and fixes both issues, and Kaspersky ICS-CERT has published two separate advisories, one per CVE, with its own independent technical description of each flaw. That gives this threat four distinct organizations corroborating the core facts: CISA, NVD, the vendor itself, and an independent security research body.
What that sourcing does not yet give us is the human side of the incident: who is behind the activity, which organizations have been affected, and what attackers do after gaining execution on a compromised TrueConf Server. CISA, NVD, TrueConf, and Kaspersky ICS-CERT all corroborate that exploitation is occurring and describe how the underlying flaws work, but none of them, in our data, name a specific threat actor, intrusion set, or describe a named victim organization's incident timeline.
No threat actor, intrusion set, or ransomware operation is named in our data as being behind exploitation of either CVE. If you encounter an attribution claim elsewhere, verify it against a named vendor, CISA, or an incident response firm directly before treating it as established.
Detection: What to Look For
No public proof-of-concept or full technical breakdown of the exact request sequence for either CVE has been reflected in our data, so detection here is built around the behavior categories CISA and Kaspersky ICS-CERT describe rather than a single confirmed signature. Our platform maintains a detection rule titled "Unauthenticated connection to TrueConf Server hidden function on TCP/4307 (CVE-2026-72529)," translated into vendor-specific variants for Splunk, Elastic, Microsoft Sentinel and Defender, CrowdStrike, SentinelOne, Cortex XDR, QRadar, and Chronicle. Some of those vendor variants watch for the raw network connection to port 4307 itself; others watch for the TrueConf server process spawning a script immediately after such a connection, which is a closer proxy for actual exploitation rather than mere reachability.
If your organization runs TrueConf Server and forwards its logs into a SIEM, the categories worth prioritizing are network connections to TCP/4307 from source addresses outside your expected administrative range, and process creation events where the TrueConf server process spawns an unexpected child process or script interpreter. Teams building this out inside Microsoft Sentinel specifically may find our Microsoft Sentinel deployment guide useful for structuring the underlying data connector and analytics rule work before layering vendor-specific TrueConf detections on top. If you have not yet settled on a SIEM platform at all, our 2026 SIEM comparison covering Splunk, Sentinel, Elastic, Exabeam, Chronicle, and Devo walks through the tradeoffs relevant to standing up detection content like this.
Retrospective hunt queries covering the same two behavior categories, historical port-4307 connections and historical shell or script-spawn events from the TrueConf server process, are also available across the same vendor set for teams that want to sweep back through existing logs rather than wait for a forward-looking alert to fire.
Subscribe to unlock Sigma Detection Rules
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Subscribe to unlock Sigma Hunt Queries
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Validation: Confirm Exposure and Patch Status
Work through the following before deciding whether this is a routine patch item or something that needs incident response attention in your environment.
Inventory every TrueConf Server instance
Identify all TrueConf Server deployments across your environment, including any instance run by a business unit, subsidiary, or managed service provider that IT security does not directly administer.
Check current version against the 5.3.9 / 5.4.9 / 5.5.5 patched branches
Confirm each instance is on the 5.3.9, 5.4.9, or 5.5.5 branch or later for its platform, then check TrueConf's security advisory page directly for the exact minimum build number, since Windows and Linux builds within the same branch differ slightly.
Determine exposure of TCP port 4307
Identify whether port 4307 on each TrueConf Server instance is reachable from the public internet, from a broader internal network segment than necessary, or only from a tightly scoped management network.
Review network logs for connections to port 4307
Search firewall, NetFlow, or host-level logs for connections to TCP/4307 from unexpected source addresses, particularly any address outside your known administrative or client ranges.
Review process creation logs on the TrueConf Server host
Look for the TrueConf server process spawning shell interpreters or unexpected child processes, which would be consistent with successful exploitation of CVE-2026-72529 rather than mere network reachability.
Cross-check TrueConf and Kaspersky ICS-CERT advisories directly
Read TrueConf's own advisory and both Kaspersky ICS-CERT advisories linked in this article's sources, since they are independent of CISA's KEV catalog and may carry detail this article's underlying data does not.
Mitigation: Step-by-Step Remediation
CISA's guidance for KEV-listed vulnerabilities in general applies directly here: apply the vendor's mitigation, follow the risk-based prioritization approach described in Binding Operational Directive 26-04, evaluate the internet exposure of every affected asset individually rather than as a blanket assumption, and discontinue use of the product if no mitigation exists for an instance that must remain internet-exposed.
Update to the 5.3.9, 5.4.9, or 5.5.5 branch (or later) for your platform
Apply the patched build TrueConf lists for your version branch and platform on its own security advisory page, and confirm the exact Windows or Linux build number there before considering the instance remediated.
Restrict network access to TCP port 4307
Limit reachability of port 4307 to a tightly scoped management network as an interim compensating control if immediate patching is not possible, not as a substitute for patching.
Evaluate internet exposure of every TrueConf Server instance individually
Do not assume exposure status from how the deployment was originally intended to be used; verify current reachability directly, since flat internal networks and misconfigured reverse proxies both commonly expand exposure beyond the original design.
Discontinue internet-facing use if no mitigation can be applied
Following CISA's standard KEV guidance, an internet-exposed TrueConf Server instance that cannot be patched or otherwise mitigated should be taken offline from the public internet rather than left exposed.
Review logs covering the period since disclosure for signs of prior exploitation
Check the network and process-creation log categories described in the detection guidance above going back to at least early August 2026, and escalate to incident response if you find a match rather than treating a patch alone as sufficient remediation.
Re-verify the patched build after applying it
Confirm the version number directly on the host after patching rather than relying on a closed change ticket, and re-check TrueConf's advisory page periodically in case guidance is later revised.
Known Limitations: What This Article Cannot Confirm
The most consequential gap here is attribution, and we want to lead with it rather than bury it. CISA, NVD, TrueConf's own advisory, and both Kaspersky ICS-CERT advisories all corroborate that CVE-2026-72529 and CVE-2026-72530 exist, work the way described, and are being actively exploited. None of those four sources, in our data, names a specific threat actor, intrusion set, or victim organization, or describes what happens after an attacker gains execution on a compromised TrueConf Server. Next step: watch CISA's KEV catalog entry and TrueConf's advisory page for updates, and treat any attribution or victim-count claim you encounter elsewhere with skepticism until a named vendor, CISA, or an incident response firm confirms it directly.
Second, no public proof-of-concept or full technical writeup of the exact exploitation request sequence appears in our data. The detection and hunt guidance above is behavior-category guidance built from what CISA, TrueConf, and Kaspersky ICS-CERT describe, not a vendor-verified, TrueConf-specific signature confirmed against a known exploit sample. Next step: use the log review categories above as a starting hypothesis, and tune thresholds against your own environment's normal TrueConf traffic before trusting any single alert as a clean signal.
Third, while TrueConf's advisory page lists 5.3.9, 5.4.9, and 5.5.5 as the patched branches with separate build numbers per platform, advisory pages are updated as vendors refine guidance. Next step: confirm the current exact build number for your platform and branch directly on TrueConf's advisory page before closing out remediation, rather than relying solely on the branch numbers cited in this article.
Finally, this is a fast-moving disclosure and our data reflects sources current through early September 2026. Confirm current guidance directly against TrueConf's security advisory page and CISA's KEV catalog entry before acting on anything in this article.
The bottom line
CVE-2026-72529 (CVSS 9.8) and CVE-2026-72530 (CVSS 9.0) are two chained TrueConf Server flaws, unauthenticated script execution over TCP/4307 and an isolation-escape vulnerability, that CISA added to its KEV catalog on August 20, 2026 based on confirmed active exploitation. TrueConf's own advisory lists fixes in the 5.3.9, 5.4.9, and 5.5.5 branches for Windows and Linux; confirm the exact build for your platform on that page. Attribution and post-exploitation behavior remain unconfirmed in our data, so treat any claim on those points from elsewhere with caution until a named vendor, CISA, or an incident response firm confirms it directly.
This analysis is generic. create a free account to score threats like this against your own stack.
Frequently asked questions
Is my organization affected by CVE-2026-72529 and CVE-2026-72530?
You are affected if you run TrueConf Server on any version and have not confirmed your build against the patched versions listed on TrueConf's own security advisory page, particularly if port 4307 is reachable from an untrusted network.
Has CVE-2026-72529 actually been exploited in the wild, or is this precautionary guidance?
It has been exploited. CISA added both CVE-2026-72529 and CVE-2026-72530 to its Known Exploited Vulnerabilities catalog on August 20, 2026, which reflects CISA's confirmed-exploitation standard rather than a theoretical severity assessment.
What version of TrueConf Server should I patch to?
TrueConf's own security advisory page lists fixes in the 5.3.9, 5.4.9, and 5.5.5 version branches for both Windows and Linux. Confirm the exact minimum build number for your platform directly on that page, since builds differ slightly between operating systems within the same branch.
What is the CVSS score for CVE-2026-72529 and CVE-2026-72530?
According to TrueConf's own advisory, CVE-2026-72529, the missing-authentication flaw, is rated CVSS 9.8, and CVE-2026-72530, the isolation-escape flaw, is rated CVSS 9.0. Both are critical severity.
Has any threat actor been publicly attributed to exploitation of these CVEs?
No named threat actor, intrusion set, or ransomware operation appears in our data as being behind exploitation of either CVE. Treat any attribution claim you encounter elsewhere with skepticism until a named vendor, CISA, or an incident response firm confirms it directly.
Why does CVE-2026-72530 matter if CVE-2026-72529 already gives an attacker script execution?
CVE-2026-72529 gets an attacker running a script inside whatever isolation TrueConf Server places around that execution. CVE-2026-72530 removes that containment, letting the attacker break out of the isolated environment and act more broadly on the underlying system.
Sources & references
- CISA: Adds Two Known Exploited Vulnerabilities to Catalog (August 20, 2026)
- TrueConf: Security Fixes, Updates and Advisories
- Kaspersky ICS-CERT: TrueConf Server Missing Authentication for Critical Function
- Kaspersky ICS-CERT: TrueConf Server Breakout from Isolated Environment
- NVD: CVE-2026-72529 Detail
- NVD: CVE-2026-72530 Detail
Free resources
Critical CVE Reference Card 2025–2026
25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.
Ransomware Incident Response Playbook
Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.
Get threat intel before your inbox does.
50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.
Unsubscribe anytime. We never sell your data.

Founder & Cybersecurity Evangelist, Decryption Digest
Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.
