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
CVE-2026-3502---TrueConf-Client-Update-Hijacking-PoC — PoC de CVE-2026-3502: hijacking de actualizacion en TrueConf Client para RCE (Operacion TrueChaos). | Kitploit
Tools/GitHubGitHub/fevar54/cve-2026-3502---trueconf-client-update-hijacking-poc
ExploitationWeb Application ExploitationMalware AnalysisPenetration TestingRed TeamingPayload Development
GitHubfevar54/cve-2026-3502---trueconf-client-update-hijacking-poc

CVE-2026-3502---TrueConf-Client-Update-Hijacking-PoC

PoC de CVE-2026-3502: hijacking de actualizacion en TrueConf Client para RCE (Operacion TrueChaos).

View Repository
65 months 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-3502 - TrueConf Client Update Hijacking Exploit

License: MIT Python 3.8+ CVSS

⚠️ WARNING

This tool is for educational purposes and authorized testing only. Do not use on systems without explicit permission.

📋 Description

Exploit for CVE-2026-3502 - update vulnerability without integrity verification in TrueConf Client (Windows). It allows an attacker who controls a local TrueConf server to replace the legitimate update package with a malicious one, achieving remote code execution on all connected clients.

🎯 Impact

  • Arbitrary code execution in update context (elevated privileges)
  • Malware distribution through legitimate channels
  • Persistence via Run keys and scheduled tasks
  • Privilege escalation via UAC bypass (iscsicpl.exe)
  • Havoc C2 deployment (observed in TrueChaos operation)
  • 🔍 CVSS Score

    • Score: 7.8 HIGH
    • Vector: CVSS:3.1/AV:A/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:L
    • CWE: CWE-494 (Download of Code Without Integrity Check)
    • CISA KEV: Added 02/04/2026, mitigation required before 16/04/2026

    🏗️ Attack Architecture

    ┌─────────────────┐ ┌──────────────────┐ ┌─────────────────┐ │ Attacker │────▶│ Compromised │────▶│ TrueConf │ │ Controls │ │ TrueConf Server │ │ Client │ │ Server │ │ (Internal LAN) │ │ Downloads │ └─────────────────┘ └──────────────────┘ │ Malicious EXE │ │ └─────────────────┘ │ │ ▼ ▼ ┌──────────────────┐ ┌─────────────────┐ │ C:\Program │ │ Inno Setup │ │ Files\TrueConf │ │ Installer │ │ Server\Client │ │ Executes │ │ InstFiles\ │ │ with Admin │ └──────────────────┘ └─────────────────┘

    📦 Installation

    root@kitploit:~
    git clone https://github.com/tu-usuario/CVE-2026-3502-TrueConf-RCE-PoC.git
    cd CVE-2026-3502-TrueConf-RCE-PoC
    pip install -r requirements.txt
    
    Download Tool