CVE-2026-75921
HighCVSS 7.2Exploitation Probability (EPSS)
Low risk48th percentile - higher than 48% of all known CVEs
Summary
The Master Addons for Elementor plugin for WordPress up to version 3.1.9 is vulnerable to arbitrary file upload via the upload_template_kit function. This is due to incorrect authorization on the AJAX handler, which requires only upload_files capability instead of manage_options, combined with missing file type filtering after ZIP extraction. This allows authenticated attackers with editor-level access and above to upload executable files, leading to remote code execution.
Risk Assessment
An attacker with editor privileges could upload a malicious file and take control of the site, potentially leading to data theft or further server compromise.
Recommendation
Update the plugin to the latest version. Restrict editor privileges and regularly audit user roles.
Other vulnerabilities in Master Addons for Elementor
See all- CVE-2026-62089High
The Master Addons for Elementor plugin by Pixar Labs in versions up to and including 3.2.2 contains a missing authorization vulnerability allowing privilege abuse. An unauthorized user can perform operations they should not have access to.
- CVE-2026-9281Medium
The Master Addons For Elementor plugin for WordPress up to version 3.1.0 is vulnerable to Stored Cross-Site Scripting via the 'jtlma_custom_js' Page Setting due to insufficient input sanitization and output escaping.
Original NVD description (English source)
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.

