SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-12895

HIGH · CVSS 7.1 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-29 · Last synced 2026-08-28

CyberRota Analysis

AI-Generated

Frappe's ERPNext versions 15.107.0 and Frappe 15.107.2 are vulnerable to SQL injection due to the use of direct string interpolation in SQL query construction, which allows an authenticated user with low privileges to manipulate queries. This vulnerability can lead to unauthorized access to sensitive data, including fragments of the administrator’s password hash, credentials, and financial information. Organizations using these versions should prioritize patching to mitigate the risk of data breaches and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-12895
Severity
HIGH
CVSS
7.1
EPSS
0.22%

Original NVD Description

SQL injection in Frappe's ERPNext, versions ERPNext 15.107.0 and Frappe 15.107.2. The application constructs SQL queries through direct string interpolation using `str.format()` without employing parameterized queries, allowing the name (docname) of a Supplier record containing SQL metacharacters to be interpreted as part of the query. Exploitation of this vulnerability could allow an authenticated user with low privileges to execute arbitrary SQL queries, bypass Frappe’s access restrictions (DocPerm), extract confidential information from the database—including fragments of the administrator’s password hash—and access other sensitive data, such as credentials, integration tokens, or financial information.