CVE-2025-60641
MEDIUM EPSS 32.3%
Published Oct 16, 20258mo ago · Modified Jun 17, 20262w ago
6.5 CVSS 3.1
Published Oct 16, 2025 8mo ago
Last Modified Jun 17, 2026 2w ago
Description
The file mexcel.php in the Vfront 0.99.52 codebase contains a vulnerable call to unserialize(base64_decode($_POST['mexcel'])), where $_POST['mexcel'] is user-controlled input. This input is decoded from base64 and deserialized without validation or use of the allowed_classes option, allowing an attacker to inject arbitrary PHP objects. This can lead to malicious behavior, such as Remote Code Execution (RCE), SQL Injection, Path Traversal, or Denial of Service, depending on the availability of exploitable classes in the Vfront codebase or its dependencies.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity Low
Availability None
Threat Intelligence
EPSS Exploit Probability
32.3% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-89 SQL Injection Injection
References 2
- vfront.com http://vfront.com
- xancatos.org https://xancatos.org/cve202560641
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.