SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-75921

HIGH · CVSS 7.2 EPSS 0.63% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-01 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Master Addons for Elementor plugin for WordPress is vulnerable to arbitrary file uploads due to improper authorization in the upload_template_kit function, allowing authenticated users with editor-level access to upload potentially executable files. This could lead to remote code execution, posing a significant risk to site integrity. WordPress site administrators and developers using this plugin should prioritize patching to mitigate the threat.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75921
Severity
HIGH
CVSS
7.2
EPSS
0.63%
WordPress

Original NVD Description

The Master Addons for Elementor – Elementor Addons, Widgets, Mega Menu Builder, Popup Builder, Widget Builder & Template Kits plugin for WordPress is vulnerable to Arbitrary File Upload in all versions up to, and including, 3.1.9 via the upload_template_kit function. This is due to incorrect authorization on the upload_template_kit() AJAX handler, which requires only upload_files capability instead of the manage_options required by all sibling handlers, combined with missing per-entry file type filtering after ZIP extraction. This makes it possible for authenticated attackers, with editor-level access and above, to upload files that may be executable, which makes remote code execution possible. Editors can satisfy the nonce requirement because the required nonces are localized on the standard Pages list screen, which is accessible to any user with the edit_pages capability.