CVE-2025-55732
BaseFortify
Publication date: 2025-08-20
Last updated on: 2025-08-22
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| frappe | frappe | to 14.96.15 (exc) |
| frappe | frappe | From 15.0.0 (inc) to 15.74.2 (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 SQL injection flaw in the Frappe web application framework. It allows an attacker to send specially crafted requests that bypass the official patch for a previous vulnerability (CVE-2025-52895), enabling them to execute unauthorized SQL commands and potentially access sensitive information.
How can this vulnerability impact me? :
The vulnerability can allow attackers to access sensitive information by exploiting SQL injection, which may lead to data breaches, unauthorized data access, and compromise of the affected system's integrity and confidentiality.
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, immediately update Frappe to version 15.74.2 or 14.96.15 or later, as these versions contain the fix for this SQL injection vulnerability.