CVE-2026-96672 PUBLISHED

Frappe ERPNext before 16.34.1 Unauthorized Method Invocation

Assigner: VulnCheck
Reserved: 23.09.2026 Published: 23.09.2026 Updated: 23.09.2026

Frappe ERPNext versions before 16.34.1 fail to validate that Financial Report Template calculation_formula values reference whitelisted methods before passing them to frappe.call(). Accounts Managers can supply arbitrary dotted Python paths to invoke non-whitelisted internal server-side methods and read their return values.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N
CVSS Score: 5.3

Product Status

Vendor Frappe
Product ERPNext
Versions Default: unaffected
  • affected from 16.0.0 to 16.34.1 (excl.)

References

Problem Types

  • Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') CWE