Описание
AVideo cross-site scripting vulnerability in the view/about.php page
The PHP file view/about.php is vulnerable to an XSS issue due to no sanitization of the user agent.
At line [53], the website gets the user-agent from the headers through $_SERVER['HTTP_USER_AGENT'] and echo it without any sanitization.
In PHP, echo a user generated statement, here the User-Agent Header, without any sanitization allows an attacker to inject malicious scripts into the output of a web page, which are then executed in the browser of anyone viewing that page.
Пакеты
Наименование
wwbn/avideo
composer
Затронутые версииВерсия исправления
< 14.3
14.3
Связанные уязвимости
CVSS3: 5.4
nvd
больше 1 года назад
WWBN AVideo 12.4 is vulnerable to Cross Site Scripting (XSS).