WWBN AVideo is an open source video platform. In versions 26.0 and prior, the AVideo YPTSocket plugin's caller feature renders incoming call notifications using the jQuery Toast Plugin, passing the caller's display name directly as the heading parameter. The toast plugin constructs the heading as raw HTML ('<h2>' + heading + '</h2>') and inserts it into the DOM via jQuery's .html() method, which parses and executes any embedded HTML or script content. An attacker can set their display name to an XSS payload and trigger code execution on any online user's browser simply by initiating a call - no victim interaction is required beyond being connected to the WebSocket. At time of publication, there are no publicly available patches.
WWBN AVideo versions 26.0 and prior contain a stored XSS vulnerability in the YPTSocket plugin's caller notification feature where attacker-controlled display names are rendered as raw HTML without sanitization. An attacker can execute arbitrary JavaScript in victims' browsers by initiating a call with a malicious display name payload.
ثغرة XSS مخزنة في مكون YPTSocket بمنصة WWBN AVideo حيث يتم تمرير اسم المتصل مباشرة إلى مكون Toast دون تطهير. يمكن لأي مهاجم تعيين اسم عرض يحتوي على كود JavaScript ضار وتنفيذه على متصفحات جميع المستخدمين المتصلين بدون الحاجة لتفاعل من الضحية.
WWBN AVideo إصدارات 26.0 وما قبلها تحتوي على ثغرة XSS مخزنة في ميزة إخطارات المتصل في مكون YPTSocket حيث يتم عرض أسماء العرض التي يتحكم بها المهاجم كـ HTML خام بدون تطهير. يمكن للمهاجم تنفيذ JavaScript عشوائي في متصفحات الضحايا بواسطة بدء مكالمة برسالة اسم عرض ضارة.
Immediately upgrade WWBN AVideo to a patched version when available. As a temporary mitigation, disable the YPTSocket plugin or restrict call initiation permissions to trusted users only. Implement Content Security Policy (CSP) headers to prevent inline script execution. Monitor for suspicious display names containing HTML/script tags in call logs.
قم بالترقية الفورية إلى نسخة معالجة عند توفرها. كتدبير مؤقت، قم بتعطيل مكون YPTSocket أو قصر إذن بدء المكالمات على المستخدمين الموثوقين فقط. قم بتنفيذ رؤوس سياسة أمان المحتوى (CSP) لمنع تنفيذ البرامج النصية المضمنة. راقب أسماء العرض المريبة التي تحتوي على علامات HTML/script في سجلات المكالمات.