CVE-2026-53569 PUBLISHED

Frappe: Missing authorization in toggle_like and mark_as_seen

Assigner: GitHub_M
Reserved: 09.06.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 toggle_like and mark_as_seen endpoints in frappe/desk/like.py and frappe/desk/doctype/note/note.py do not enforce read permission before modifying _liked_by metadata or a Note seen state. An authenticated user can interact with documents or notes that the user cannot read, disclosing resource existence and modifying resource-associated metadata. No released fixed version is available as of this review.

Metrics

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

Product Status

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

References

Problem Types

  • CWE-862: Missing Authorization CWE