TrueConf Server
CVE-2025-66824
HIGH
Severity by source
AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N
PR:L reflects required authenticated conference-creator access; S:C captures cross-user browser context compromise enabling ATO; A:N because XSS imposes no availability impact.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionNVD
A Stored Cross-Site Scripting (XSS) vulnerability exists in the Meeting location field of the Create/Edit Conference functionality in TrueConf Server v5.5.2.10813. The injected payload is stored via the meeting_room parameter and executed when users visit the Conference Info page, allowing attackers to achieve full Account Takeover (ATO). This issue is caused by improper sanitization of user-supplied input in the meeting_room field.
AnalysisAI
Stored XSS in TrueConf Server 5.5.2.10813 on Windows enables authenticated low-privileged users to inject malicious JavaScript via the meeting_room parameter in the conference creation/editing interface. The payload persists server-side and executes in any victim's browser upon visiting the Conference Info page, enabling full Account Takeover (ATO). A publicly available proof-of-concept exploit exists; the CVE is not listed in CISA KEV at time of analysis.
Technical ContextAI
TrueConf Server is a Windows-based video conferencing platform (CPE: cpe:2.3:a:trueconf:trueconf_server:5.5.2.10813:*:*:*:*:windows:*:*). The vulnerability is rooted in CWE-79 (Improper Neutralization of Input During Web Page Generation), specifically the persistent/stored variant. The meeting_room parameter in the Create/Edit Conference workflow accepts user-supplied input that is stored without adequate sanitization or output encoding. When TrueConf Server subsequently renders the Conference Info page, it reflects the raw stored value into the HTML DOM, allowing arbitrary JavaScript execution in any authenticated user's browser context. The CVSS Scope:Changed (S:C) metric correctly captures the cross-user nature of the impact: the attacker's injected code runs in a different security principal's browser session.
RemediationAI
No vendor-released patch or patched version was identified in the available data - references include only the PoC repository and the vendor homepage at https://trueconf.com, with no dedicated security advisory. Organizations should actively monitor https://trueconf.com for a security bulletin and apply any released update immediately upon availability. As a compensating control, restrict the conference creation and editing functionality to a minimal set of trusted users via role-based access controls, reducing the population of principals who can inject a stored payload - note this does not eliminate risk if any authorized user is compromised. Deploying a WAF with strict XSS filtering on TrueConf Server endpoints can block common injection patterns, though WAF bypasses exist and this control should not be treated as a permanent remediation. The definitive fix requires server-side input validation and context-aware output encoding on the meeting_room field at the application layer.
Remote code execution in TrueConf Server (versions 5.3.x through 5.3.9, 5.4.x through 5.4.9, 5.5.x through 5.5.5, and ea
Remote unauthenticated code execution in TrueConf Server (versions through 5.3.9, 5.4.9, and 5.5.5) allows a network att
Arbitrary code execution in TrueConf Client allows authenticated attackers on adjacent networks to deliver malicious upd
CSV formula injection in TrueConf Server 5.5.2.10813 on Windows allows an authenticated low-privileged user to embed mal
Local code execution in TrueConf Client 8.5.2 lets an already-authenticated local user run arbitrary code in the context
A SQL injection issue in the web API in TrueConf Server 5.2.0.10225 (fixed in 5.2.6.10025) allows remote unauthenticated
Stored HTML injection (CWE-79) in TrueConf Server 5.5.2.10813 on Windows enables an authenticated attacker to embed arbi
A SQL injection issue in a database stored function in TrueConf Server 5.2.0.10225 (fixed in 5.2.6.10025) allows a low-p
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today