CVE Catalog

CVE-2026-56736

HighCVSS 8.2
Published: Updated: Translated: NVD NIST

Summary

phpMyFAQ is an open source FAQ web application. A stored cross-site scripting (XSS) vulnerability in versions prior to 4.2.0-alpha allows any unauthenticated user (or low-privileged registered user) to inject arbitrary JavaScript that executes in an administrator's browser when they review or edit a user-submitted FAQ entry. This leads to admin account takeover via session theft.

Risk Assessment

An attacker could take over an administrator account, gaining full control over the application and access to sensitive data. This may lead to further attacks and compromise of the entire system.

Recommendation

Update phpMyFAQ to version 4.2.0-alpha or later, which fixes this vulnerability. It is also recommended to implement additional output sanitization and XSS protection mechanisms.

Other vulnerabilities in phpMyFAQ

See all
Original NVD description (English source)

phpMyFAQ is an open source FAQ web application. A stored cross-site scripting (XSS) vulnerability in versions prior to 4.2.0-alpha allows any unauthenticated user (or low-privileged registered user) to inject arbitrary JavaScript that executes in an administrator's browser when they review or edit a user-submitted FAQ entry. This leads to admin account takeover via session theft. The vulnerability exists because `html_entity_decode()` converts HTML entities into executable HTML after `strip_tags()` has already passed them through, and the admin template renders the content with Twig's `|raw` filter without any output sanitization. Version 4.2.0-alpha fixes the issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS