Skip to content

A cross-site scripting (XSS) vulnerability has been identified in the view/about.php page of AVideo

Low
DanielnetoDotCom published GHSA-f98p-2hc5-fm7v May 20, 2024

Package

No package listed

Affected versions

< 14.3

Patched versions

14.3

Description

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.

Severity

Low

CVE ID

CVE-2024-34899

Weaknesses

No CWEs