CVE-2026-89031 PUBLISHED

Blog2Social WordPress Plugin < 9.1.0 Broken Access Control via b2s_calendar_move_post

Assigner: VulnCheck
Reserved: 10.09.2026 Published: 16.09.2026 Updated: 16.09.2026

Adenion Blog2Social plugin for WordPress before 9.1.0 allows low-privileged users to modify the scheduled post records of other users. The b2s_calendar_move_post AJAX handler in includes/Ajax/Post.php issues an UPDATE against the b2s_posts table using only the attacker-supplied b2s_id primary key with no blog_user_id ownership constraint, allowing any user with the edit_posts capability to reschedule, suppress, or alter the publication state of any other user's scheduled social media post.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N
CVSS Score: 5.3

Product Status

Vendor Adenion
Product Blog2Social
Versions Default: unaffected
  • affected from 0 to 9.1.0 (excl.)

Credits

  • Choriyev Qahramon (ciprobe) finder
  • VulnCheck coordinator

References

Problem Types

  • Authorization Bypass Through User-Controlled Key CWE