CVE-2026-3853
Last modified
CVE-2026-3853 is a medium-severity vulnerability rated 6.4/10 on the CVSS scale. The Divi theme for WordPress is vulnerable to DOM-Based Stored Cross-Site Scripting via the `image_src` attribute of the `et_pb_video_slider_item` shortcode in all versions up to, and including, 4.27.6. This is due to the `image_src` field not being included in the `$url_options` whitelist (which only contains `url`, `button_link`, `button_url`), so it never receives `esc_url_raw()` at save time. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
The Divi theme for WordPress is vulnerable to DOM-Based Stored Cross-Site Scripting via the `image_src` attribute of the `et_pb_video_slider_item` shortcode in all versions up to, and including, 4.27.6. This is due to the `image_src` field not being included in the `$url_options` whitelist (which only contains `url`, `button_link`, `button_url`), so it never receives `esc_url_raw()` at save time. On the server side, the value is rendered into a `data-image` HTML attribute using `esc_attr()`, which encodes double quotes as `"`. However, the client-side JavaScript carousel code in `custom.unified.js` reads this attribute using jQuery's `.data('image')`, which returns the browser-decoded value (with `"` decoded back to `"`). The decoded value is then concatenated directly into an HTML string and injected into the DOM via `jQuery.after()` without re-escaping. 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 hovers over the carousel thumbnail.
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-3853?
How severe is CVE-2026-3853?
How do I fix CVE-2026-3853?
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-3851The Divi theme for WordPress is vulnerable to Stored Cross-S…6.4
- CVE-2026-3852The 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-38530A Broken Object-Level Authorization (BOLA) in the /Controlle…8.1
- CVE-2026-38532A Broken Object-Level Authorization (BOLA) in the /Contact/P…8.1
- CVE-2026-38533An improper authorization vulnerability in the /api/v1/users…6.5
- CVE-2026-3854An improper neutralization of special elements vulnerability…8.8
- CVE-2026-3855GitLab has remediated an issue in GitLab CE/EE affecting all…3.1
- CVE-2026-3856IBM Db2 Recovery Expert for Linux, UNIX and Windows 5.5 IF 2…9.1
Are you affected by CVE-2026-3853?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
