Impact
The flaw is a stored XSS in the FAQ creation and update endpoints that lets an authenticated user with FAQ_ADD permission inject arbitrary JavaScript into question or answer fields. When the FAQ page is rendered with the raw Twig filter, the malicious code executes in every visitor's browser. This issue belongs to CWE‑79.
Affected Systems
The vulnerability affects the community edition of phpMyFAQ versions prior to 4.1.2. Users running phpMyFAQ 4.0, 4.1.1 or earlier are exposed.
Risk and Exploitability
The CVSS score of 5.1 indicates moderate severity. An attacker needs authentication and FAQ_ADD rights to store script tags; every viewer of the affected FAQ will execute the code. The EPSS score of < 1% indicates a very low but non‑zero exploitation probability, and the flaw is not listed in CISA KEV.
OpenCVE Enrichment
Github GHSA