CVE-2025-5284: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in litonice13 Master Addons – Elementor Addons with White Label, Free Widgets, Hover Effects, Conditions, & Animations
The Master Addons – Elementor Addons with White Label, Free Widgets, Hover Effects, Conditions, & Animations plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Custom JS extension in all versions up to, and including, 2.0.8.2 due to insufficient capability restriction, and insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI Analysis
Technical Summary
CVE-2025-5284 is a stored cross-site scripting vulnerability classified under CWE-79, affecting the Master Addons – Elementor Addons plugin for WordPress, specifically versions up to and including 2.0.8.2. The vulnerability stems from insufficient capability restrictions combined with inadequate input sanitization and output escaping within the Custom JS extension of the plugin. Authenticated users with Contributor-level access or above can exploit this flaw by injecting arbitrary JavaScript code into pages managed by the plugin. Because the injected scripts are stored persistently, they execute every time any user visits the compromised page, potentially enabling attackers to perform actions such as session hijacking, privilege escalation, or delivering malicious payloads to other users. The vulnerability does not require user interaction to trigger once the malicious script is stored, but it does require the attacker to have authenticated access with at least Contributor privileges, which are commonly granted to users who can add or edit content. The CVSS 3.1 base score is 6.4, reflecting medium severity, with network attack vector, low attack complexity, and privileges required. The scope is changed, indicating that exploitation affects resources beyond the vulnerable component. No public exploits have been reported yet, but the widespread use of WordPress and this plugin increases potential risk. The vulnerability highlights the importance of proper input validation, output encoding, and strict capability checks in WordPress plugins that allow user-generated content or scripts.
Potential Impact
The impact of CVE-2025-5284 can be significant for organizations running WordPress sites with the affected plugin installed. Exploitation allows attackers with Contributor-level access to inject persistent malicious scripts, which execute in the context of any user visiting the infected pages. This can lead to theft of authentication cookies, enabling session hijacking and unauthorized access to user accounts, including administrative accounts if targeted. Attackers may also deface websites, redirect users to malicious sites, or deliver further malware payloads. The vulnerability undermines the confidentiality and integrity of the website and its users, though it does not directly affect availability. Organizations with multiple contributors or less restrictive user role assignments are at higher risk. The threat is particularly concerning for sites handling sensitive user data or providing critical services, as attackers could leverage the XSS to escalate privileges or compromise user trust. While no known exploits are currently in the wild, the medium severity and ease of exploitation by authenticated users warrant prompt attention to prevent potential damage.
Mitigation Recommendations
To mitigate CVE-2025-5284, organizations should take several specific steps beyond generic advice: 1) Immediately update the Master Addons plugin to a patched version once available; if no patch exists yet, consider disabling the Custom JS extension or the entire plugin temporarily. 2) Review and tighten user role assignments, limiting Contributor or higher privileges only to trusted users, as exploitation requires authenticated access at this level. 3) Implement strict input validation and output encoding for any user-generated content, especially JavaScript inputs, to prevent script injection. 4) Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious script injection attempts targeting the plugin's endpoints. 5) Monitor website logs and user activity for unusual behavior indicative of XSS exploitation, such as unexpected script insertions or anomalous page modifications. 6) Educate content contributors about the risks of injecting custom scripts and enforce policies restricting unsafe content. 7) Regularly audit installed plugins and their permissions to ensure minimal attack surface. 8) Consider deploying Content Security Policy (CSP) headers to restrict execution of unauthorized scripts. These combined measures will reduce the risk of exploitation and limit potential damage.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, India, Brazil, France, Japan, Netherlands, Italy, Spain
CVE-2025-5284: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in litonice13 Master Addons – Elementor Addons with White Label, Free Widgets, Hover Effects, Conditions, & Animations
Description
The Master Addons – Elementor Addons with White Label, Free Widgets, Hover Effects, Conditions, & Animations plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Custom JS extension in all versions up to, and including, 2.0.8.2 due to insufficient capability restriction, and insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-5284 is a stored cross-site scripting vulnerability classified under CWE-79, affecting the Master Addons – Elementor Addons plugin for WordPress, specifically versions up to and including 2.0.8.2. The vulnerability stems from insufficient capability restrictions combined with inadequate input sanitization and output escaping within the Custom JS extension of the plugin. Authenticated users with Contributor-level access or above can exploit this flaw by injecting arbitrary JavaScript code into pages managed by the plugin. Because the injected scripts are stored persistently, they execute every time any user visits the compromised page, potentially enabling attackers to perform actions such as session hijacking, privilege escalation, or delivering malicious payloads to other users. The vulnerability does not require user interaction to trigger once the malicious script is stored, but it does require the attacker to have authenticated access with at least Contributor privileges, which are commonly granted to users who can add or edit content. The CVSS 3.1 base score is 6.4, reflecting medium severity, with network attack vector, low attack complexity, and privileges required. The scope is changed, indicating that exploitation affects resources beyond the vulnerable component. No public exploits have been reported yet, but the widespread use of WordPress and this plugin increases potential risk. The vulnerability highlights the importance of proper input validation, output encoding, and strict capability checks in WordPress plugins that allow user-generated content or scripts.
Potential Impact
The impact of CVE-2025-5284 can be significant for organizations running WordPress sites with the affected plugin installed. Exploitation allows attackers with Contributor-level access to inject persistent malicious scripts, which execute in the context of any user visiting the infected pages. This can lead to theft of authentication cookies, enabling session hijacking and unauthorized access to user accounts, including administrative accounts if targeted. Attackers may also deface websites, redirect users to malicious sites, or deliver further malware payloads. The vulnerability undermines the confidentiality and integrity of the website and its users, though it does not directly affect availability. Organizations with multiple contributors or less restrictive user role assignments are at higher risk. The threat is particularly concerning for sites handling sensitive user data or providing critical services, as attackers could leverage the XSS to escalate privileges or compromise user trust. While no known exploits are currently in the wild, the medium severity and ease of exploitation by authenticated users warrant prompt attention to prevent potential damage.
Mitigation Recommendations
To mitigate CVE-2025-5284, organizations should take several specific steps beyond generic advice: 1) Immediately update the Master Addons plugin to a patched version once available; if no patch exists yet, consider disabling the Custom JS extension or the entire plugin temporarily. 2) Review and tighten user role assignments, limiting Contributor or higher privileges only to trusted users, as exploitation requires authenticated access at this level. 3) Implement strict input validation and output encoding for any user-generated content, especially JavaScript inputs, to prevent script injection. 4) Employ Web Application Firewalls (WAFs) with custom rules to detect and block suspicious script injection attempts targeting the plugin's endpoints. 5) Monitor website logs and user activity for unusual behavior indicative of XSS exploitation, such as unexpected script insertions or anomalous page modifications. 6) Educate content contributors about the risks of injecting custom scripts and enforce policies restricting unsafe content. 7) Regularly audit installed plugins and their permissions to ensure minimal attack surface. 8) Consider deploying Content Security Policy (CSP) headers to restrict execution of unauthorized scripts. These combined measures will reduce the risk of exploitation and limit potential damage.
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-05-27T17:22:20.473Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 68777169a83201eaacd8f4f0
Added to database: 7/16/2025, 9:31:21 AM
Last enriched: 2/27/2026, 3:10:44 PM
Last updated: 3/26/2026, 10:06:07 AM
Views: 142
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.