TrueConf Server Code Injection Vulnerability

🚨SEVERITY: CRITICAL — CVSS 9.0Security Advisory

TL;DR 📌

  • TrueConf Server contains a code injection vulnerability that could allow an unauthorized remote attacker with network access via port 4307/TCP to use a specially crafted script to break out of the isolated environment and execute arbitrary code on the host system.
  • Highest CVSS: 9.0 (Critical).
  • Listed in CISA KEV (2026-08-20) — this is being exploited in the wild.
  • Check the advisory for fixed releases — remediation detail is in the vendor link below.
  • CVEs: CVE-2026-72530.

What it is

CVE-2026-72530 is a code injection vulnerability in TrueConf Server. An attacker with network access to port 4307/TCP can submit a specially crafted script that breaks out of the server’s isolated execution environment and runs arbitrary code on the underlying host.

No authentication is required (PR:N, UI:N), and the flaw is reachable directly over the network rather than requiring local or management-plane access. The CVSS vector shows a scope change (S:C), reflecting that the code execution occurs outside the originally isolated component, and confidentiality, integrity and availability impacts are all rated high. CVSS 3.1 gives this 9.0, critical, though attack complexity is rated high (AC:H), meaning exploitation depends on conditions beyond simply reaching the port.

The advisory does not describe the specific mechanics of the isolation being broken, nor which TrueConf Server function exposes port 4307/TCP; consult the vendor advisory for those details.

This CVE is listed in CISA’s Known Exploited Vulnerabilities catalogue, added on 2026-08-20, so it is known to be exploited.

What to do

  • Check whether port 4307/TCP is reachable from untrusted networks and restrict access to it immediately if it is not already firewalled to trusted hosts only.
  • Consult the TrueConf advisory for a fixed release — none is listed in the available data, so check directly with the vendor for patch status and timing.
  • Given the KEV listing, treat this as a priority for remediation tracking and reporting under any KEV-driven patching obligations your organisation follows.
  • Review logs for TrueConf Server for signs of unusual script execution or process activity, since the vulnerability allows arbitrary code execution on the host once triggered.

For leadership 🧭

Executive summary. TrueConf Server is being actively exploited via a network-reachable code injection flaw that lets an attacker with no credentials break out of the server’s isolated environment and take full control of the host. Because this is in CISA’s Known Exploited Vulnerabilities catalogue, it needs to be treated as an immediate priority rather than queued for the next routine patch cycle.

Why it matters:

  • Port 4307/TCP on TrueConf Server accepts unauthenticated input, so any host that can reach that port on the network can attempt exploitation without credentials.
  • A successful attack breaks out of the server’s isolated execution environment (scope change in the CVSS vector) and runs arbitrary code directly on the host, giving full compromise rather than a contained sandbox breach.
  • The CVE is listed in CISA KEV as of 2026-08-20, meaning this flaw is known to be exploited, not merely theoretical.
  • Confidentiality, integrity and availability impacts are all rated high, so a compromised TrueConf host could expose conferencing data, be altered, or be taken offline entirely.

Now / Next / Later:

  • Now: Identify every TrueConf Server instance and check whether port 4307/TCP is reachable from any untrusted network; if it is, firewall it to trusted hosts only right away.
  • Next: Contact TrueConf or check their advisory directly for a fixed release, since none is confirmed yet, and schedule the update as soon as one is available, tracking this under KEV remediation obligations.
  • Later: Review logs for the TrueConf Server host for unusual script execution or process activity tied to port 4307, and establish network segmentation so exposed conferencing services are not reachable from untrusted zones by default.

Source