CVE-2025-14385

6.4 MEDIUM

📋 TL;DR

The WP Recipe Maker WordPress plugin has a stored XSS vulnerability in the 'name' parameter of the wprm-recipe-roundup-item shortcode. Authenticated attackers with Contributor access or higher can inject malicious scripts that execute when users view affected pages. This affects all versions up to 10.2.3.

💻 Affected Systems

Products:
  • WP Recipe Maker WordPress Plugin
Versions: All versions up to and including 10.2.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with WP Recipe Maker plugin enabled. Contributor-level or higher user accounts needed for exploitation.

⚠️ 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 admin credentials, deface websites, redirect users to malicious sites, or install backdoors for persistent access.

🟠

Likely Case

Attackers inject malicious scripts to steal user session cookies or credentials, potentially compromising user accounts.

🟢

If Mitigated

With proper input validation and output escaping, the vulnerability is eliminated and no script execution occurs.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is straightforward once an attacker has Contributor privileges.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 10.2.4

Vendor Advisory: https://plugins.trac.wordpress.org/changeset/3419784/wp-recipe-maker/trunk/includes/public/class-wprm-recipe-roundup.php

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find WP Recipe Maker and click 'Update Now'. 4. Verify version is 10.2.4 or higher.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the WP Recipe Maker plugin until patched

wp plugin deactivate wp-recipe-maker

Restrict User Roles

all

Limit Contributor and higher role assignments to trusted users only

🧯 If You Can't Patch

  • Remove Contributor role from untrusted users
  • Implement web application firewall with XSS protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for WP Recipe Maker version

Check Version:

wp plugin get wp-recipe-maker --field=version

Verify Fix Applied:

Verify WP Recipe Maker version is 10.2.4 or higher in WordPress admin

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to recipe-related endpoints
  • Suspicious 'name' parameter values containing script tags

Network Indicators:

  • Unexpected JavaScript execution from recipe pages
  • Outbound connections to suspicious domains from recipe content

SIEM Query:

source="wordpress.log" AND ("wprm-recipe-roundup" OR "name parameter") AND ("<script>" OR "javascript:")

🔗 References

📤 Share & Export