CVE-2025-2932

8.8 HIGH

📋 TL;DR

The JKDEVKIT WordPress plugin allows authenticated attackers with Subscriber-level access (or Contributor-level if WooCommerce is enabled) to delete arbitrary files on the server due to insufficient path validation. This can lead to remote code execution by deleting critical files like wp-config.php, potentially compromising the entire WordPress installation.

💻 Affected Systems

Products:
  • JKDEVKIT WordPress Plugin
Versions: All versions up to and including 1.9.4
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires authenticated access (Subscriber or higher, or Contributor if WooCommerce enabled). WordPress sites with this plugin installed are vulnerable.

⚠️ 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 site compromise through remote code execution by deleting wp-config.php or other critical files, leading to data theft, defacement, or malware installation.

🟠

Likely Case

Site disruption or data loss through deletion of important files, potentially causing downtime or content loss.

🟢

If Mitigated

Limited impact if proper access controls and file permissions are in place, though vulnerability still exists.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is straightforward once credentials are obtained. Public proof-of-concept exists.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 1.9.4

Vendor Advisory: https://www.wordfence.com/threat-intel/vulnerabilities/id/68679ff9-48a8-4146-a37f-5f844dc86c92?source=cve

Restart Required: No

Instructions:

1. Update JKDEVKIT plugin to latest version (after 1.9.4). 2. Verify update in WordPress admin panel. 3. Test font upload functionality.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable JKDEVKIT plugin until patched.

wp plugin deactivate jkdevkit

Restrict User Registration

all

Disable new user registration to prevent attacker account creation.

Settings > General > Membership: Uncheck 'Anyone can register' in WordPress admin

🧯 If You Can't Patch

  • Implement strict file permissions (e.g., 644 for files, 755 for directories) to limit deletion capability.
  • Monitor and audit user accounts, especially those with Subscriber or Contributor roles.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins for JKDEVKIT version 1.9.4 or earlier.

Check Version:

wp plugin get jkdevkit --field=version

Verify Fix Applied:

Verify plugin version is updated beyond 1.9.4 in WordPress admin.

📡 Detection & Monitoring

Log Indicators:

  • Unusual file deletion events in web server logs
  • Multiple failed login attempts followed by successful authentication and file operations

Network Indicators:

  • POST requests to /wp-admin/admin-ajax.php with action=font_upload_handler containing suspicious file paths

SIEM Query:

source="web_server" AND (uri_path="/wp-admin/admin-ajax.php" AND post_data LIKE "%font_upload_handler%")

🔗 References

📤 Share & Export