LiveActive security incident?Get immediate response
CVE Record

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.

CriticalCVSS 9.1Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
high
Sources
7

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-4431 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
5Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
9.1CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H3.95.2Wordfence

Vulnerability scoring details

Base CVSS 3.1 score

9.1Critical
CVSS 3.1 vector shape for CVE-2026-4431Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. Source timelineWordfence

    Vendor Notified

  3. Source timelineWordfence

    Disclosed

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
themerubyEasy Post Submission – Frontend Posting, Guest Publishing & Submit Content for WordPress0unaffected
Weakness

CWE details

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.