CVE-2025-3275

6.4 MEDIUM

📋 TL;DR

This vulnerability allows authenticated WordPress users with Contributor-level access or higher to inject malicious JavaScript into pages using the Themesflat Addons For Elementor plugin. The injected scripts execute whenever other users view the compromised pages, enabling session hijacking, defacement, or malware distribution. All WordPress sites using this plugin version 2.2.5 or earlier are affected.

💻 Affected Systems

Products:
  • Themesflat Addons For Elementor WordPress plugin
Versions: All versions up to and including 2.2.5
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with Elementor page builder installed. Contributor-level access or higher needed for exploitation.

⚠️ 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 session cookies, take over the WordPress site, install backdoors, redirect visitors to malicious sites, or deploy ransomware payloads to site visitors.

🟠

Likely Case

Attackers inject malicious scripts to steal user session cookies, display unwanted advertisements, or redirect users to phishing pages, potentially compromising user accounts and site integrity.

🟢

If Mitigated

With proper input validation and output escaping, the vulnerability is eliminated, preventing any script injection through this vector.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is technically simple once an attacker has Contributor privileges.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 2.2.6 or later

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

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Themesflat Addons For Elementor'. 4. Click 'Update Now' if available. 5. If no update appears, manually download version 2.2.6+ from WordPress.org and replace plugin files.

🔧 Temporary Workarounds

Disable vulnerable widget

all

Temporarily disable the TF E Slider widget in Elementor settings to prevent exploitation while patching.

Restrict user roles

all

Temporarily remove Contributor role access or limit who can create/edit posts.

🧯 If You Can't Patch

  • Remove the Themesflat Addons For Elementor plugin entirely and use alternative Elementor addons
  • Implement a Web Application Firewall (WAF) with XSS protection rules to block exploitation attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for 'Themesflat Addons For Elementor' version. If version is 2.2.5 or earlier, you are vulnerable.

Check Version:

wp plugin list --name='themesflat-addons-for-elementor' --field=version

Verify Fix Applied:

After updating, verify the plugin version shows 2.2.6 or higher in WordPress admin plugins list.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to Elementor endpoints containing script tags or JavaScript payloads
  • Multiple page edits by Contributor-level users in short timeframes

Network Indicators:

  • Outbound connections to suspicious domains from your WordPress site that weren't present before

SIEM Query:

source="wordpress.log" AND ("tf-flexslider" OR "themesflat-addons") AND ("script" OR "javascript" OR "onclick" OR "onload")

🔗 References

📤 Share & Export