CVE-2025-65656
Published: 02 December 2025
Summary
CVE-2025-65656 is a critical-severity PHP Remote File Inclusion (CWE-98) vulnerability in Dcatadmin Dcat Admin. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 25.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2025-65656, published on 2025-12-02, is a file inclusion vulnerability (CWE-98) affecting dcat-admin versions v2.2.3-beta and earlier. The flaw is located in the admin/src/Extend/VersionManager.php component of this PHP-based admin panel framework.
The vulnerability carries 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), indicating it can be exploited remotely by unauthenticated attackers with low complexity and no user interaction. Exploitation enables high-impact compromise of confidentiality, integrity, and availability, typically through arbitrary file inclusion that may lead to remote code execution on the affected server.
Mitigation guidance is available in associated advisories, including the official dcat-admin repository at https://github.com/jqhph/dcat-admin and a dedicated CVE document at https://github.com/lznlol/operation-log/blob/main/CVE-2025-65656.md, which likely detail patches or upgrade instructions for vulnerable installations.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-200278
Vulnerability details
dcat-admin v2.2.3-beta and before is vulnerable to file inclusion in admin/src/Extend/VersionManager.php.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
File inclusion vulnerability in dcat-admin web application (admin/src/Extend/VersionManager.php) enables exploitation of a public-facing application for remote code execution or arbitrary file inclusion.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires identification, reporting, and correction of the file inclusion flaw in dcat-admin's VersionManager.php to eliminate the vulnerability.
Mandates validation of file path inputs to the vulnerable PHP component, preventing arbitrary local or remote file inclusion by unauthenticated attackers.
Enforces secure baseline configuration settings for PHP, such as open_basedir restrictions, to limit the scope of file inclusion exploitation.