Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Unauthenticated nopriv AJAX endpoint gives AV:N/AC:L/PR:N/UI:N; arbitrary post rewrite is I:H and unpublishing is content-availability A:H, with no data read so C:N.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Easy Post Submission plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the create_post() function in all versions up to, and including, 2.3.0. This is due to the rbsm_submit_post AJAX action being registered for unauthenticated users via wp_ajax_nopriv_rbsm_submit_post without any authorization checks when a postId parameter is supplied. This makes it possible for unauthenticated attackers to modify the title, content, excerpt, categories, and tags of arbitrary posts, as well as change the post status to draft (effectively unpublishing them) via the 'postId' parameter.
Articles & Coverage 1
AnalysisAI
Unauthorized data modification in the Easy Post Submission plugin for WordPress (all versions through 2.3.0) lets unauthenticated attackers overwrite the title, content, excerpt, categories, tags, and publication status of any existing post by supplying its postId to a public AJAX endpoint. Because the rbsm_submit_post action is registered for logged-out users with no capability check, an anonymous request can silently rewrite or unpublish arbitrary site content, an integrity- and content-availability-focused flaw scored CVSS 9.1. No public exploit identified at time of analysis, and it is not listed in CISA KEV.
Technical ContextAI
The affected component is a WordPress plugin (CPE cpe:2.3:a:themeruby:easy_post_submission...) providing frontend/guest post submission. WordPress AJAX handlers are hooked via wp_ajax_{action} (authenticated) and wp_ajax_nopriv_{action} (unauthenticated) callbacks. Here the create_post() logic behind the rbsm_submit_post action is bound to wp_ajax_nopriv_rbsm_submit_post, exposing it to anonymous users, and the handler never verifies the caller's capabilities (e.g., edit_post/edit_others_posts) or a valid nonce before acting on a caller-supplied postId. This is a textbook CWE-862 (Missing Authorization): a privileged, state-changing operation is reachable without any authorization gate, so submission logic intended for new content creation can instead be steered onto arbitrary existing post IDs.
RemediationAI
Upstream fix available (PR/commit); released patched version not independently confirmed - the WordPress.org changeset 3488045 (superseding 3427523) at https://plugins.trac.wordpress.org/changeset?new=3488045%40easy-post-submission%2Ftrunk addresses the missing authorization, so update Easy Post Submission to the latest release above 2.3.0 as soon as it is available and verify the installed version in your plugin list. Until a tagged fixed release is confirmed installed, apply compensating controls: deactivate the Easy Post Submission plugin if frontend submission is not essential (trade-off: guest/front-end post submission stops working), or block/deny unauthenticated POST requests to /wp-admin/admin-ajax.php carrying action=rbsm_submit_post at a WAF or reverse proxy (trade-off: may break legitimate anonymous submissions if that workflow is in use). Also review recent post revisions and restore any content that was altered or set to draft, and consult the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/15494ccf-7c9d-4566-9e80-2da94172a3dd) for detection signatures.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53285
GHSA-hqvx-hxrc-x42r