CVE-2026-89030 PUBLISHED

Blog2Social WordPress Plugin < 9.1.0 User Email Disclosure via b2s_search_user

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

Adenion Blog2Social plugin for WordPress before 9.1.0 exposes the email addresses of all registered WordPress users to low-privileged accounts. The b2s_search_user AJAX handler in includes/Ajax/Get.php invokes B2S_Tools::searchUser() in includes/Tools.php, which returns the email address of every matching user without restricting access to callers holding the list_users capability, allowing any user with the edit_posts capability to retrieve user email addresses including those of administrators.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/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

  • Missing Authorization CWE