Skip to main content

MagicForm EUVDEUVD-2026-37852

| CVE-2026-9815 MEDIUM
2026-06-18 WPScan GHSA-v7h3-h25c-vhc5
6.5
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
vuln.today AI
10.0 CRITICAL

Unauthenticated network RCE with no interaction; server-side PHP execution extends compromise beyond the plugin scope, justifying S:C and C:H/I:H/A:H.

3.1 AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

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

Lifecycle Timeline

4
Analysis Generated
Jun 18, 2026 - 14:24 vuln.today
CVSS changed
Jun 18, 2026 - 14:22 NVD
6.5 (MEDIUM)
CVE Published
Jun 18, 2026 - 06:00 cve.org
MEDIUM 6.5
CVE Published
Jun 18, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

The MagicForm WordPress plugin through 0.1.3 does not properly validate the type of files uploaded through an unauthenticated AJAX action when a form's per-field extension allowlist is left empty, allowing unauthenticated attackers to upload PHP files and execute arbitrary code on the server.

AnalysisAI

Unrestricted PHP file upload in the MagicForm WordPress plugin (through version 0.1.3) enables unauthenticated remote code execution on any WordPress server running an affected installation whose form fields have an empty extension allowlist. The vulnerability is reachable via an unauthenticated AJAX endpoint, requires no privileges or user interaction, and a publicly available proof-of-concept exploit exists per WPScan. Despite the plugin's limited adoption, the combination of a public exploit, zero authentication requirement, and full server-side code execution makes this a materially higher-risk issue than the vendor-assigned CVSS score of 6.5 suggests.

Technical ContextAI

MagicForm is a WordPress plugin (CPE: cpe:2.3:a:unknown:magicform:*:*:*:*:*:*:*:*) that provides front-end form functionality, including file upload capabilities exposed via WordPress's AJAX infrastructure (wp-admin/admin-ajax.php). The root-cause weakness is a missing or bypassable file-type validation routine: when a form's per-field extension allowlist is left empty, the plugin applies no server-side restriction on uploaded file extensions. This allows an attacker to submit a PHP script disguised as a legitimate file upload. Once the PHP file lands in a web-accessible directory on the server, it can be directly requested and executed by the web server process. The CWE is not formally assigned in the available data, but this maps to CWE-434 (Unrestricted Upload of File with Dangerous Type), a well-understood root cause class. The vulnerability is reported by WPScan and tracked as EUVD-2026-37852.

RemediationAI

No vendor-released patched version has been confirmed in the available data - the affected range is listed as 'through 0.1.3' with no successor version identified in references. Organizations should immediately deactivate and remove the MagicForm plugin from all WordPress installations until a confirmed patched version is available and verified. As a compensating control, administrators who cannot remove the plugin should ensure that all forms have an explicit non-empty extension allowlist configured for every file upload field, which directly addresses the bypass condition described. Additionally, the web server's document root or upload directory should be configured to deny direct PHP execution (e.g., via .htaccess deny-execute rules on /wp-content/uploads/), which limits post-upload code execution even if a malicious file is uploaded - note this may break legitimate PHP-dependent upload workflows. Network-layer controls restricting access to wp-admin/admin-ajax.php to trusted IP ranges can reduce attack surface but are operationally disruptive on public-facing sites. Monitor WPScan at https://wpscan.com/vulnerability/043f449f-fc65-4218-83d2-7742e62f2af3/ for patch availability updates.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

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

Share

EUVD-2026-37852 vulnerability details – vuln.today

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