Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-60641 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-89Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')CISA-ADP

Affected Products

ProductVersions
Vfront
0.99.52 (semver)

CPE

  • cpe:2.3:a:vfront:vfront:*:*:*:*:*:*:*:*

Remediation

  • Workaround:low effort

    Delete the mexcel.php file or restrict access to it via server configuration.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-60641
NVD Published Date:
Oct 16, 2025
NVD Last Modified:
Jul 5, 2026
Source:
[email protected]
CVE-2025-60641 Details - Not Deferred