Sky Addons <= 3.3.2 - Authenticated (Author+) Stored Cross-Site Scripting via Custom Script
Strategic Overview
- Status
- Patched in 3.3.3
- Affected Plugin
- Sky Addons for Elementor
- Affected Version
<= 3.3.2- CVSS
- 6.4Medium
- Weakness type
- CWE-79 · Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
- CVE
CVE-2026-7475
At a glance
CVE-2026-7475 is a medium-severity Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in the Sky Addons for Elementor WordPress plugin, affecting versions <= 3.3.2. It carries a CVSS score of 6.4 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Author level or above. The issue is fixed in version 3.3.3; sites on affected versions should update now. Disclosed May 2026, reported by Athiwat Tiprasaharn (Jitlada).
Vulnerability Overview
The Sky Addons plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `sky-custom-scripts` custom post type in all versions up to, and including, 3.3.2. This is due to the custom post type being registered with `capability_type => 'post'` and `show_in_rest => true`, combined with insufficient input sanitization on the `sky_script_content` meta field and lack of output escaping when rendering scripts on the frontend. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts via the REST API that execute on every frontend page for all site visitors.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.
CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Sky Addons for Elementor <= 3.3.2 carries this weakness at post, and reaching it takes an account at Author level or above. Cross-site scripting happens when input from a request is written into a page without being escaped for the context it lands in, so the browser parses attacker-supplied text as markup or script.
Injected script runs with the privileges of whoever views the affected page, which is how these flaws turn into administrator session theft, silent account creation or persistent backdoors in page content. For Sky Addons for Elementor the fix is 3.3.3: builds <= 3.3.2 are affected, anything from 3.3.3 onward is not.
Remediation
Update to version 3.3.3, or a newer patched version
How does WordSec protect against this?
An attacker needs Author access first, so the firewall sees the attempt as traffic from a logged-in account: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Sky Addons for Elementor 3.3.3 closes this, and updating the plugin is the step that ends it.
- Firewall
- Alerts
External References
Related records
Same weakness class
- 6.4CVE-2025-8216: Sky Addons for Elementor <= 3.1.4 Stored XSS
CVE-2025-8216 - 6.4CVE-2025-46260: Sky Addons for Elementor <= 3.0.1 Stored XSS
CVE-2025-46260 - 6.4CVE-2024-50433: Sky Addons for Elementor <= 2.5.15 Stored XSS
CVE-2024-50433 - 6.4CVE-2024-47332: Sky Addons for Elementor <= 2.5.11 Stored XSS
CVE-2024-47332
Other vulnerabilities in Sky Addons for Elementor
- 8.1CVE-2024-11104: Sky Addons for Elementor Authenticated (Subscriber+)
CVE-2024-11104 - 8.1CVE-2024-11601: Sky Addons for Elementor CSRF
CVE-2024-11601 - 6.4CVE-2024-38687: Sky Addons for Elementor <= 2.5.5 Stored XSS
CVE-2024-38687 - 6.4CVE-2024-2286: Sky Addons for Elementor <= 2.4.0 Stored XSS
CVE-2024-2286 - 4.3CVE-2024-9542: Sky Addons for Elementor <= 2.6.1 Info Exposure
CVE-2024-9542
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C