CVE-2026-9281
Stored XSS in Master Addons for Elementor WordPress Plugin
Publication date: 2026-06-06
Last updated on: 2026-06-06
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| master_addons | master_addons_for_elementor | to 3.1.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability exists in the Master Addons For Elementor WordPress plugin, specifically in versions up to and including 3.1.0. It is a Stored Cross-Site Scripting (XSS) flaw that occurs via the 'jtlma_custom_js' Page Setting (Custom JS Extension). This happens because the plugin does not properly sanitize input or escape output. Authenticated users with author-level access or higher can inject arbitrary JavaScript code into pages. This injected script executes whenever any user accesses the affected page.
The vulnerability is worsened by the fact that the usual capability check (unfiltered_html) is only enforced during the UI rendering of Elementor controls, not during the save process. This allows attackers to bypass UI restrictions by sending crafted POST requests directly to admin-ajax.php, enabling injection without using the UI.
How can this vulnerability impact me? :
This vulnerability can allow an attacker with author-level access to inject malicious JavaScript code into WordPress pages. When other users visit these pages, the malicious scripts will execute in their browsers. This can lead to theft of user credentials, session hijacking, defacement, or distribution of malware.
Because the attack requires author-level access, it may be limited to environments where such users exist or where accounts have been compromised. However, the impact on confidentiality and integrity is significant, as indicated by the CVSS score of 6.4 with low attack complexity but requiring privileges.