A Server-Side Template Injection (SSTI) vulnerability exists in the Frappe ERPNext through 15.89.0 Print Format rendering mechanism. Specifically, the API frappe.www.printview.get_html_and_style() triggers the rendering of the html field inside a Print Format document using frappe.render_template(template, doc) via the get_rendered_template() call chain. Although ERPNext wraps Jinja2 in a SandboxedEnvironment, it exposes sensitive functions such as frappe.db.sql through get_safe_globals(). An authenticated attacker with permission to create or modify a Print Format can inject arbitrary Jinja expressions into the html field. Once the malicious Print Format is saved, the attacker can call get_html_and_style() with a target document (e.g., Supplier or Sales Invoice) to trigger the render process. This leads to information disclosure from the database, such as database version, schema details, or sensitive values, depending on the injected payload. Exploitation flow: Create a Print Format with SSTI payload in the html field; call the get_html_and_style() API; triggers frappe.render_template(template, doc) inside get_rendered_template(); leaks database information via frappe.db.sql or other exposed globals.
References
| Link | Resource |
|---|---|
| https://iamanc.github.io/post/erpnext-ssti-bug-5 | Exploit Third Party Advisory |
| https://www.notion.so/SSTI-bug-5-239e6086eadc80a48f17c1257a604d2c?source=copy_link | Exploit Third Party Advisory |
Configurations
History
05 Jan 2026, 18:20
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Frappe erpnext
Frappe |
|
| CWE | CWE-94 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.8 |
| CPE | cpe:2.3:a:frappe:erpnext:*:*:*:*:*:*:*:* | |
| References | () https://iamanc.github.io/post/erpnext-ssti-bug-5 - Exploit, Third Party Advisory | |
| References | () https://www.notion.so/SSTI-bug-5-239e6086eadc80a48f17c1257a604d2c?source=copy_link - Exploit, Third Party Advisory |
16 Dec 2025, 15:15
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
| CWE | CWE-1336 |
15 Dec 2025, 18:15
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2025-12-15 18:15
Updated : 2026-01-05 18:20
NVD link : CVE-2025-66438
Mitre link : CVE-2025-66438
CVE.ORG link : CVE-2025-66438
JSON object : View
Products Affected
frappe
- erpnext
