Junglewise Threat Intelligence

CVE-2026-5626: bPlugins Survey Form Block missing authorization in get_all_data

CVE-2026-5626 · Severity: medium · CVSS 4.3 · Published 2026-07-29

Vendors: bPlugins.

Executive brief

The Survey Form Block plugin for WordPress, which allows site owners to create and manage surveys, contains a security flaw that permits unauthorized data access. An individual with a basic user account on the site can export all survey responses and internal database metadata. This could lead to the exposure of sensitive feedback or personal information collected from site visitors.

Technical details

The Survey Form Block plugin for WordPress suffers from a missing authorization vulnerability (CWE-862) within the SVBAjax.php component. Specifically, the get_all_data() function fails to implement a capability check to verify if the requesting user has administrative permissions. An authenticated attacker with Subscriber-level privileges or higher can trigger this function via an AJAX request to export the entirety of the survey submission database, including column metadata. The issue is addressed in version 1.0.2 by adding the necessary capability checks.

Affected products

  • bPlugins Survey Form Block – collect answers and insights from your audience up to, and including, 1.0.1

Timeline

  • 2026-04-08: patched: Version 1.0.2 released to address the vulnerability.
  • 2026-07-29: disclosed: Vulnerability published by Wordfence and NVD.

References