CVE-2026-3852
Last modified
CVE-2026-3852 is a medium-severity vulnerability rated 6.4/10 on the CVSS scale. The Divi theme for WordPress is vulnerable to Stored Cross-Site Scripting via the `skype_url` shortcode attribute of the Social Media Follow module in all versions up to, and including, 4.27.6. This is due to a three-part sanitization failure: (1) the `skype_url` field is not included in the `$url_options` whitelist in `class-et-builder-element.php`, so it never invokes `esc_url_raw()` during shortcode processing, (2) the render code in `SocialMediaFollowItem.php` explicitly skips `esc_url()` for Skype URLs (`! $is_skype ? esc_url( $url ) : $skype_url`), and (3) only `sanitize_text_field()` is applied, which preserves single and double quote characters allowing attribute breakout. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
The Divi theme for WordPress is vulnerable to Stored Cross-Site Scripting via the `skype_url` shortcode attribute of the Social Media Follow module in all versions up to, and including, 4.27.6. This is due to a three-part sanitization failure: (1) the `skype_url` field is not included in the `$url_options` whitelist in `class-et-builder-element.php`, so it never invokes `esc_url_raw()` during shortcode processing, (2) the render code in `SocialMediaFollowItem.php` explicitly skips `esc_url()` for Skype URLs (`! $is_skype ? esc_url( $url ) : $skype_url`), and (3) only `sanitize_text_field()` is applied, which preserves single and double quote characters allowing attribute breakout. The unsanitized value is interpolated directly into a single-quoted `href` attribute (`href='{$social_network_link_url}'`). This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user interacts with the injected element.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Elegant Themes | Divi | <= 4.27.6 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-3852?
How severe is CVE-2026-3852?
How do I fix CVE-2026-3852?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-38474GazellePW (GazellePosterWall) commit 86c4bedf727691b5a97af42…5.4
- CVE-2026-3848GitLab has remediated an issue in GitLab CE/EE affecting all…5
- CVE-2026-3849Stack Buffer Overflow in wc_HpkeLabeledExtract via Oversized…9.8
- CVE-2026-3850The Divi theme for WordPress is vulnerable to Stored Cross-S…6.4
- CVE-2026-38500Rejected reason: DO NOT USE THIS CANDIDATE NUMBER. ConsultID…
- CVE-2026-3851The Divi theme for WordPress is vulnerable to Stored Cross-S…6.4
- CVE-2026-38526An authenticated arbitrary file upload vulnerability in the …9.9
- CVE-2026-38527A Server-Side Request Forgery (SSRF) in the /settings/webhoo…8.5
- CVE-2026-38528Krayin CRM v2.2.x was discovered to contain a SQL injection …7.1
- CVE-2026-38529A Broken Object-Level Authorization (BOLA) in the /Settings/…8.8
- CVE-2026-3853The Divi theme for WordPress is vulnerable to DOM-Based Stor…6.4
- CVE-2026-38530A Broken Object-Level Authorization (BOLA) in the /Controlle…8.1
Are you affected by CVE-2026-3852?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
