Browse all 5 CVE security advisories affecting PHP FormMail. AI-powered Chinese analysis, POCs, and references for each vulnerability.
PHP FormMail is a widely used PHP script designed to process HTML forms and send their contents via email. Historically, it has been plagued with multiple critical vulnerabilities including remote code execution, cross-site scripting, and privilege escalation, primarily stemming from insufficient input validation and insecure handling of user-supplied data. The five recorded CVEs highlight persistent security flaws, often allowing attackers to execute arbitrary code, manipulate form submissions, or gain unauthorized access. Despite its popularity, the script's age and simplistic design have made it a frequent target for exploitation, particularly in legacy systems where it remains deployed. Security researchers consistently advise against its use in favor of more secure, modern alternatives.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2016-9482 | PHP FormMail Generator generates PHP code for standard web forms, and the code generated is vulnerable to authentication bypass — Generator CWE-302 | 9.8 | - | 2018-07-13 |
| CVE-2016-9483 | PHP FormMail Generator generates PHP code for standard web forms, and the code generated is vulnerable to unsafe deserialization of untrusted data — Generator CWE-502 | 9.8 | - | 2018-07-13 |
| CVE-2016-9484 | PHP FormMail Generator generates PHP code for standard web forms, and the code generated does not properly validate user input folder directories and is vulnerable to path traversal — Generator CWE-22 | 7.5 | - | 2018-07-13 |
| CVE-2016-9492 | PHP forms generated using the PHP FormMail Generator are vulnerable to unrestricted upload of dangerous file types — Generator CWE-434 | 9.8 | - | 2018-07-13 |
| CVE-2016-9493 | PHP forms generated using the PHP FormMail Generator are vulnerable to stored cross-site scripting — Generator CWE-80 | 6.1 | - | 2018-07-13 |
This page lists every published CVE security advisory associated with PHP FormMail. Each entry links to a detailed page with CVSS scoring, CWE classification, affected products and references. AI-generated Chinese analysis is provided for fast triage.