CVE-2022-2437
📋 TL;DR
This vulnerability in the Feed Them Social WordPress plugin allows unauthenticated attackers to execute arbitrary PHP code via deserialization of untrusted input. Attackers can exploit this by uploading a malicious file and triggering deserialization through the 'fts_url' parameter. All WordPress sites using vulnerable versions of this plugin are affected.
💻 Affected Systems
- Feed Them Social - for Twitter feed, Youtube and more WordPress plugin
📦 What is this software?
Feed Them Social by Slickremix
⚠️ Risk & Real-World Impact
Worst Case
Complete server compromise leading to data theft, ransomware deployment, or website defacement
Likely Case
Remote code execution allowing backdoor installation, data exfiltration, or cryptocurrency mining
If Mitigated
Attack fails due to file upload restrictions or lack of POP chain
🎯 Exploit Status
Exploit requires file upload capability and suitable POP chain, but CVSS 9.8 indicates high exploitability
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 2.9.8.6 and later
Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=2754749%40feed-them-social&new=2754749%40feed-them-social
Restart Required: No
Instructions:
1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find 'Feed Them Social'
4. Click 'Update Now' if available
5. If no update shows, download version 2.9.8.6+ from WordPress.org
6. Deactivate, delete old version, upload new version, activate
🔧 Temporary Workarounds
Disable plugin
allTemporarily deactivate the vulnerable plugin until patched
wp plugin deactivate feed-them-social
Restrict file uploads
allImplement strict file upload controls to prevent malicious file upload
🧯 If You Can't Patch
- Remove or disable the Feed Them Social plugin entirely
- Implement web application firewall rules to block requests containing 'fts_url' parameter with PHAR wrapper
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin → Plugins → Feed Them Social → Version number. If version is 2.9.8.5 or lower, you are vulnerable.
Check Version:
wp plugin get feed-them-social --field=version
Verify Fix Applied:
Verify plugin version is 2.9.8.6 or higher in WordPress admin panel
📡 Detection & Monitoring
Log Indicators:
- HTTP requests containing 'fts_url' parameter with PHAR:// wrapper
- File upload attempts to WordPress upload directories
- Unexpected PHP process execution
Network Indicators:
- POST requests to WordPress admin-ajax.php with suspicious parameters
- Outbound connections from web server to unknown IPs
SIEM Query:
source="web_logs" AND (uri="*admin-ajax.php*" AND params="*fts_url=phar://*")
🔗 References
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=2754749%40feed-them-social&new=2754749%40feed-them-social&sfp_email=&sfph_mail=
- https://www.wordfence.com/threat-intel/vulnerabilities/id/50bcea94-b12a-4b31-b0c1-bba834ea9bd0?source=cve
- https://www.wordfence.com/vulnerability-advisories/#CVE-2022-2437
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=2754749%40feed-them-social&new=2754749%40feed-them-social&sfp_email=&sfph_mail=
- https://www.wordfence.com/threat-intel/vulnerabilities/id/50bcea94-b12a-4b31-b0c1-bba834ea9bd0?source=cve
- https://www.wordfence.com/vulnerability-advisories/#CVE-2022-2437