CVE-2025-66113

5.4 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Better Chat Support for Messenger WordPress plugin that allows attackers to bypass access controls. It affects all WordPress sites running the plugin version 1.2.18 or earlier. Attackers could potentially access restricted functionality or data.

💻 Affected Systems

Products:
  • Better Chat Support for Messenger WordPress Plugin
Versions: n/a through <= 1.2.18
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects all WordPress installations with vulnerable plugin versions installed and activated.

⚠️ 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

Complete compromise of chat functionality, unauthorized access to user conversations, potential data leakage, and privilege escalation within the plugin's scope.

🟠

Likely Case

Unauthorized access to chat management features, viewing of chat logs, or manipulation of chat settings without proper permissions.

🟢

If Mitigated

No impact if proper authorization checks are implemented or plugin is updated.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some level of access but bypasses authorization checks. No public exploit code identified.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.2.19 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/better-chat-support/vulnerability/wordpress-better-chat-support-for-messenger-plugin-1-2-18-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Better Chat Support for Messenger'. 4. Click 'Update Now' if available. 5. Alternatively, download version 1.2.19+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate better-chat-support

Restrict Access

linux

Implement IP-based restrictions to plugin admin pages

Add to .htaccess: Order Deny,Allow
Deny from all
Allow from 192.168.1.0/24

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate WordPress instance
  • Deploy web application firewall with authorization bypass detection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for 'Better Chat Support for Messenger' version <= 1.2.18

Check Version:

wp plugin get better-chat-support --field=version

Verify Fix Applied:

Verify plugin version is 1.2.19 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to plugin admin endpoints
  • Multiple failed authorization attempts followed by successful access

Network Indicators:

  • Unusual traffic patterns to /wp-admin/admin-ajax.php or plugin-specific endpoints

SIEM Query:

source="wordpress.log" AND ("better-chat-support" OR "better_chat_support") AND ("unauthorized" OR "access denied" OR "permission")

🔗 References

📤 Share & Export