CVE-2025-8195

6.4 MEDIUM

📋 TL;DR

The JetWidgets For Elementor WordPress plugin has a stored cross-site scripting vulnerability that allows authenticated attackers with contributor-level access or higher to inject malicious scripts into pages. These scripts execute when users visit the compromised pages, potentially stealing credentials or performing unauthorized actions. All WordPress sites using this plugin up to version 1.0.20 are affected.

💻 Affected Systems

Products:
  • JetWidgets For Elementor WordPress plugin
Versions: All versions up to and including 1.0.20
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with Elementor page builder installed. Vulnerability is present in both Image Comparison and Subscribe Form widgets.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal administrator credentials, take over the WordPress site, deface pages, redirect users to malicious sites, or install backdoors for persistent access.

🟠

Likely Case

Attackers inject malicious scripts to steal user session cookies, redirect visitors to phishing pages, or display unwanted advertisements.

🟢

If Mitigated

With proper user access controls and content security policies, impact is limited to defacement of specific pages containing the vulnerable widgets.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires contributor-level WordPress access. The vulnerability is in user-supplied attributes that lack proper sanitization.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.0.21 or later

Vendor Advisory: https://wordpress.org/plugins/jetwidgets-for-elementor/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Go to Plugins → Installed Plugins. 3. Find JetWidgets For Elementor. 4. Click 'Update Now' if available. 5. Alternatively, download version 1.0.21+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable vulnerable widgets

all

Temporarily disable the Image Comparison and Subscribe Form widgets until patched

Restrict user roles

all

Limit contributor-level access to trusted users only

🧯 If You Can't Patch

  • Remove the JetWidgets For Elementor plugin completely
  • Implement Content Security Policy headers to restrict script execution

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → JetWidgets For Elementor → Version. If version is 1.0.20 or lower, you are vulnerable.

Check Version:

wp plugin list --name=jetwidgets-for-elementor --field=version

Verify Fix Applied:

After updating, verify plugin version is 1.0.21 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to widget configuration endpoints
  • Multiple failed login attempts followed by successful contributor login

Network Indicators:

  • Unexpected script tags in page responses containing 'jet-widgets-image-comparison' or 'jet-widgets-subscribe-form'

SIEM Query:

source="wordpress.log" AND ("jetwidgets" OR "jet-widgets") AND ("POST" OR "update")

🔗 References

📤 Share & Export