Cyber Posture

CVE-2025-63406

HighPublic PoC

Published: 13 November 2025

Published
13 November 2025
Modified
09 January 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0057 68.8th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

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

prevent

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.

prevent

Prevents arbitrary code execution by validating and sanitizing untrusted inputs to the dbToApi() method before they reach the eval() function, blocking command injection.

detect

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

group-office
group office
≤ 6.8.136 · 25.0.1 — 25.0.47

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?

Arbitrary code execution via command injection in a public-facing web application (GroupOffice) directly enables exploitation of public-facing applications.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References