Description
The WP Recipe Maker plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the 'ajax_search_recipes' and 'ajax_get_recipe' functions in all versions up to, and including, 10.2.3. This makes it possible for authenticated attackers, with Subscriber-level access and above, to retrieve sensitive recipe information including draft, pending, and private recipes that they shouldn't be able to access.
Published: 2026-02-25
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Sensitive information exposure
Action: Patch Update
AI Analysis

Impact

WP Recipe Maker, a WordPress plugin, contains a missing capability check on two AJAX endpoints—'ajax_search_recipes' and 'ajax_get_recipe'. Any authenticated user with Subscriber-level permissions or higher can invoke these endpoints and retrieve recipe data that should be restricted, including drafts, pending, and private recipes. This unauthorized data access constitutes a breach of confidentiality and is classified as CWE‑639.

Affected Systems

WordPress sites running the WP Recipe Maker plugin in any version up to and including 10.2.3 are vulnerable. The issue resides in the plugin’s core code that handles AJAX recipe lookup and retrieval; it is independent of the site’s WordPress core or theme configuration. Authenticated users with Subscriber or higher roles are able to breach the access controls, while anonymous visitors cannot exploit the flaw.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate severity, and the EPSS score of less than 1% reflects a very low but non‑zero likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. Attackers must possess at least Subscriber credentials, making the attack vector internal but legitimate user context. If such credentials are compromised or misused, an attacker can read sensitive recipe data before a vendor patch is applied.

Generated by OpenCVE AI on April 27, 2026 at 20:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the WP Recipe Maker plugin to the latest official release, which includes the missing capability checks for the affected AJAX endpoints.
  • If an upgrade is not immediately possible, temporarily block the 'ajax_search_recipes' and 'ajax_get_recipe' endpoints by modifying the plugin code or using a security plugin that restricts these AJAX actions for unauthorized users.
  • Audit existing recipe entries for drafts, pending, or private status that may have been exposed to Subscriber accounts, and adjust their visibility settings to enforce proper access controls.

Generated by OpenCVE AI on April 27, 2026 at 20:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Apr 2026 04:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 26 Feb 2026 13:30:00 +0000

Type Values Removed Values Added
First Time appeared Brechtvds
Brechtvds wp Recipe Maker
Wordpress
Wordpress wordpress
Vendors & Products Brechtvds
Brechtvds wp Recipe Maker
Wordpress
Wordpress wordpress

Wed, 25 Feb 2026 09:45:00 +0000

Type Values Removed Values Added
Description The WP Recipe Maker plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the 'ajax_search_recipes' and 'ajax_get_recipe' functions in all versions up to, and including, 10.2.3. This makes it possible for authenticated attackers, with Subscriber-level access and above, to retrieve sensitive recipe information including draft, pending, and private recipes that they shouldn't be able to access.
Title WP Recipe Maker <= 10.2.3 - Missing Authorization to Authenticated (Subscriber+) Sensitive Information Exposure
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'}


Subscriptions

Brechtvds Wp Recipe Maker
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:36:07.011Z

Reserved: 2025-12-15T19:09:55.527Z

Link: CVE-2025-14742

cve-icon Vulnrichment

Updated: 2026-02-25T16:33:40.972Z

cve-icon NVD

Status : Deferred

Published: 2026-02-25T10:16:18.087

Modified: 2026-06-17T08:36:29.470

Link: CVE-2025-14742

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-27T20:15:12Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key