First published: Mon Oct 21 2019(Updated: )
In FusionPBX up to v4.5.7, the file resources\paging.php has a paging function (called by several pages of the interface), which uses an unsanitized "param" variable constructed partially from the URL args and reflected in HTML, leading to XSS.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Fusionpbx Fusionpbx | <=4.5.7 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2019-16983 is rated as medium with a CVSS score of 6.1.
To fix the XSS vulnerability in FusionPBX up to v4.5.7 (CVE-2019-16983), sanitize the "param" variable properly before reflecting it in HTML to prevent XSS attacks.