CVE-2026-89274

9.1

brechtvds · WP Recipe Maker

The WP Recipe Maker plugin for WordPress is vulnerable to arbitrary shortcode execution due to improper sanitization of recipe metadata, allowing unauthenticated attackers to disclose sensitive data.

Executive summary

The WP Recipe Maker plugin is affected by a critical arbitrary shortcode execution vulnerability that allows unauthenticated attackers to exfiltrate sensitive site data via manipulated recipe comments.

Vulnerability

This vulnerability arises from the improper handling of shortcodes within the WPRM_Metadata::sanitize_metadata() function. An unauthenticated attacker can inject shortcodes into recipe comments, which are then executed server-side when the metadata array is processed, leading to the disclosure of sensitive information within the JSON-LD output.

Business impact

The vulnerability poses a severe risk to data confidentiality and integrity. By executing arbitrary shortcodes, an attacker can extract private post fields, attachment information, and other restricted content, potentially exposing intellectual property or sensitive user information. Given the CVSS score of 9.1, this represents a critical threat that could lead to significant reputational damage and unauthorized access to backend site data.

Remediation

Immediate Action: Update the WP Recipe Maker plugin to version 10.8.2 or higher immediately to apply the necessary sanitization logic.

Proactive Monitoring: Review web server and WordPress application logs for unusual comment submissions or repeated attempts to trigger shortcode-related output in page metadata.

Compensating Controls: Implement a Web Application Firewall (WAF) rule to block requests containing common shortcode patterns or suspicious input in comment fields until the update can be applied.

Exploitation status

Public Exploit Available: Yes, a public proof-of-concept exists in a GitHub repository.

Analyst recommendation

The critical nature of this vulnerability, combined with its unauthenticated attack vector and the availability of a proof-of-concept, makes immediate remediation a priority. Administrators must update the WP Recipe Maker plugin to version 10.8.2 without delay to prevent unauthorized data exposure. Failure to patch leaves the site's structured metadata and potentially private content vulnerable to trivial extraction.

History

  1. Disclosed CVE record published
  2. Collected by CVE Brief via github
  3. Analyst report written
  4. Published in the daily brief critical section

Sources

Originally found and disclosed by Md. Moniruzzaman Prodhan (NomanProdhan), per the CVE Program record.