Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Lifecycle Timeline
6DescriptionGitHub Advisory
Frappe is a full-stack web application framework. Prior to 16.14.0 and 15.104.0, Frappe has a SQL injection in bulk_update. This vulnerability is fixed in 16.14.0 and 15.104.0.
AnalysisAI
SQL injection in Frappe's bulk_update function enables unauthenticated remote attackers to execute arbitrary SQL commands, potentially achieving complete database compromise including data exfiltration, modification, and deletion. Affects Frappe versions prior to 16.14.0 and 15.104.0. CVSS 9.3 (Critical) reflects network-accessible attack requiring no authentication or user interaction. No public exploit identified at time of analysis, though the attack surface (bulk update API endpoint) and vulnerability class (SQL injection) are well-understood by attackers.
Technical ContextAI
Frappe is a full-stack Python web application framework built on MariaDB/MySQL that powers ERPNext and similar business applications. The vulnerability resides in the bulk_update functionality, which likely processes user-supplied input for batch database operations without proper parameterization or input validation. CWE-89 (SQL Injection) occurs when untrusted data is concatenated into SQL queries, allowing attackers to inject malicious SQL syntax. The CVSS 4.0 vector (AV:N/AC:L/PR:N) confirms this is remotely exploitable over the network with low attack complexity and no privileges required, meaning any unauthenticated HTTP client can potentially trigger the injection. Given Frappe's role as a database-backed application framework, successful SQL injection could expose the entire application database schema and contents.
RemediationAI
Immediately upgrade Frappe framework to version 16.14.0 or later for version 16.x deployments, or version 15.104.0 or later for version 15.x deployments. These versions contain the vendor-released patch addressing the SQL injection in bulk_update. Deployment teams should follow standard Frappe upgrade procedures including database backups, testing in staging environments, and coordinated production rollout. Consult the GitHub Security Advisory at https://github.com/frappe/frappe/security/advisories/GHSA-583g-fg76-fhfr for additional details and potential workarounds if immediate patching is not feasible. If upgrade cannot be performed immediately, consider temporarily restricting network access to the Frappe application to trusted IP ranges or implementing web application firewall rules to filter malicious SQL syntax in POST requests to bulk update endpoints, though these are interim mitigations only and do not substitute for patching.
Stored cross-site scripting leading to code execution in Frappe Framework 15.89.0 (and the ERPNext application built on
Arbitrary file read in the Frappe full-stack web application framework allows remote unauthenticated attackers to retrie
ERPNEXT v15.67.0 was discovered to contain multiple SQL injection vulnerabilities in the /api/method/frappe.desk.reportv
Frappe Framework v15.72.4 was discovered to contain a SQL injection vulnerability via the fieldname parameter in the fra
In Frappe 15.x.x before 15.72.0 and 14.x.x before 14.96.10, in the function add_tag() at `frappe/desk/doctype/tag/tag.py
Frappe version 14.10.0 allows an external attacker to remotely obtain arbitrary local files. Rated medium severity (CVSS
public/js/frappe/form/footer/timeline.js in Frappe Framework 12 through 12.0.8 does not escape HTML in the timeline and
SQL injection in Frappe framework before 15.84.0/14.99.0.
An issue was discovered in Frappe Framework 10 through 12 before 12.0.4. Rated critical severity (CVSS 9.8), this vulner
A stored cross-site scripting (XSS) vulnerability in the blog post feature of ERPNEXT v15.67.0 allows attackers to execu
In ERPNext v15.83.2 and Frappe Framework v15.86.0, improper validation of uploaded SVG avatar images allows attackers to
[ERPNext][Frappe Version <= 7.1.27] SQL injection vulnerability in frappe.share.get_users allows remote authenticated us
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-19792