CVE-2026-7105: Xpro Addons <= 1.5.1 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Post Creation via get_menu_content_editor() Function
The Xpro Addons plugin for WordPress is vulnerable to unauthorized creation of data due to a missing capability check on the getmenucontenteditor() function in all versions up to, and including, 1.5.1. This makes it possible for authenticated attackers, with Subscriber-level access and above, to create arbitrary published posts of the xprocontent custom post type with attacker-controlled titles. The created posts are publicly queryable on the front-end, enabling content injection, SEO spam, and database pollution.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
wordpress/xpro-addonsto a version that resolves this vulnerability.Fixed in 1.5.1 - Compensating control
Restrict access to the WordPress admin area so that Subscriber-level (or any authenticated user) cannot reach the functionality that triggers get_menu_content_editor(), until Xpro Addons is upgraded.