<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Easy Post Submission - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/easy-post-submission/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 05 Aug 2026 09:15:32 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/easy-post-submission/feed.xml" rel="self" type="application/rss+xml"/><item><title>Unauthenticated Data Modification in Easy Post Submission Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-08-easy-post-submission-vulnerability/</link><pubDate>Wed, 05 Aug 2026 09:15:32 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-easy-post-submission-vulnerability/</guid><description>The Easy Post Submission plugin for WordPress is vulnerable to unauthorized data modification via an unauthenticated AJAX action, allowing attackers to alter or unpublish existing posts.</description><content:encoded><![CDATA[<p>The Easy Post Submission plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check in the <code>create_post()</code> function, affecting all versions up to and including 2.3.0. The vulnerability resides in the <code>rbsm_submit_post</code> AJAX action, which is registered for unauthenticated users via <code>wp_ajax_nopriv_rbsm_submit_post</code>. Because the plugin lacks proper authorization checks when a <code>postId</code> parameter is provided during a request, an unauthenticated attacker can manipulate the title, content, excerpt, categories, and tags of any existing post on the affected WordPress site. Furthermore, an attacker can change the post status to draft, effectively unpublishing content. This represents a significant risk to site integrity and availability, as unauthorized parties can deface or remove public-facing content without administrative privileges.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated attackers to modify, deface, or unpublish any post on a WordPress site running the vulnerable plugin. This can lead to site-wide content integrity loss, unauthorized information disclosure via excerpt modification, or service disruption through the unpublishing of critical posts. The vulnerability affects all users of the Easy Post Submission plugin version 2.3.0 and below.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the Easy Post Submission plugin to the latest version once a patch is available or remove the plugin if a patch is not provided.</li>
<li>Implement WAF rules to monitor or block HTTP POST requests to <code>wp-admin/admin-ajax.php</code> where the action parameter is <code>rbsm_submit_post</code>.</li>
<li>Audit WordPress post modification logs for suspicious activity occurring from unauthenticated sessions if the site is suspected to be under attack.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>