GB Forms DB <= 1.0.2 - Unauthenticated Remote Code Execution

2025-07-10 18:32
CVE_hunter

Strategic Overview

Status
Patched in 1.0.3
Affected PluginGB Forms DB
Affected Version<= 1.0.2
CVSS9.8Critical
CVECVE-2025-5392
View all GB Forms DB vulnerabilities

Vulnerability Overview

The GB Forms DB plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1.0.2 via the gbfdb_talk_to_front() function. This is due to the function accepting user input and then passing that through call_user_func(). This makes it possible for unauthenticated attackers to execute code on the server which can be leverage to inject backdoors or create new administrative user accounts to name a few things.

Technical Analysis

REMEDIATION: Update to version 1.0.3, or a newer patched version --- IDENTIFIER: CWE-94 (Improper Control of Generation of Code ('Code Injection')) The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C