CVE-2025-56381
BaseFortify
Publication date: 2025-10-02
Last updated on: 2025-10-03
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| frappe | erpnext | 15.67.0 |
| frappe | frappe | 15.72.4 |
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 in ERPNEXT v15.67.0 involves multiple SQL injection flaws in the /api/method/frappe.desk.reportview.get endpoint. Specifically, the order_by and group_by parameters can be exploited to inject malicious SQL code, potentially allowing an attacker to manipulate or access the database in unauthorized ways.
How can this vulnerability impact me? :
Exploitation of this SQL injection vulnerability could allow attackers to access, modify, or delete sensitive data stored in the database. This can lead to data breaches, loss of data integrity, unauthorized data disclosure, and potentially full system compromise depending on the database privileges.