HIGH 7.1

CVE-2026-39597: Unauthenticated XSS in WPZOOM Addons for Elementor ≤1.3.4

A stored cross-site scripting (XSS) vulnerability exists in WPZOOM Addons for Elementor plugin versions 1.3.4 and earlier. The vulnerability allows unauthenticated attackers to inject malicious JavaScript code that executes in the browsers of website visitors, potentially stealing session cookies, redirecting users to malicious sites, or performing unauthorized actions on behalf of visitors. No special authentication or complex conditions are required to exploit this vulnerability—an attacker only needs to craft a request containing malicious script and trick a user into viewing the affected page.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Weaknesses (CWE)
CWE-79
Affected products
0 configuration(s)
Published / Modified
2026-06-17 / 2026-06-17

NVD description (verbatim)

Unauthenticated Cross Site Scripting (XSS) in WPZOOM Addons for Elementor <= 1.3.4 versions.

1 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-39597 is an unauthenticated reflected or stored XSS vulnerability classified under CWE-79 (Improper Neutralization of Input During Web Page Generation). The vulnerability stems from insufficient input validation and output encoding in WPZOOM Addons for Elementor. The attack vector is network-based with low attack complexity; exploitation requires user interaction (UI:R) but does not require prior authentication (PR:N). The vulnerability can affect multiple application components (S:C scope changed), resulting in compromised confidentiality, integrity, and availability of user sessions and data. The CVSS v3.1 vector (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L) yields a score of 7.1, reflecting a high-severity issue suitable for prompt remediation.

Business impact

Organizations running WordPress sites with WPZOOM Addons for Elementor are at risk of account compromise, data theft, and brand reputation damage. Attackers can steal administrator or user credentials via malicious payloads, escalate privileges, inject malware into site pages, or redirect visitors to phishing sites. The vulnerability affects the availability and integrity of WordPress sites and user trust, with potential regulatory implications if personally identifiable information (PII) is exposed through the compromise.

Affected systems

WPZOOM Addons for Elementor plugin versions 1.3.4 and earlier are vulnerable. Any WordPress installation using this plugin up to and including version 1.3.4 is in scope. The vulnerability is not limited to specific WordPress versions or server environments; any site running the affected plugin version is exposed regardless of other configurations.

Exploitability

This vulnerability is highly exploitable. No authentication is required, attack complexity is low, and the only barrier to exploitation is requiring a user to view a crafted page (a realistic scenario for phishing or social engineering). The straightforward nature of XSS attacks and the broad attack surface (any page where the plugin's output appears) make this vulnerability attractive to attackers. Public disclosure increases exploitation risk.

Remediation

Update WPZOOM Addons for Elementor to a version after 1.3.4 as soon as the patched version is available from the plugin author. WordPress administrators should verify the latest available version directly from the WordPress plugin repository or the WPZOOM website before upgrading. In the interim, if the plugin cannot be immediately updated, consider deactivating and removing the plugin from production sites until a patch is confirmed.

Patch guidance

Check the WPZOOM Addons for Elementor plugin page on the WordPress plugin repository or the vendor's website for the latest release notes and version number. Update through the WordPress admin dashboard (Plugins > Installed Plugins) once a patched version is published. Verify against the vendor advisory that the new version explicitly addresses CVE-2026-39597. Test the update in a staging environment first to ensure compatibility with your Elementor setup and custom configurations.

Detection guidance

Monitor plugin version numbers in your WordPress admin dashboard and via automated vulnerability scanning tools that track plugin versions against known CVE databases. Log review and SIEM ingestion of WordPress access logs may reveal XSS payload attempts (look for unusual characters like <script>, javascript:, or encoded variations in URL parameters and POST data). Inspect Elementor page source code and custom shortcodes for unsanitized output if you suspect previous compromise. Consider using Web Application Firewalls (WAF) to detect and block common XSS patterns until patching is complete.

Why prioritize this

This vulnerability should be prioritized for immediate patching due to its high CVSS score (7.1), lack of authentication requirement, low attack complexity, and broad user impact. XSS vulnerabilities pose direct risk to website visitors and data integrity. The vulnerability affects a plugin that extends core WordPress functionality, increasing the likelihood of widespread exposure across multiple website elements. Delayed patching increases the window for attackers to exploit unpatched instances.

Risk score, explained

The CVSS v3.1 score of 7.1 (HIGH) reflects the following factors: network accessibility (AV:N) makes the vulnerability remotely exploitable from any location; low attack complexity (AC:L) means no specialized tools or conditions are required; no authentication (PR:N) lowers the barrier to exploitation; user interaction (UI:R) is the primary limiting factor, requiring social engineering or accidental exposure; scope change (S:C) indicates the vulnerability can affect resources beyond the vulnerable component, impacting other web application functions; and the impact on confidentiality, integrity, and availability (C:L/I:L/A:L) reflects the ability to steal session data, modify page content, and disrupt service. This combination warrants high-priority remediation.

Frequently asked questions

Can this vulnerability be exploited against administrators or just regular website visitors?

The vulnerability can affect both. An unauthenticated attacker can craft a payload that executes when any user—visitor, contributor, or administrator—views the affected page. If an administrator views a compromised page, the attacker may be able to hijack the admin session, escalating the attack to full site compromise.

Do I need to do anything special beyond updating the plugin?

After updating, review your WordPress security settings: ensure strong passwords, enable two-factor authentication for admin accounts, and audit recent logins via your hosting provider's logs or a security plugin. If you suspect the site was compromised before patching, change all WordPress user passwords immediately and review post/page revision history for unauthorized modifications.

What if the WPZOOM Addons plugin is disabled but still installed?

A disabled plugin can still pose a risk if it is installed but not activated, particularly if an attacker gains file access via another vulnerability. The safest approach is to update to the patched version even if the plugin is disabled, then decide whether to keep or remove it. Remove unused plugins entirely from production servers.

How does this compare to other XSS vulnerabilities I should be aware of?

This XSS is high-severity because it requires no authentication and has low attack complexity. Other XSS vulnerabilities may require admin access or multiple steps. The CVSS 7.1 score indicates this is a higher-priority issue than many stored XSS vulnerabilities in premium plugins, which may require authenticated access or specific configurations. Always patch XSS vulnerabilities promptly, as they are fundamental web application security flaws.

This analysis is provided for informational purposes to support vulnerability assessment and remediation planning. SEC.co does not guarantee the accuracy of vendor patch release dates or version numbers; verify all patching details directly with WPZOOM and the WordPress plugin repository. This vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog, but absence from KEV does not indicate low risk. Security teams should prioritize remediation based on their environment and business context. No exploit code or weaponized proof-of-concept is provided herein. Patch testing should be conducted in non-production environments first. For sites that cannot patch immediately, implement compensating controls such as WAF rules, access restrictions, or plugin deactivation. Source: NVD (public-domain), retrieved 2026-07-27. Analysis generated by SEC.co (claude-haiku-4-5).