Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/fevar54/cve-2026-72530-trueconf-sandbox-escape-
Vulnerability AnalysisCode AnalysisExploitationWeb SecurityLearning & Education
GitHubfevar54/cve-2026-72530-trueconf-sandbox-escape-

CVE-2026-72530-TrueConf-Sandbox-Escape-

Este repositorio contiene una demostración educativa de la mitigación y detección para **CVE-2026-72530**, una vulnerabilidad crítica de **Code Injection y Sandbox Escape** en TrueConf Server.

View Repository
1 day agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-72530: TrueConf Server Sandbox Escape - Mitigation & Detection PoC

CVE CVSS KEV TrueConf

📌 General Description

This repository contains an educational demonstration of mitigation and detection for CVE-2026-72530, a critical Code Injection and Sandbox Escape vulnerability in TrueConf Server.

Vulnerability context:

  • The vulnerability allows an unauthenticated remote attacker to escape TrueConf's sandboxed environment and execute arbitrary code on the host system
  • Affects TrueConf Server versions 5.3.x prior to 5.3.9, 5.4.x prior to 5.4.9, 5.5.x prior to 5.5.5
  • CVSS v3: 9.0-9.5 (CRITICAL)
  • CWE-94: Code Injection / CWE-285: Improper Authorization
  • Affected port: 4307/TCP
  • On CISA KEV since 2026-08-20
  • Actively exploited by Head Mare APT

🎯 Attack Vector

root@kitploit:~
# Unauthenticated access to the service on port 4307
nc -v target_ip 4307
# Sending malicious script to escape the sandbox
Download Tool