Cyber Resilience

CVE-2025-5392

CriticalRCE

Published: 11 July 2025

Published
11 July 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0155 81.8th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-5392 is a critical-severity Code Injection (CWE-94) vulnerability in Wordpress (inferred from references). Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 18.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

The GB Forms DB plugin for WordPress is vulnerable to remote code execution in all versions up to and including 1.0.2. The flaw exists in the gbfdb_talk_to_front() function, which accepts unsanitized user input and passes it directly to call_user_func(), resulting in arbitrary code execution classified as CWE-94.

Unauthenticated attackers can exploit the issue over the network without any user interaction or privileges. Successful attacks can execute code on the server, enabling actions such as backdoor injection or creation of new administrative accounts, consistent with the CVSS 9.8 rating indicating full impact on confidentiality, integrity, and availability.

Advisories reference the vulnerable code paths in the plugin's core/functions.php file along with a WordPress Trac changeset that updates the affected component, indicating that applying the patch resolves the exposure. The associated EPSS score remains flat at a low value of 0.0155 with no material increase observed.

EU & UK References

Vulnerability details

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().…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct unauthenticated RCE via unsanitized input to call_user_func() in public-facing WordPress plugin enables T1190 (Exploit Public-Facing Application).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-13773Shared CWE-94
CVE-2025-50692Shared CWE-94
CVE-2026-30643Shared CWE-94
CVE-2026-30460Shared CWE-94
CVE-2025-71243Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2024-13792Shared CWE-94
CVE-2020-37052Shared CWE-94
CVE-2026-42555Shared CWE-94
CVE-2025-65037Shared CWE-94

Affected Assets

Wordpress
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires timely identification, reporting, and correction of the RCE flaw in the GB Forms DB plugin via updates beyond version 1.0.2.

prevent

Mandates validation of unsanitized user inputs before passing to call_user_func() in gbfdb_talk_to_front(), directly preventing arbitrary code execution.

preventdetect

Deploys malicious code protection at system entry points to block or identify exploit attempts leveraging the vulnerable plugin function.

References