Lucene search

K
githubGitHub Advisory DatabaseGHSA-F98P-2HC5-FM7V
HistoryMay 20, 2024 - 6:43 p.m.

AVideo cross-site scripting vulnerability in the view/about.php page

2024-05-2018:43:57
CWE-79
GitHub Advisory Database
github.com
5
avideo
cross-site scripting
vulnerability
view/about.php
php
user-agent
headers
sanitization
browser
web page
malicious scripts
execution
software

AI Score

6.1

Confidence

High

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.

Affected configurations

Vulners
Node
wwbnavideoRange<14.3
VendorProductVersionCPE
wwbnavideo*cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*

AI Score

6.1

Confidence

High

Related for GHSA-F98P-2HC5-FM7V