CVE-2025-12663

6.4 MEDIUM

📋 TL;DR

The Jeba Cute forkit WordPress plugin has a stored XSS vulnerability that allows authenticated attackers with contributor-level access or higher to inject malicious scripts into website pages. These scripts execute whenever users view the compromised pages, potentially stealing credentials or performing unauthorized actions. All WordPress sites using this plugin version 1.0 or earlier are affected.

💻 Affected Systems

Products:
  • Jeba Cute forkit WordPress plugin
Versions: All versions up to and including 1.0
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Attackers need contributor-level access or higher to exploit.

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

Attackers could steal administrator credentials, deface websites, redirect users to malicious sites, or perform actions as authenticated users, potentially leading to complete site compromise.

🟠

Likely Case

Attackers inject malicious scripts to steal user session cookies or credentials, perform unauthorized actions, or display malicious content to visitors.

🟢

If Mitigated

With proper user access controls and content security policies, impact is limited to the specific compromised pages rather than site-wide compromise.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is technically simple once access is obtained. The vulnerability is well-documented with public references.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not available

Vendor Advisory: https://wordpress.org/plugins/jeba-cute-forkit/

Restart Required: No

Instructions:

1. Remove the Jeba Cute forkit plugin from your WordPress installation. 2. Delete all plugin files from the wp-content/plugins directory. 3. Check for any residual shortcodes in posts/pages and remove them.

🔧 Temporary Workarounds

Disable Plugin

all

Deactivate the vulnerable plugin through WordPress admin panel

Navigate to WordPress Admin > Plugins > Installed Plugins > Deactivate Jeba Cute forkit

Restrict User Roles

all

Limit contributor-level access to trusted users only

Review and minimize users with contributor, author, editor, or administrator roles

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution
  • Regularly audit user accounts and remove unnecessary contributor-level access

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Jeba Cute forkit' version 1.0 or earlier

Check Version:

Check WordPress admin panel or examine wp-content/plugins/jeba-cute-forkit/jeba-forkit-index.php for version information

Verify Fix Applied:

Confirm plugin is either removed or deactivated in WordPress plugins list

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to WordPress admin-ajax.php with 'jeba_forkit' parameters
  • Multiple failed login attempts followed by successful contributor-level login

Network Indicators:

  • Unexpected script tags in page responses containing 'jeba_forkit' or unusual attribute values

SIEM Query:

source="wordpress.log" AND ("jeba_forkit" OR "text parameter" OR "shortcode injection")

🔗 References

📤 Share & Export