CVE-2026-63654 PUBLISHED

Frappe: Unauthenticated Workflow approval via confirm_action

Assigner: GitHub_M
Reserved: 17.07.2026 Published: 20.08.2026 Updated: 20.08.2026

Frappe is a full-stack web application framework. In version 16.31.0 and earlier, the whitelisted frappe.model.workflow.bulk_workflow_approval endpoint in frappe/model/workflow.py accepts safe HTTP methods for state-changing workflow approvals because the endpoint is not restricted to POST. An attacker can induce an authenticated victim browser to submit an approval action with the victim privileges. No released fixed version is available as of this review.

Metrics

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

Product Status

Vendor frappe
Product frappe
Versions
  • Version <= 16.31.0 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE