CVE-2026-4655
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe Element Pack Addons for Elementor plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the SVG Image Widget in versions up to and including 8.4.2. This is due to insufficient input sanitization and output escaping on SVG content fetched from remote URLs in the render_svg() function. The function fetches SVG content using wp_safe_remote_get() and then directly echoes it to the page without any sanitization, only applying a preg_replace() to add attributes to the SVG tag which does not remove malicious event handlers. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary JavaScript in SVG files that will execute whenever a user accesses a page containing the malicious widget.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe Element Pack Addons plugin's SVG Image Widget fetches SVG content from remote URLs via wp_safe_remote_get() and outputs it directly in the render_svg() function without proper sanitization. The only processing is a preg_replace() that adds attributes to the SVG tag but fails to remove malicious event handlers (like onload, onerror), allowing stored XSS.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm Element Pack Addons plugin is installedIn WordPress admin, go to Plugins > Installed Plugins and look for 'Element Pack Addons' or 'Element Pack' in the plugin list. Note the installed version number shown.Affected if The plugin is installed and active
-
Verify the SVG Image Widget is in useCheck your pages, posts, or widget areas for any instance of the Element Pack SVG Image Widget. This can be done by searching for 'svg' or 'Element Pack' in the page editor, or by searching your database for posts containing the widget shortcode or block.Affected if Any page, post, or widget area contains an active SVG Image Widget instance
-
Identify remote SVG sources configured in the widgetEdit each page/post containing the SVG Image Widget and examine the widget settings. Look for a URL field that specifies a remote SVG source. Note the configured URLs.Affected if The SVG Image Widget is configured to fetch SVG content from a remote URL rather than uploading directly
-
Inspect stored SVG content for malicious handlersIf remote SVG URLs are configured, examine the actual SVG files being fetched (visit the URL directly in a browser and view the source). Look for event handler attributes such as onload, onerror, onclick, onmouseover, onfocus, or script tags within the SVG markup.Affected if The fetched SVG content contains any event handler attributes (onload, onerror, etc.) or script elements that could execute JavaScript
Your environment is affected if the Element Pack Addons plugin is installed with the SVG Image Widget active and configured to fetch remote SVG content that contains event handler attributes or script elements.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpdate the plugin to a version beyond 8.4.2 which includes proper SVG sanitization. Until an update is available, disable the SVG Image Widget or restrict contributor-level publishing capabilities.
Version after 8.4.2 (latest stable release)
- Upgrade the Element Pack Addons for Elementor plugin to the latest available version from the WordPress plugin repository
- After upgrading, verify that the SVG Image Widget functions correctly on your pages
- Review existing pages using the SVG Image Widget to ensure no malicious SVG content was previously injected
- Consider implementing additional content security policy (CSP) headers as a defense-in-depth measure
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-4655 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-4655 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data