Port 4307 Was Open, and the Sandbox Was Decorative
Self-hosted video conferencing sells on a simple promise: your calls and chat history stay in your LAN, not in somebody else's datacenter, so the cloud vendor can't build a business model out of your meeting recordings. TrueConf is the on-prem answer to that promise, and the flaws CISA put in the Known Exploited Vulnerabilities catalog on August 20 show what the default install actually looks like. TrueConf Server listens on TCP port 4307, open by default, and anyone who can reach it doesn't need a password, a username, or an invite to a meeting. An unauthenticated remote attacker can call an undocumented function and run arbitrary scripts on the server (CVE-2026-72529, CVSS 9.3). The script lands in an "isolated environment," the sort of thing that's supposed to make a security team feel a little better. Then it breaks out, and the attacker runs arbitrary code with NT AUTHORITY\SYSTEM on the host (CVE-2026-72530). The isolation was decorative. The sandbox was...