Vulnerabilities (CVE)

Filtered by vendor Jqueryform Subscribe
Filtered by product Php Formmail Generator
Total 5 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2016-9482 1 Jqueryform 1 Php Formmail Generator 2023-12-10 7.5 HIGH 9.8 CRITICAL
Code generated by PHP FormMail Generator may allow a remote unauthenticated user to bypass authentication in the to access the administrator panel by navigating directly to /admin.php?mod=admin&func=panel
CVE-2016-9493 1 Jqueryform 1 Php Formmail Generator 2023-12-10 4.3 MEDIUM 6.1 MEDIUM
The code generated by PHP FormMail Generator prior to 17 December 2016 is vulnerable to stored cross-site scripting. In the generated form.lib.php file, upload file types are checked against a hard-coded list of dangerous extensions. This list does not include all variations of PHP files, which may lead to execution of the contained PHP code if the attacker can guess the uploaded filename. The form by default appends a short random string to the end of the filename.
CVE-2016-9492 1 Jqueryform 1 Php Formmail Generator 2023-12-10 7.5 HIGH 9.8 CRITICAL
The code generated by PHP FormMail Generator prior to 17 December 2016 is vulnerable to unrestricted upload of dangerous file types. In the generated form.lib.php file, upload file types are checked against a hard-coded list of dangerous extensions. This list does not include all variations of PHP files, which may lead to execution of the contained PHP code if the attacker can guess the uploaded filename. The form by default appends a short random string to the end of the filename.
CVE-2016-9484 1 Jqueryform 1 Php Formmail Generator 2023-12-10 5.0 MEDIUM 7.5 HIGH
The generated PHP form code does not properly validate user input folder directories, allowing a remote unauthenticated attacker to perform a path traversal and access arbitrary files on the server. The PHP FormMail Generator website does not use version numbers and is updated continuously. Any PHP form code generated by this website prior to 2016-12-06 may be vulnerable.
CVE-2016-9483 1 Jqueryform 1 Php Formmail Generator 2023-12-10 7.5 HIGH 9.8 CRITICAL
The PHP form code generated by PHP FormMail Generator deserializes untrusted input as part of the phpfmg_filman_download() function. A remote unauthenticated attacker may be able to use this vulnerability to inject PHP code, or along with CVE-2016-9484 to perform local file inclusion attacks and obtain files from the server.