CVE-2026-24357

8.1 HIGH

📋 TL;DR

This CVE describes a missing authorization vulnerability in the WP Recipe Maker WordPress plugin that allows attackers to bypass access controls. It affects all versions up to and including 10.2.4, potentially enabling unauthorized access to restricted functionality.

💻 Affected Systems

Products:
  • WP Recipe Maker WordPress Plugin
Versions: All versions through 10.2.4
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations with WP Recipe Maker plugin installed. No special configuration required.

⚠️ 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 modify or delete recipes, access user data, or potentially escalate privileges to compromise the entire WordPress site.

🟠

Likely Case

Unauthorized users could modify recipe content, alter plugin settings, or access administrative functions they shouldn't have permission to use.

🟢

If Mitigated

With proper access controls and authentication checks, the vulnerability would be prevented even if present in the code.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires some level of access but can bypass intended authorization checks. The vulnerability is in access control logic.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 10.2.5 or later

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/wp-recipe-maker/vulnerability/wordpress-wp-recipe-maker-plugin-10-2-4-broken-access-control-vulnerability?_s_id=cve

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.5 or higher.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable WP Recipe Maker plugin until patched

wp plugin deactivate wp-recipe-maker

Restrict Access

all

Use web application firewall rules to restrict access to plugin endpoints

🧯 If You Can't Patch

  • Implement strict network segmentation to isolate affected systems
  • Enable detailed logging and monitoring for unauthorized access attempts to plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WP Recipe Maker plugin version in WordPress admin panel under Plugins → Installed Plugins

Check Version:

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

Verify Fix Applied:

Verify plugin version is 10.2.5 or higher after update

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to wp-recipe-maker endpoints
  • Unexpected modifications to recipe content or plugin settings

Network Indicators:

  • Unusual traffic patterns to /wp-content/plugins/wp-recipe-maker/ endpoints

SIEM Query:

source="wordpress" AND (uri_path="*wp-recipe-maker*" AND (http_method!="GET" OR user_agent="*scanner*"))

🔗 References

📤 Share & Export