CVE-2025-5392 PUBLISHED

GB Forms DB <= 1.0.2 - Unauthenticated Remote Code Execution

Assigner: Wordfence
Reserved: 30.05.2025 Published: 11.07.2025 Updated: 11.07.2025

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.

Metrics

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

Product Status

Vendor gb-plugins
Product GB Forms DB
Versions Default: unaffected
  • affected from * to 1.0.2 (incl.)

Credits

  • Alexander Chikaylo finder

References

Problem Types

  • CWE-94 Improper Control of Generation of Code ('Code Injection') CWE