What the vulnerability does
01Description
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.
Explanation of Vulnerability in Simple Terms
02Summary
Sky Addons for Elementor contains a cross-site scripting vulnerability in versions up to 3.3.2. An authenticated user with low privileges can inject malicious scripts that execute in other users' browsers, potentially affecting site visitors and administrators. The vulnerability has network-wide scope, meaning it can impact the entire site.
What an attacker can do
03Attacker Capabilities
Inject malicious JavaScript that runs in other users' browsers when they view affected pages.
Potential impact on your site
04Site Impact
Attackers with basic site access can steal admin credentials, deface content, or redirect visitors to malicious sites.
Conditions required to exploit
05Prerequisites
Attacker must have a low-privilege account on the site (e.g., subscriber or contributor role).
Key dates
06Disclosure timeline
May 8, 2026
CVE published
May 8, 2026
Record updated