Cyber Resilience

CVE-2025-47867

Trendmicro Apex Central 2019

Published
17 June 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.016 74th percentile
Risk Priority 59 floored blend · peak EPSS

Summary

CVE-2025-47867 is a high-severity Injection (CWE-74) vulnerability in Trendmicro Apex Central. Its CVSS base score is 7.5 (High).

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

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

A Local File Inclusion vulnerability exists in a widget component of Trend Micro Apex Central versions below 8.0.6955. The flaw, tracked as CVE-2025-47867, permits an attacker to supply arbitrary files that are then executed as PHP code, resulting in remote code execution on the affected server. The issue carries a CVSS 3.1 score of 7.5 and is associated with CWE-74.

An attacker with low-privileged network access can exploit the vulnerability, although successful exploitation requires high attack complexity and no user interaction. Successful exploitation grants the attacker full confidentiality, integrity, and availability impact on the target installation.

Vendor guidance and additional technical details are available in the Trend Micro solution article KA-0019355 and the Zero Day Initiative advisory ZDI-25-297. The EPSS score for this CVE remains flat at 0.0181 with no material increase observed since publication.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A Local File Inclusion vulnerability in a Trend Micro Apex Central widget in versions below 8.0.6955 could allow an attacker to include arbitrary files to execute as PHP code and lead to remote code execution on affected installations.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

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.
T1221 Template Injection Stealth
Adversaries may create or modify references in user document templates to conceal malicious code or force authentication attempts.
T1659 Content Injection Initial Access
Adversaries may gain access and continuously communicate with victims by injecting malicious content into systems through online network traffic.
T1674 Input Injection Execution
Adversaries may simulate keystrokes on a victim’s computer by various means to perform any type of action on behalf of the user, such as launching the command interpreter using keyboard shortcuts, typing an inline script to be executed,…
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
T1059.001 PowerShell Execution
Adversaries may abuse PowerShell commands and scripts for execution.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-20858Same product: Microsoft Windows
CVE-2026-42838Same vendor: Microsoft
CVE-2020-8468Same vendor: Trendmicro
CVE-2026-47644Same vendor: Microsoft
CVE-2026-41109Same vendor: Microsoft
CVE-2026-33833Same vendor: Microsoft
CVE-2025-32711Same vendor: Microsoft
CVE-2013-2251Same vendor: Microsoft
CVE-2026-26164Same vendor: Microsoft
CVE-2023-23749Shared CWE-74

Affected Assets

trendmicro
apex central
2019

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.2.1
  • V1.2.3
  • V1.2.5
  • V1.2.8

Mitigating Controls (NIST 800-53 r5) AI

SI-10 directly requires validation of information inputs to reject malformed or special-element content before it reaches downstream parsers.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and output encoding that prevent injection flaws.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development catches injection vulnerabilities before release.

A.8.15 Logging partial match
finds

Logging supports detection of injection attempts but does not prevent the weakness.

finds

Monitoring activities can identify active injection attacks after they occur.

prevents

Secure development life cycle mandates input validation and output encoding that directly prevent injection flaws.

prevents

Application security requirements explicitly call for controls against injection attacks in software design.

prevents

Secure architecture principles reduce injection surfaces but do not prescribe specific neutralization techniques.

References