CVE-2025-60641
BaseFortify
Publication date: 2025-10-16
Last updated on: 2025-10-21
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vfront | vfront | 0.99.52 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the mexcel.php file of the Vfront 0.99.52 codebase, where user input from the 'mexcel' POST parameter is base64-decoded and then unserialized without validation. Because the input is not properly checked or restricted, an attacker can inject arbitrary PHP objects, potentially leading to malicious actions such as Remote Code Execution, SQL Injection, Path Traversal, or Denial of Service.
How can this vulnerability impact me? :
The vulnerability can allow attackers to execute arbitrary code remotely, manipulate or access the database through SQL Injection, traverse file paths to access unauthorized files, or cause Denial of Service, all of which can compromise the security, integrity, and availability of the affected system.