Post Grid Gutenberg Blocks For News Magazines Blog Websites Postx
CVE-2026-0718
|
EUVD-2026-23201
MEDIUM
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
The Post Grid Gutenberg Blocks for News, Magazines, Blog Websites - PostX plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the ultp_shareCount_callback() function in all versions up to, and including, 5.0.5. This makes it possible for unauthenticated attackers to modify the share_count post meta for any post, including private or draft posts.
AnalysisAI
Unauthenticated attackers can modify post share count metadata in Post Grid Gutenberg Blocks for News, Magazines, Blog Websites - PostX (PostX) plugin versions up to 5.0.5 due to a missing capability check in the ultp_shareCount_callback() function. This allows unauthorized modification of share_count post meta for any post including private and draft posts, affecting all WordPress installations running the vulnerable plugin. No public exploit code or active exploitation has been identified at the time of analysis.
Technical ContextAI
The vulnerability resides in the WordPress plugin PostX (cpe:2.3:a:wpxpo:post_grid_gutenberg_blocks_for_news,_magazines,_blog_websites_-_postx:*:*:*:*:*:*:*:*), which provides Gutenberg blocks for displaying posts in grid layouts. The root cause is CWE-862 (Missing Authorization), specifically the absence of WordPress capability checks on the ultp_shareCount_callback() AJAX callback function. WordPress AJAX handlers must verify that the invoking user possesses appropriate capabilities (permissions) via functions like current_user_can() before performing sensitive operations. The vulnerable function directly processes share count modifications without this authorization layer, allowing any network-accessible request-including those from unauthenticated users-to modify post metadata. This metadata is typically stored in WordPress's wp_postmeta table and can affect any post type and status.
RemediationAI
Upgrade immediately to Post Grid Gutenberg Blocks for News, Magazines, Blog Websites - PostX version 5.0.6 or later, which adds the missing capability check to the ultp_shareCount_callback() function. The fix is confirmed by the WordPress plugin repository changeset comparing version 5.0.5 to 5.0.6 at https://plugins.trac.wordpress.org/changeset?old_path=/ultimate-post/tags/5.0.5/classes/Blocks.php&new_path=/ultimate-post/tags/5.0.6/classes/Blocks.php. Update via the WordPress admin dashboard (Plugins > Installed Plugins) or via command line using wp plugin update ultimate-post. If immediate patching is not possible, restrict AJAX access by implementing Web Application Firewall (WAF) rules to block requests to the affected callback endpoint; consult your WordPress security plugin documentation for the specific AJAX action name (typically ultp_shareCount or similar) and block unauthenticated POST requests to wp-admin/admin-ajax.php containing that action parameter. Note that WAF filtering is a temporary measure and introduces risk of broken share count functionality if rules are overly broad; patching is the only reliable remediation.
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today