AVideo (Meet plugin), Reflected XSS, CVE-NotProvided (critical)

Listen to this Post

How the CVE works (technical explanation):

The flaw exists in `plugin/Meet/iframe.php` where `$readyToClose` is built using unsanitized `user` and `pass` parameters from User::loginFromRequestToGet(). This function (in objects/user.php:3363-3373) returns raw concatenation of `$_REQUEST[‘user’]` and `$_REQUEST[‘pass’]` without any encoding. The value is then injected directly into a JavaScript double‑quoted string literal inside a `

Scroll to Top