CVE-2025-66205
BaseFortify
Publication date: 2025-12-01
Last updated on: 2025-12-04
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| frappe | frappe | to 14.99.2 (exc) |
| frappe | frappe | From 15.0.0 (inc) to 15.86.0 (exc) |
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 is an error-based SQL injection in the Frappe web application framework. It occurs because certain parameters in a specific endpoint were not properly validated, allowing attackers to inject SQL code and retrieve information such as the version of the software. This issue was fixed in versions 15.86.0 and 14.99.2.
How can this vulnerability impact me? :
The vulnerability can allow an attacker with network access and low privileges to perform error-based SQL injection, potentially exposing sensitive information like software version details. While it does not allow data modification, it can lead to information disclosure and limited denial of service.
What immediate steps should I take to mitigate this vulnerability?
Upgrade Frappe to version 15.86.0 or later, or 14.99.2 or later, as these versions contain the fix for the error-based SQL injection vulnerability.