Description
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.
INFO
Published Date :
2026-04-02T14:43:14.799Z
Last Modified :
2026-04-02T16:23:06.203Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-32629 vulnerability.
| Vendors | Products |
|---|---|
| Thorsten |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-32629.