VYPR
Unrated severityNVD Advisory· Published Nov 27, 2019· Updated Aug 5, 2024

CVE-2019-19367

CVE-2019-19367

Description

A cross-site scripting (XSS) vulnerability in app/fax/fax_files.php in FusionPBX 4.4.1 allows remote attackers to inject arbitrary web script or HTML via the id parameter.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A stored XSS vulnerability in FusionPBX 4.4.1 allows attackers to inject arbitrary script via the id parameter in fax_files.php.

Vulnerability

A cross-site scripting (XSS) vulnerability exists in FusionPBX version 4.4.1 within the file app/fax/fax_files.php. The id parameter is taken directly from the HTTP GET request and used in constructing pagination links without proper sanitization, as shown in the commit diff [1]. This allows an attacker to inject arbitrary HTML or JavaScript.

Exploitation

An attacker can exploit this by crafting a malicious URL containing a payload in the id parameter, for example: https://target/app/fax/fax_files.php?id=123%27%3E%3Csvg/onload=alert(document.domain)%3E%3Ca+href%3d%27 [2]. No authentication is required if the endpoint is publicly accessible, but typically FusionPBX is used internally. The injected script executes when a victim views the fax files page.

Impact

Successful exploitation leads to execution of arbitrary script in the context of the victim's browser. This can result in session hijacking, defacement, or redirection to malicious sites, compromising the confidentiality and integrity of the affected FusionPBX installation.

Mitigation

The vulnerability was fixed in commit [1] on October 2, 2019, by replacing $_GET['id'] with the internal $fax_uuid variable. Users should upgrade to FusionPBX 4.4.2 or later. If upgrading is not possible, the patch can be manually applied to app/fax/fax_files.php. No known workarounds are documented.

AI Insight generated on May 26, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.