CVE-2025-5392 CRITICAL

CVE-2025-5392: GB Forms DB <= 1.0.2 - Unauthenticated Remote Code Execution

Vendor Gb-Plugins
Product GB Forms DB
Weakness CWE-94 · Code injection
Published July 11, 2025
Last update April 8, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

GB Forms DB versions 1.0.2 and earlier contain a code injection vulnerability that allows unauthenticated attackers to run arbitrary PHP code on the site without user interaction. The vulnerability stems from improper handling of user input, enabling direct code execution. All versions up to 1.0.2 are affected.

What an attacker can do

03Attacker Capabilities

Run arbitrary PHP code on the site and take complete control of it.

Potential impact on your site

04Site Impact

Complete compromise of the site, including data theft, malware installation, and defacement.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 11, 2025 CVE published
April 8, 2026 Record updated