CVE-2025-13667

6.4 MEDIUM

📋 TL;DR

The WP Recipe Manager WordPress plugin has a stored XSS vulnerability in the 'Skill Level' field that allows authenticated attackers with Contributor access or higher to inject malicious scripts. These scripts execute when users view affected recipe pages, potentially compromising visitor browsers. All WordPress sites using WP Recipe Manager version 1.0.0 or earlier are affected.

💻 Affected Systems

Products:
  • WP Recipe Manager WordPress Plugin
Versions: All versions up to and including 1.0.0
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with WP Recipe Manager plugin enabled. Contributor-level access or higher 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, redirect users to malicious sites, deface websites, or install malware on visitor browsers.

🟠

Likely Case

Attackers with contributor accounts inject malicious scripts to steal session cookies or redirect users to phishing pages.

🟢

If Mitigated

With proper input validation and output escaping, no script execution occurs and user input is safely displayed.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access at Contributor level or higher. The vulnerability is in a publicly accessible input field with insufficient sanitization.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Version after 1.0.0 (check WordPress plugin repository for latest)

Vendor Advisory: https://plugins.trac.wordpress.org/browser/wp-recipe-manager/

Restart Required: No

Instructions:

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

🔧 Temporary Workarounds

Disable Skill Level Field

all

Remove or disable the vulnerable Skill Level input field from recipe forms

Edit plugin files to comment out Skill Level field functionality

Restrict User Roles

all

Limit contributor-level access to trusted users only

Use WordPress role management plugins to restrict contributor capabilities

🧯 If You Can't Patch

  • Deactivate and remove the WP Recipe Manager plugin immediately
  • Implement web application firewall (WAF) rules to block XSS payloads in Skill Level parameter

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for WP Recipe Manager version 1.0.0 or earlier

Check Version:

wp plugin list --name='wp-recipe-manager' --field=version

Verify Fix Applied:

Verify plugin version is higher than 1.0.0 or plugin is removed

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to recipe submission endpoints with script tags in parameters
  • Multiple failed login attempts followed by recipe creation/modification

Network Indicators:

  • HTTP requests containing <script> tags in Skill Level parameter
  • Unusual outbound connections from recipe pages

SIEM Query:

source="wordpress.log" AND ("wp-recipe-manager" OR "skill_level") AND ("<script>" OR "javascript:" OR "onerror=" OR "onload=")

🔗 References

📤 Share & Export