SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-60092

MEDIUM · CVSS 6.1 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-08 · Last synced 2026-08-07

CyberRota Analysis

AI-Generated

The Meet plugin in AVideo is vulnerable to a stored cross-site scripting (XSS) attack due to improper sanitization of the User-Agent header in the getMeetInfo.json.php endpoint. This allows an unauthenticated attacker to inject malicious HTML/JavaScript payloads that execute in the browser session of meeting hosts or site administrators when they view the participant list. Organizations using AVideo, particularly those with public meeting capabilities, should prioritize patching this vulnerability to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-60092
Severity
MEDIUM
CVSS
6.1
EPSS
0.20%
Java F5

Original NVD Description

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 (meet_join_log.user_agent) without sanitization (bypassing AVideo's setter-level xss_esc() 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.