Skip to main content

Piotnet Forms CVE-2026-4883

| EUVDEUVD-2026-30892 CRITICAL
Unrestricted Upload of File with Dangerous Type (CWE-434)
2026-05-19 Wordfence GHSA-rpxv-q36f-v8r2
9.8
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

1
Analysis Generated
May 19, 2026 - 13:00 vuln.today

DescriptionCVE.org

The Piotnet Forms plugin for WordPress is vulnerable to arbitrary file upload due to missing file type validation in the 'piotnetforms_ajax_form_builder' function in all versions up to, and including, 2.1.40. The plugin uses an incomplete extension blacklist that only blocks php, phpt, php5, php7, and exe extensions, while allowing dangerous extensions such as .phar or .phtml to be uploaded. This makes it possible for unauthenticated attackers to upload arbitrary files on the affected site's server which may make remote code execution possible. Note: The exploit can only be exploited if a file field is added to the form.

AnalysisAI

Arbitrary file upload in the Piotnet Forms WordPress plugin (all versions up to and including 2.1.40) allows unauthenticated remote attackers to upload dangerous file types such as .phar and .phtml, potentially leading to remote code execution on the underlying web server. The flaw stems from an incomplete extension blacklist in the piotnetforms_ajax_form_builder AJAX handler, and exploitation requires that a form on the site include a file upload field. No public exploit identified at time of analysis, but the CVSS 9.8 severity and unauthenticated network attack vector make this a high-priority WordPress plugin issue.

Technical ContextAI

Piotnet Forms is a WordPress form-builder plugin (CPE cpe:2.3:a:piotnet:piotnet_forms) that exposes an AJAX endpoint named piotnetforms_ajax_form_builder for handling form submissions, including file uploads. The vulnerability is a classic CWE-434 (Unrestricted Upload of File with Dangerous Type) caused by relying on a denylist rather than an allowlist: the code blocks only .php, .phpt, .php5, .php7, and .exe, while leaving other PHP-executable extensions such as .phar and .phtml unblocked. On standard Apache + mod_php deployments, .phtml and .phar are typically mapped to the PHP handler, so a file dropped into wp-content/uploads (or wherever the plugin writes) can be invoked over HTTP to execute attacker-controlled PHP code.

RemediationAI

No vendor-released patch identified at time of analysis - the references provided do not name a fixed version, so administrators should monitor the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/9bd9c9db-d279-4de2-b5e4-ac7d8c919f2a and the vendor site https://piotnetforms.com for an update beyond 2.1.40 and apply it immediately when released. In the interim, the most effective compensating control is to remove any file-upload fields from Piotnet Forms forms, since the vulnerable code path is only reachable when such a field exists (trade-off: legitimate file-collection workflows break). As deeper defenses, deactivate the plugin entirely if file uploads are required but cannot be removed, configure the web server to refuse execution of .phar and .phtml files inside the WordPress uploads directory (e.g., via an Apache <FilesMatch> or nginx location block - trade-off: may break themes/plugins that legitimately serve .phtml), and place a WAF rule in front of admin-ajax.php that blocks the piotnetforms_ajax_form_builder action when multipart uploads contain disallowed extensions.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

CVE-2026-4883 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy