Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Lifecycle Timeline
2DescriptionCVE.org
The Blog2Social: Social Media Auto Post & Scheduler plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 8.9.0. This is due to a missing ownership verification in the B2S_Post_Tools::deleteUserPublishPost() and B2S_Post_Tools::deleteUserSchedPost() functions, neither function includes a blog_user_id constraint in its database query, allowing authenticated attackers to soft-delete any user's B2S post records by supplying arbitrary sequential wp_b2s_posts.id values via the 'postId' parameter. This makes it possible for authenticated attackers to delete other users' published and scheduled social media post records, disrupting content publishing workflows.
AnalysisAI
Blog2Social: Social Media Auto Post & Scheduler plugin for WordPress versions up to 8.9.0 allows authenticated attackers to delete any user's published and scheduled social media post records due to missing ownership verification in the deleteUserPublishPost() and deleteUserSchedPost() functions. Attackers can supply arbitrary sequential post IDs to permanently soft-delete other users' B2S post records, disrupting content publishing workflows across multiuser WordPress installations. This vulnerability requires valid WordPress user authentication but no elevated privileges.
Technical ContextAI
Blog2Social is a WordPress plugin that automates social media content publishing and scheduling. The vulnerability exists in the B2S_Post_Tools class, specifically in the deleteUserPublishPost() and deleteUserSchedPost() methods, which process deletion requests via AJAX endpoints in the Post.php module. These functions query the wp_b2s_posts database table to remove post records but fail to include a blog_user_id constraint in their WHERE clauses, meaning any authenticated user can predict and delete post records belonging to other users by iterating through sequential post ID values. The root cause is a Missing Authorization weakness (CWE-862) where the function validates that a post exists but not whether the requesting user owns it. This is a classic horizontal privilege escalation in WordPress multiuser contexts.
RemediationAI
Update Blog2Social to a patched version released after 8.9.0. Wordfence advisory and plugin repository changeset references indicate a fix has been committed upstream. Until patching is possible, implement the following compensating controls: restrict WordPress user registration to trusted administrators only to minimize the number of authenticated users who can exploit this vulnerability; disable the Blog2Social plugin temporarily if content deletion is a critical business risk; or use WordPress role-based access control to limit author and editor capabilities to trusted staff only. Note that these workarounds do not fully mitigate the vulnerability if any non-admin authenticated user exists. Verify the patched version number from the official Blog2Social plugin repository or Wordfence advisory before deployment.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The 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
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
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 Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29899