Cyber Resilience

CVE-2025-63888

Critical

Published: 20 November 2025

Published
20 November 2025
Modified
25 November 2025
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.0039 60.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-63888 is a critical-severity PHP Remote File Inclusion (CWE-98) vulnerability in Thinkphp Thinkphp. 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 39.5% 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 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-63888, published on 2025-11-20, is a remote code execution vulnerability in the read function of the file thinkphp\library\think\template\driver\File.php in ThinkPHP 5.0.24. It has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-98.

The vulnerability enables remote exploitation over the network with low attack complexity, requiring no privileges or user interaction. Unauthenticated attackers can leverage it to achieve high impacts on confidentiality, integrity, and availability, resulting in arbitrary remote code execution on affected systems.

Advisories with further details, including potential mitigation guidance, are available at the following references: https://gist.github.com/Master-0-0/0bf54cbb335b586b42b0db0db804e7aa and https://www.yuque.com/lcc316/df0kgm/mglhbxltgbmzfh2s.

EU & UK References

Vulnerability details

The read function in file thinkphp\library\think\template\driver\File.php in ThinkPHP 5.0.24 contains a remote code execution vulnerability.

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?

CVE-2025-63888 is an unauthenticated remote code execution vulnerability in the public-facing ThinkPHP web framework, directly enabling exploitation of public-facing applications.

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

CVEs Like This One

CVE-2018-25270Same product: Thinkphp Thinkphp
CVE-2025-50707Same product: Thinkphp Thinkphp
CVE-2025-50706Same product: Thinkphp Thinkphp
CVE-2026-28087Shared CWE-98
CVE-2025-23952Shared CWE-98
CVE-2026-32505Shared CWE-98
CVE-2025-48149Shared CWE-98
CVE-2025-60058Shared CWE-98
CVE-2025-49994Shared CWE-98
CVE-2026-24531Shared CWE-98

Affected Assets

thinkphp
thinkphp
5.0.24

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mandates timely identification, reporting, and correction of the RCE vulnerability in ThinkPHP's File.php read function to eliminate the exploitable flaw.

prevent

Requires validation of inputs to the vulnerable read function to block malicious file paths enabling remote file inclusion and subsequent RCE.

detect

Vulnerability scanning and monitoring detects the presence of CVE-2025-63888 in ThinkPHP 5.0.24 deployments for proactive remediation.

References