CVE-2026-41317 PUBLISHED

Frappe Press has an unsafe HTTP method / CSRF-adjacent issue on API secret generation

Assigner: GitHub_M
Reserved: 20.04.2026 Published: 24.04.2026 Updated: 24.04.2026

Press, a Frappe custom app that runs Frappe Cloud, manages infrastructure, subscription, marketplace, and software-as-a-service (SaaS).press.api.account.create_api_secret is prone to CSRF-like exploits. This endpoint writes to database and it is also accessible via GET method. The patch in commit 52ea2f2d1b587be0807557e96f025f47897d00fd restricts method to POST.

Metrics

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

Product Status

Vendor frappe
Product press
Versions
  • Version < 52ea2f2d1b587be0807557e96f025f47897d00fd is affected

References

Problem Types

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