Description
The Jeg Kit for Elementor – Powerful Addons for Elementor, Widgets & Templates for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Image Box widget's 'sg_body_description' parameter in versions up to, and including, 3.2.6. This is due to insufficient input sanitization and output escaping on the description attribute in the render_body() method of the Image_Box_View class — every other attribute used by the method is wrapped in esc_attr(), but the description value is concatenated directly into HTML body context. 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 accesses an injected page.
Published: 2026-07-10
Score: 6.4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Jeg Kit for Elementor plugin stores malicious script code in the ‘sg_body_description’ field of the Image Box widget. This is a CWE‑79 vulnerability because the value is concatenated directly into an HTML body context without escaping, allowing a contributor‑level user to persist script payloads that execute for any visitor who views the affected page.

Affected Systems

WordPress installations running Jeg Kit for Elementor version 3.2.6 or earlier, provided by JegTheme.

Risk and Exploitability

The CVSS score of 6.4 indicates moderate severity, while the EPSS score of <1% suggests a low likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires authenticated access with Contributor privileges, but any site visitor will execute any injected script when loading the compromised page.

Generated by OpenCVE AI on July 29, 2026 at 11:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Jeg Kit for Elementor to the latest version that contains the XSS fix.
  • Restrict users with Contributor or lower roles from editing widgets that use the Image Box widget, or temporarily deactivate the widget if it is unnecessary.
  • Deploy a strict Content Security Policy and XSS protection headers to help prevent the execution of injected scripts.

Generated by OpenCVE AI on July 29, 2026 at 11:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Jul 2026 11:45:00 +0000

Type Values Removed Values Added
First Time appeared Jegtheme
Jegtheme jeg Kit For Elementor – Powerful Addons For Elementor, Widgets & Templates For Wordpress
Wordpress
Wordpress wordpress
Vendors & Products Jegtheme
Jegtheme jeg Kit For Elementor – Powerful Addons For Elementor, Widgets & Templates For Wordpress
Wordpress
Wordpress wordpress

Fri, 10 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
Description The Jeg Kit for Elementor – Powerful Addons for Elementor, Widgets & Templates for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Image Box widget's 'sg_body_description' parameter in versions up to, and including, 3.2.6. This is due to insufficient input sanitization and output escaping on the description attribute in the render_body() method of the Image_Box_View class — every other attribute used by the method is wrapped in esc_attr(), but the description value is concatenated directly into HTML body context. 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 accesses an injected page.
Title Jeg Kit for Elementor <= 3.2.6 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'sg_body_description' Parameter via 'jkit_image_box' Shortcode/Widget
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 6.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Jegtheme Jeg Kit For Elementor – Powerful Addons For Elementor, Widgets & Templates For Wordpress
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-10T10:16:17.458Z

Reserved: 2026-06-29T13:40:16.801Z

Link: CVE-2026-13710

cve-icon Vulnrichment

Updated: 2026-07-10T10:16:08.165Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T11:15:04Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')