CVE-2025-30949

9.8 CRITICAL

📋 TL;DR

CVE-2025-30949 is a PHP object injection vulnerability in the Guru Team Site Chat on Telegram WordPress plugin that allows attackers to execute arbitrary code through deserialization of untrusted data. This affects all WordPress sites running vulnerable versions of the plugin. Successful exploitation could lead to complete site compromise.

💻 Affected Systems

Products:
  • Guru Team Site Chat on Telegram WordPress Plugin
Versions: 1.0.4 and earlier
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin versions are affected regardless of configuration.

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

Remote code execution leading to full server compromise, data theft, malware deployment, and complete site takeover.

🟠

Likely Case

Arbitrary code execution within WordPress context leading to backdoor installation, data exfiltration, and privilege escalation.

🟢

If Mitigated

Limited impact if proper input validation and output encoding are implemented, though deserialization vulnerabilities remain dangerous.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Public exploit details available on Patchstack; deserialization attacks are well-documented and easily weaponized.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.0.5 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/site-chat-on-telegram/vulnerability/wordpress-site-chat-on-telegram-1-0-4-php-object-injection-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Site Chat on Telegram'. 4. Click 'Update Now' if available. 5. If no update available, deactivate and delete the plugin immediately.

🔧 Temporary Workarounds

Disable Plugin

all

Deactivate and remove the vulnerable plugin from WordPress

wp plugin deactivate site-chat-on-telegram
wp plugin delete site-chat-on-telegram

WAF Rule

all

Implement web application firewall rules to block deserialization attempts

🧯 If You Can't Patch

  • Immediately deactivate and remove the plugin from all WordPress installations
  • Implement strict input validation and sanitization for all user-controlled data

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for 'Site Chat on Telegram' version 1.0.4 or earlier

Check Version:

wp plugin get site-chat-on-telegram --field=version

Verify Fix Applied:

Verify plugin version is 1.0.5 or later, or confirm plugin is completely removed

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to WordPress admin-ajax.php or plugin endpoints
  • PHP error logs showing unserialize() warnings or errors
  • Unexpected file creation in wp-content/uploads or plugin directories

Network Indicators:

  • HTTP requests containing serialized PHP objects in parameters
  • Traffic to known malicious domains from WordPress server

SIEM Query:

source="wordpress.log" AND ("site-chat-on-telegram" OR "admin-ajax.php") AND (POST OR "unserialize" OR "O:")

🔗 References

📤 Share & Export