CVE-2026-32629
MEDIUM EPSS 17.5%
Published Apr 2, 20263mo ago · Modified Jun 17, 20262w ago
5.4 CVSS 4.0
Published Apr 2, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago
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.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction P
Scope X
Threat Intelligence
EPSS Exploit Probability
17.5% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 2
CWE-20 Improper Input Validation Validation
CWE-79 Cross-site Scripting Injection
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| phpmyfaq | phpmyfaq | * | <4.1.1 |
References 2
- github.com https://github.com/thorsten/phpMyFAQ/releases/tag/4.1.1
- github.com https://github.com/thorsten/phpMyFAQ/security/advisories/GHSA-98gw-w575-h2ph
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.