CVE-2026-4431: Easy Post Submission <= 2.3.0 - Missing Authorization
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.
Security readout for executives and security teams
Plain-English summary
CVE-2026-4431 lets unauthenticated visitors alter existing WordPress posts on sites using Easy Post Submission up to 2.3.0. Attackers could rewrite content, change categories or tags, or set posts to draft, effectively removing them from public view. This is a high business-risk content integrity and availability issue.
Executive priority
Treat as urgent for any site using this plugin, especially marketing, news, ecommerce, or public-facing sites where content trust matters. Prioritize inventory, update or removal, and content integrity review.
Technical view
The plugin registers rbsm_submit_post for unauthenticated AJAX use and lacks an authorization check in create_post() when postId is supplied. Sources state attackers can modify arbitrary post title, content, excerpt, categories, tags, and status. CVSS is 9.1: network-accessible, low complexity, no privileges, no user interaction, high integrity and availability impact.
Likely exposure
Public WordPress sites running Easy Post Submission versions up to and including 2.3.0 are the likely exposure. The CVE metadata has some version-field inconsistency, so confirm against the plugin version and vendor advisories.
Exploitation context
No active exploitation is stated in the provided sources, and KEV is false. Exploitation requires web access only and no login, making exposed public sites attractive targets for defacement, content manipulation, or unpublishing important posts.
Researcher notes
Evidence points to CWE-862 missing authorization in unauthenticated AJAX handling. The bundled WordPress Trac references identify relevant code locations and a later changeset, but the provided sources do not clearly name a fixed version. Avoid assuming exploit activity without external confirmation.
Mitigation direction
Check the WordPress plugin repository and vendor guidance for a fixed release.
Upgrade promptly if a fixed version is available.
Disable or remove the plugin if no fixed version is confirmed.
Restore altered posts from known-good backups if content changes are found.
Monitor for unexpected post edits, drafts, category changes, or tag changes.
Validation and detection
Inventory WordPress sites for the Easy Post Submission plugin.
Confirm installed plugin versions, prioritizing versions up to 2.3.0.
Review recent post revision history for unauthorized changes.
Check access logs for unauthenticated AJAX activity involving rbsm_submit_post.
Verify whether vendor changeset 3488045 is included in the installed plugin code.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-862 · source CWE mapping
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.