CVE-2026-35614
SQL Injection in Frappe bulk_update Allows Data Manipulation
Publication date: 2026-04-07
Last updated on: 2026-04-13
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| frappe | frappe | to 15.104.0 (exc) |
| frappe | frappe | From 16.0.0 (inc) to 16.14.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?
CVE-2026-35614 is a high-severity SQL injection vulnerability in the Frappe Framework affecting the `bulk_update` functionality. This vulnerability exists in versions prior to 16.14.0 and 15.104.0 and allows an attacker to inject malicious SQL code through the bulk update process.
How can this vulnerability impact me? :
This SQL injection vulnerability can allow an attacker to execute arbitrary SQL commands on the database used by the Frappe Framework application. This can lead to unauthorized data access, data modification, or deletion, potentially compromising the integrity and confidentiality of your data.
What immediate steps should I take to mitigate this vulnerability?
There are no available workarounds for this vulnerability.
The only immediate step to mitigate this SQL injection vulnerability in the Frappe Framework's bulk_update functionality is to upgrade to the patched versions 16.14.0 or 15.104.0.