CVE-2025-63406
Published: 13 November 2025
Description
An issue in Intermesh BV GroupOffice vulnerable before v.25.0.47 and 6.8.136 allows a remote attacker to execute arbitrary code via the dbToApi() and eval() in the FunctionField.php
Mitigating Controls (NIST 800-53 r5)AI
Directly mitigates the CVE by requiring timely patching of GroupOffice to versions 25.0.47 or 6.8.136, which fixes the unsafe eval() usage in FunctionField.php.
Prevents arbitrary code execution by validating and sanitizing untrusted inputs to the dbToApi() method before they reach the eval() function, blocking command injection.
Identifies the presence of CVE-2025-63406 in deployed GroupOffice instances through regular vulnerability scanning, enabling prompt remediation.
Security SummaryAI
CVE-2025-63406 is an arbitrary code execution vulnerability in Intermesh BV's GroupOffice, affecting versions prior to 25.0.47 and 6.8.136. The issue stems from improper use of the eval() function within the dbToApi() method in FunctionField.php, enabling command injection as classified under CWE-77. It carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating high severity due to its potential for severe impact.
A remote attacker with low privileges, such as an authenticated user, can exploit this vulnerability over the network with low attack complexity and without requiring user interaction. Successful exploitation allows the attacker to execute arbitrary code on the affected server, compromising confidentiality, integrity, and availability with high impact.
Mitigation requires updating to GroupOffice version 25.0.47 or 6.8.136 or later. Additional resources include a proof-of-concept exploit at https://github.com/WinDyAlphA/CVE-2025-63406-PoC and analysis at https://noahheraud.com/posts/CVE-2025-63406/.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Arbitrary code execution via command injection in a public-facing web application (GroupOffice) directly enables exploitation of public-facing applications.