CVE-2026-89274
Last modified
CVE-2026-89274 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. The WP Recipe Maker plugin for WordPress is vulnerable to Arbitrary Shortcode Execution in all versions up to, and including, 10.8.1. The vulnerability exists because `WPRM_Metadata::sanitize_metadata()` recursively calls `do_shortcode()` on every scalar field of the recipe's structured metadata array — including the `reviewBody` field, which is populated verbatim from the `comment_content` of approved `wprm-comment-rating` comments — without sanitizing or stripping shortcode tokens before execution; the subsequent `wp_strip_all_tags()` and `strip_shortcodes()` calls operate only on the output string after execution has already fully occurred, providing no protection against server-side shortcode invocation. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
The WP Recipe Maker plugin for WordPress is vulnerable to Arbitrary Shortcode Execution in all versions up to, and including, 10.8.1. The vulnerability exists because `WPRM_Metadata::sanitize_metadata()` recursively calls `do_shortcode()` on every scalar field of the recipe's structured metadata array — including the `reviewBody` field, which is populated verbatim from the `comment_content` of approved `wprm-comment-rating` comments — without sanitizing or stripping shortcode tokens before execution; the subsequent `wp_strip_all_tags()` and `strip_shortcodes()` calls operate only on the output string after execution has already fully occurred, providing no protection against server-side shortcode invocation. This makes it possible for unauthenticated attackers to execute arbitrary registered WordPress shortcodes server-side on every recipe page render, causing shortcode output — such as attachment captions, private post fields, or other data exposed by installed shortcodes — to be embedded in the page's JSON-LD `reviewBody` metadata and disclosed to all visitors who load the recipe page. Successful exploitation requires the attacker's rated comment to pass the site's comment approval threshold, either via auto-approval or moderator action, before the injected shortcode begins executing on page loads.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| brechtvds | WP Recipe Maker | <= 10.8.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-89274?
How severe is CVE-2026-89274?
How do I fix CVE-2026-89274?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89264MoguBlog through 6.2 fails to validate the comment author id…4.3
- CVE-2026-89265MoguBlog through 6.2 contains an authorization bypass vulner…4.3
- CVE-2026-89266stb_vorbis through 1.22 contains a heap buffer overflow in s…8.2
- CVE-2026-89267starlette-admin versions 0.16.1 through 0.17.1 fail to enfor…4.3
- CVE-2026-89268QloApps through 1.7.0 renders back-office list filter POST p…5.4
- CVE-2026-8927When reusing a libcurl handle for sequential transfers drive…9.1
- CVE-2026-89275Adobe Campaign Classic (ACC) is affected by an Improper Cont…10
- CVE-2026-89276Adobe Campaign Classic (ACC) is affected by an Improper Cont…9.9
- CVE-2026-89277CAI Content Credentials is affected by an Integer Overflow o…5.5
- CVE-2026-89278The GPTranslate – Multilingual AI Translation Agent for Word…5.3
- CVE-2026-89281The Apache Lounge Windows distribution of Apache HTTP Server…8.4
- CVE-2026-89282The Apache Lounge Windows distribution of Apache HTTP Server…9.1
Are you affected by CVE-2026-89274?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
