XSS in Phpmyfaq

CVE-2026-32629

phpMyFAQ is an open source FAQ web application. Prior to version 4.1.1, an unauthenticated attacker can submit a guest FAQ with an email address that is syntactically valid per RFC 5321 (quoted local part) yet contains raw HTML — for example "<script>alert(1)</script>"@evil.com. PHP's FILTER_VALIDATE_EMAIL accepts this email as valid. The email is stored in the database without HTML sanitization and later rendered in the admin FAQ editor template using Twig's |raw filter, which bypasses auto-escaping entirely. This issue has been patched in version 4.1.1.

Vulnerability class: Drupalgeddon 2 (CVE-2018-7600)

EPSS: 0.003 (17.9th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 6.1 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-32629?
CVE-2026-32629 is a medium-severity vulnerability in Phpmyfaq, classified under Improper Input Validation. CVSS score: 6.1/10. Published 2026-04-02.
How severe is CVE-2026-32629?
Medium severity. CVSS v3 base score is 6.1 out of 10.