CVE-2025-14275
Stored XSS in Jeg Elementor Kit Countdown Widget Allows Admin Hijack
Publication date: 2026-01-08
Last updated on: 2026-01-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jeg_elementor_kit | jeg_elementor_kit | to 3.0.1 (inc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in the Jeg Elementor Kit WordPress plugin (up to version 3.0.1) is a Stored Cross-Site Scripting (XSS) issue in the countdown widget's redirect functionality. Authenticated users with Contributor-level access or higher can inject arbitrary JavaScript code via insufficient input sanitization. This malicious script executes when an administrator or other user views the page containing the compromised countdown element.
How can this vulnerability impact me? :
This vulnerability allows attackers with Contributor-level access or above to inject malicious JavaScript that executes in the context of users viewing the affected page, such as administrators. This can lead to session hijacking, unauthorized actions, data theft, or further compromise of the WordPress site by executing arbitrary scripts.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by identifying instances of the Jeg Elementor Kit plugin version 3.0.1 or earlier installed on your WordPress site and checking for the presence of the countdown widget with potentially malicious redirect parameters. Since the vulnerability involves stored Cross-Site Scripting via the countdown widget's redirect functionality, you can look for suspicious JavaScript or unusual redirect URLs in the countdown elements on your site. Specific commands to detect this might include scanning your WordPress plugin directory for the plugin version, for example using: `wp plugin list | grep jeg-elementor-kit` to check the installed version. Additionally, you can search your WordPress database or page content for countdown widgets containing redirect parameters or suspicious scripts. However, no explicit detection commands are provided in the resources. [3]
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to update the Jeg Elementor Kit plugin to a version later than 3.0.1 where the vulnerability is fixed. Since the vulnerability arises from insufficient input sanitization in the countdown widget's redirect functionality, updating the plugin will apply the necessary security patches. Additionally, restrict Contributor-level and above users from adding countdown widgets with redirect functionality until the update is applied. Monitoring and sanitizing user inputs related to countdown widgets can also help mitigate risk. [2]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The provided resources and context do not contain information regarding the impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.