CVE-2025-1450

6.4 MEDIUM

📋 TL;DR

This vulnerability allows authenticated attackers with Contributor-level access or higher to inject malicious scripts into WordPress pages using the Chaty plugin. When users visit compromised pages, the scripts execute in their browsers, potentially stealing credentials or performing unauthorized actions. All WordPress sites using Chaty plugin versions up to 3.3.5 are affected.

💻 Affected Systems

Products:
  • Floating Chat Widget: Contact Chat Icons, Telegram Chat, Line Messenger, WeChat, Email, SMS, Call Button, WhatsApp – Chaty plugin for WordPress
Versions: All versions up to and including 3.3.5
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires Contributor-level or higher WordPress user role for exploitation. The vulnerability exists in the 'data-hover' parameter handling.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could steal administrator credentials, redirect users to malicious sites, deface websites, or perform actions on behalf of authenticated users.

🟠

Likely Case

Attackers inject malicious scripts to steal user session cookies or credentials, potentially gaining unauthorized access to the WordPress admin panel.

🟢

If Mitigated

With proper input validation and output escaping, the vulnerability is prevented, and only legitimate chat widget functionality operates.

🌐 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 access is obtained. The vulnerability details are publicly documented.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.3.6 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3246336/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Chaty' plugin. 4. Click 'Update Now' if available. 5. Alternatively, download version 3.3.6+ from WordPress plugin repository and manually update.

🔧 Temporary Workarounds

Disable Chaty Plugin

all

Temporarily disable the vulnerable plugin until patched.

wp plugin deactivate chaty

Restrict User Roles

all

Limit Contributor and higher roles to trusted users only.

🧯 If You Can't Patch

  • Implement Web Application Firewall (WAF) rules to block XSS payloads in 'data-hover' parameter
  • Apply strict Content Security Policy (CSP) headers to limit script execution sources

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins → Chaty version. If version is 3.3.5 or lower, you are vulnerable.

Check Version:

wp plugin get chaty --field=version

Verify Fix Applied:

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

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to WordPress admin-ajax.php with 'data-hover' parameter containing script tags
  • Multiple failed login attempts followed by successful Contributor-level login

Network Indicators:

  • HTTP requests containing malicious script payloads in 'data-hover' parameter
  • Outbound connections to suspicious domains from WordPress pages

SIEM Query:

source="wordpress.log" AND ("data-hover" AND ("<script>" OR "javascript:" OR "onerror=" OR "onload="))

🔗 References

📤 Share & Export