CVE-2025-65656
BaseFortify
Publication date: 2025-12-02
Last updated on: 2025-12-03
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dcatadmin | dcat_admin | to 1.7.9 (inc) |
| dcatadmin | dcat_admin | From 2.0.0 (inc) to 2.2.3 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-98 | The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in dcat-admin v2.2.3-beta and earlier versions involves file inclusion in the file admin/src/Extend/VersionManager.php. This means that an attacker could potentially exploit the way files are included or loaded in this part of the software, possibly leading to unauthorized access or execution of malicious files.
How can this vulnerability impact me? :
The file inclusion vulnerability could allow an attacker to execute arbitrary code or access sensitive files on the server running dcat-admin, potentially leading to data breaches, system compromise, or unauthorized control over the affected system.