CVE-2026-60092: AVideo - Stored Cross-Site Scripting via Unescaped User-Agent in Participants Panel
AVideo (Meet plugin) through commit e8d6119f3cb1b849149906efeb0a41fc024f59f8 contains a stored cross-site scripting vulnerability in the Meet plugin's getMeetInfo.json.php endpoint. When a participant joins a public meeting, the raw HTTP User-Agent header is stored (meetjoinlog.useragent) without sanitization (bypassing AVideo's setter-level xssesc() layer) and later echoed without output encoding (no htmlspecialchars()) in the Participants management panel, which is accessible to the meeting host and site administrators. An anonymous, unauthenticated attacker can join any public meeting while supplying a User-Agent header containing an HTML/JavaScript payload; the payload is persisted and executes in the privileged, authenticated browser session of the meeting host or a site administrator when they open the participant list. The issue was unpatched at the time of the report.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-60092?
The severity of CVE-2026-60092 is medium with a CVSS score of 6.1.
What type of vulnerability is associated with CVE-2026-60092?
CVE-2026-60092 is a stored cross-site scripting (XSS) vulnerability.
How do I fix CVE-2026-60092?
To fix CVE-2026-60092, ensure that user input, especially the User-Agent header, is properly sanitized before storage.
Which software is affected by CVE-2026-60092?
AVideo Meet plugin is the software affected by CVE-2026-60092.
Can CVE-2026-60092 lead to serious security implications?
Yes, CVE-2026-60092 can allow an attacker to execute malicious scripts in the context of other users' sessions.