CVE-2026-48870: King Addons for Elementor XSS Vulnerability – Patch & Detection Guide
King Addons for Elementor versions 51.1.62 and earlier contain a cross-site scripting (XSS) vulnerability that allows authenticated users to inject malicious scripts. The vulnerability requires user interaction (such as a victim clicking a link) to execute, and can affect multiple security boundaries within a site. While the attack surface is somewhat constrained by authentication requirements, the ability to combine script injection with site-wide impact makes this a meaningful risk for organizations using this WordPress plugin.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L
- Weaknesses (CWE)
- CWE-79
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-15 / 2026-06-17
NVD description (verbatim)
Subscriber Cross Site Scripting (XSS) in King Addons for Elementor <= 51.1.62 versions.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-48870 is a stored or reflected cross-site scripting flaw in King Addons for Elementor up to version 51.1.62. The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation). The CVSS 3.1 score of 6.5 (MEDIUM) reflects a network-accessible attack vector with low attack complexity, requiring user privilege and interaction. The scope is changed, meaning the vulnerability can impact resources beyond the vulnerable component. An authenticated attacker can leverage this to inject JavaScript that executes in the context of other users' browsers, potentially stealing session tokens, performing unauthorized actions, or defacing site content.
Business impact
For WordPress sites relying on King Addons for Elementor, this vulnerability poses risks to user data and site integrity. Attackers with subscriber-level access or higher could compromise visitor sessions, redirect users to malicious domains, or harvest sensitive information. Sites with high-trust content (e-commerce, membership platforms, SaaS dashboards) face reputational and compliance exposure. The MEDIUM severity and authentication requirement limit enterprise blast radius, but active exploitation targeting site administrators or high-privilege users remains plausible.
Affected systems
King Addons for Elementor versions 51.1.62 and below are affected. Organizations should inventory WordPress installations using this plugin and determine their current version. The vulnerability does not affect Elementor itself or other Elementor extensions unless they share the same root cause. Review user roles and plugin settings to identify who has subscriber-level or higher access, as those accounts pose the greatest risk.
Exploitability
The vulnerability requires authentication and user interaction, which moderately constrains exploitability. An attacker must either possess or socially engineer subscriber-level credentials, then craft a payload and trick a user into clicking a link or visiting a page containing the injected script. While not trivial, this attack pattern is routine in targeted phishing campaigns. Public exploit code has not been confirmed in the CISA KEV catalog or major exploit repositories as of this analysis, but proof-of-concept development is straightforward for XSS flaws. Organizations using public-facing or multi-user WordPress installations should treat this as elevated priority.
Remediation
Update King Addons for Elementor to the latest available version above 51.1.62. Verify the patch version through the official WordPress plugin repository or the vendor's advisory. As an interim measure, restrict subscriber-level access to only trusted users, disable the plugin if not actively in use, and implement content security policy (CSP) headers to mitigate XSS impact. Test patches in a staging environment before production deployment to ensure compatibility with your site's custom configurations.
Patch guidance
Access the WordPress dashboard, navigate to Plugins, and check for available updates to King Addins for Elementor. The vendor should have released a patched version addressing this XSS flaw; verify the specific version number against the official security advisory before applying. If automatic updates are enabled, ensure they are configured to apply plugin patches. After updating, clear any cached pages or assets and test form submissions, user interactions, and subscriber functionality to confirm no regressions were introduced. For sites with custom code integrating King Addons, review any filters or hooks to ensure they do not reintroduce input validation gaps.
Detection guidance
Monitor Web Application Firewall (WAF) logs for anomalous POST requests to King Addons-related endpoints, particularly those containing script tags or JavaScript event handlers. Review WordPress plugin activity logs and audit trails for unexpected changes to plugin configuration or user role elevation. Examine subscriber account creation and login patterns for suspicious timing or geographic anomalies. Use WordPress security plugins (e.g., Wordfence, Sucuri) to scan for known vulnerability signatures. If you suspect exploitation, inspect the HTML of compromised pages and user-generated content for inline scripts or suspicious iframe injections. Correlate WAF alerts with site analytics to identify pages receiving unusual traffic patterns or referral sources.
Why prioritize this
Although MEDIUM severity, this vulnerability warrants prompt patching due to the plugin's typical exposure in WordPress environments, the straightforward nature of XSS exploitation, and the likelihood that attackers will probe for unpatched instances. Organizations managing multiple WordPress sites or those with subscriber-level user bases should prioritize updates within 1–2 weeks. The lack of authenticated exploit code and KEV listing provides a brief window before widespread tooling emerges.
Risk score, explained
The CVSS 3.1 score of 6.5 reflects: (1) network accessibility and low attack complexity, increasing attack surface; (2) the requirement for authentication and user interaction, which restricts but does not eliminate practical risk; (3) scope change, indicating impact beyond the vulnerable component itself; and (4) confidentiality, integrity, and availability impacts through session hijacking, content manipulation, and potential denial of service via resource-intensive script execution. This places the vulnerability in the MEDIUM band—serious enough to fix promptly but not a critical zero-day panic scenario.
Frequently asked questions
Do I need to update King Addons for Elementor immediately?
Yes, but with appropriate planning. If your site has a live subscriber base or administrative users, prioritize testing and deploying the patch within 1–2 weeks. If the plugin is unused or running on an internal staging environment, update sooner. Verify the patch version against the vendor's official advisory before applying to production.
Can this vulnerability be exploited without authentication?
No. The vulnerability requires subscriber-level access or higher, meaning an attacker must possess valid WordPress credentials or obtain them through phishing or credential compromise. However, accounts with subscriber privileges are often more numerous and easier to compromise than admin accounts, so threat surface remains meaningful.
Will updating break my site's custom functionality?
XSS patches typically involve tightening input validation or output escaping and rarely introduce breaking changes. Nonetheless, always test in a staging environment first, especially if your site uses custom code, hooks, or filters that interact with King Addons. Review the changelog and test subscriber-facing features and form submissions thoroughly.
What should I do if I suspect my site was compromised by this vulnerability?
Audit recent logins and subscriber account activity; reset all user passwords; review your site's HTML and database for injected scripts or suspicious content; restore from a known-good backup if available; scan for malware using a security plugin; and update King Addons immediately. Consider engaging a WordPress security specialist if unauthorized changes are confirmed.
This analysis is based on the CVE record as published and does not constitute legal, compliance, or professional security advice. Security teams should independently verify all patch versions, vendor advisories, and affected product lists before making deployment decisions. CVSS scores and severity ratings reflect standard industry assessments and may not reflect your organization's risk tolerance or threat model. Always test patches in a non-production environment and monitor for compatibility issues. For the most current vulnerability information, consult the official National Vulnerability Database (NVD) and the vendor's security advisory. Source: NVD (public-domain), retrieved 2026-07-24. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2016-20070MEDIUMPrivilege Escalation & Stored XSS in WordPress Booking Calendar Contact Form 1.0.23
- CVE-2018-25384MEDIUMStored XSS in Wikidforum 2.20 Allows Authenticated Attackers to Inject Malicious Scripts
- CVE-2019-25731MEDIUMStored XSS in Zuz Music 2.1 Contact Form
- CVE-2019-25737MEDIUMStored XSS in Live Chat Unlimited 2.8.3 – Admin Session Compromise
- CVE-2019-25739MEDIUMGigToDo 1.3 Stored XSS Vulnerability in Proposal Descriptions
- CVE-2019-25742MEDIUMStored XSS in Zoner Real Estate WordPress Theme 4.1.1 – Admin Account Compromise Risk
- CVE-2019-25743MEDIUMWordPress Soliloquy Lite 2.5.6 Stored XSS Vulnerability
- CVE-2019-25744MEDIUMWordPress Popup Builder 3.49 Stored XSS Vulnerability – Exploit Prevention & Patch Guide