CVE-2025-32663

8.1 HIGH

📋 TL;DR

This vulnerability allows attackers to include local files on the server through improper filename control in the FAT Cooming Soon WordPress plugin. Attackers can read sensitive files like configuration files or potentially execute code. All WordPress sites using affected versions of this plugin are vulnerable.

💻 Affected Systems

Products:
  • FAT Cooming Soon WordPress Plugin
Versions: All versions up to and including 1.1
Operating Systems: All operating systems running PHP
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin 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

Full server compromise through local file inclusion leading to remote code execution, sensitive data exposure, and complete site takeover.

🟠

Likely Case

Sensitive file disclosure (database credentials, configuration files) and potential limited code execution depending on server configuration.

🟢

If Mitigated

Limited impact with proper file permissions and security controls, but still exposes sensitive information.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Simple HTTP requests can trigger the vulnerability without authentication.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.2 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/fat-coming-soon/vulnerability/wordpress-fat-cooming-soon-plugin-1-1-local-file-inclusion-vulnerability?_s_id=cve

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Immediate Plugin Deactivation

all

Deactivate the vulnerable plugin to prevent exploitation

wp plugin deactivate fat-cooming-soon

Web Application Firewall Rule

all

Block requests containing local file inclusion patterns

🧯 If You Can't Patch

  • Deactivate and remove the FAT Cooming Soon plugin immediately
  • Implement strict file permissions and disable dangerous PHP functions like allow_url_include

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → FAT Cooming Soon version. If version is 1.1 or earlier, you are vulnerable.

Check Version:

wp plugin get fat-cooming-soon --field=version

Verify Fix Applied:

Verify plugin version is 1.2 or later, or confirm plugin is completely removed from wp-content/plugins directory.

📡 Detection & Monitoring

Log Indicators:

  • Unusual file include requests in PHP/Apache/Nginx logs
  • Requests to plugin files with file path parameters

Network Indicators:

  • HTTP requests containing file path traversal patterns to plugin endpoints

SIEM Query:

web.url:*fat-cooming-soon* AND (web.uri:*..* OR web.uri:*file=* OR web.uri:*include=*)

🔗 References

📤 Share & Export