CVE-2026-13710
Received Received - Intake

Stored XSS in Jeg Elementor Kit WordPress Plugin

Vulnerability report for CVE-2026-13710, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-10

Last updated on: 2026-07-10

Assigner: Wordfence

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-10
Last Modified
2026-07-10
Generated
2026-07-10
AI Q&A
2026-07-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
jegkit jeg_kit to 3.2.6 (inc)
jegkit elementor to 3.2.6 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The Jeg Kit for Elementor WordPress plugin is vulnerable to Stored Cross-Site Scripting (XSS) through the Image Box widget's 'sg_body_description' parameter in versions up to 3.2.6.

This vulnerability arises because the plugin does not properly sanitize or escape the input for the description attribute in the render_body() method of the Image_Box_View class. Unlike other attributes that are escaped, the description is directly concatenated into the HTML body.

As a result, authenticated users with Contributor-level access or higher can inject malicious scripts into pages, which will execute whenever any user views the affected page.

Impact Analysis

This vulnerability can allow attackers with Contributor-level access to inject arbitrary malicious scripts into web pages.

When other users visit these pages, the injected scripts will execute in their browsers, potentially leading to theft of sensitive information, session hijacking, or other malicious actions.

The CVSS score of 6.4 indicates a medium severity impact, with low attack complexity but requiring some privileges.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-13710. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart