CVE Catalog

CVE-2026-4431

CriticalCVSS 9.1
Published: Translated: NVD NIST

Summary

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.

Risk Assessment

Unauthorized content modification can lead to site integrity damage, publishing unwanted content, or hiding existing posts, potentially affecting reputation and user trust.

Recommendation

Update the plugin to the latest version if a patch is available. If not, temporarily disable the plugin or restrict access to it. Additionally, ensure the create_post function requires proper permissions and is not accessible to unauthenticated users.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS