Cyber Posture

CVE-2026-3502

HighCISA KEVActive Exploitation

Published: 30 March 2026

Published
30 March 2026
Modified
03 April 2026
KEV Added
02 April 2026
Patch
CVSS Score 7.8 CVSS:3.1/AV:A/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:L
EPSS Score 0.0275 86.1th percentile
Risk Priority 37 60% EPSS · 20% KEV · 20% CVSS

Description

TrueConf Client downloads application update code and applies it without performing verification. An attacker who is able to influence the update delivery path can substitute a tampered update payload. If the payload is executed or installed by the updater, this…

more

may result in arbitrary code execution in the context of the updating process or user.

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-7 requires verification of software integrity prior to installation or update, directly preventing execution of tampered update payloads.

prevent

CM-14 mandates digitally signed software components, ensuring update authenticity and blocking substituted malicious payloads.

preventdetect

SI-3 deploys malicious code protection at entry points to block or detect tampered updates containing arbitrary code execution payloads.

Security SummaryAI

CVE-2026-3502 is a vulnerability in the TrueConf Client application, where it downloads update code and applies it without performing verification. This flaw, published on 2026-03-30 and associated with CWE-494, allows an attacker who can influence the update delivery path to substitute a tampered update payload. If executed or installed by the updater, the payload may lead to arbitrary code execution in the context of the updating process or the user, with a CVSS v3.1 base score of 7.8 (AV:A/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:L).

Exploitation requires adjacent network access, low complexity, high privileges, and user interaction, such as a user triggering the update process. An attacker able to compromise or intercept the update delivery path can deliver a malicious payload disguised as legitimate software, achieving arbitrary code execution upon installation. This grants high impacts to confidentiality and integrity, with low availability impact and changed scope.

Advisories provide mitigation details, including TrueConf's release notes for version 8.5 at https://trueconf.com/blog/update/trueconf-8-5, which likely addresses the update verification issue. Checkpoint Research documents 0-day exploitation in Operation TrueChaos targeting Southeast Asian government entities (https://research.checkpoint.com/2026/operation-truechaos-0-day-exploitation-against-southeast-asian-government-targets/), and CISA lists it in the Known Exploited Vulnerabilities catalog (https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2026-3502), urging immediate patching.

This vulnerability has confirmed real-world exploitation as a zero-day against government targets, highlighting risks in video conferencing software update mechanisms.

Details

CWE(s)
KEV Date Added
02 April 2026

Affected Products

trueconf
trueconf
≤ 8.5.3.884

MITRE ATT&CK Enterprise TechniquesAI

T1195.002 Compromise Software Supply Chain Initial Access
Adversaries may manipulate application software prior to receipt by a final consumer for the purpose of data or system compromise.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Vulnerability enables tampering with unverified software updates for supply chain compromise (T1195.002) and exploitation of client-side updater for arbitrary code execution (T1203).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References