CVE-2026-53569
Received Received - Intake

Stored XSS via Like Endpoint in Frappe Framework

Vulnerability report for CVE-2026-53569, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: GitHub, Inc.

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-20
Last Modified
2026-08-20
Generated
2026-08-20
AI Q&A
2026-08-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
frappe frappe to 16.31.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-53569 is a missing authorization vulnerability in the Frappe Framework versions 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 checks before modifying _liked_by metadata or a Note seen state. This allows authenticated users to interact with documents or notes they cannot read, disclosing resource existence and altering metadata.

Detection Guidance

To detect this vulnerability, check if your Frappe Framework version is 16.31.0 or earlier. Review logs for unauthorized access attempts to toggle_like or mark_as_seen endpoints. Look for users interacting with documents they lack read permissions for.

Impact Analysis

An attacker with authenticated access could exploit this to view the existence of restricted documents or notes and modify their metadata (e.g., like status or seen state) without proper read permissions. This could lead to information leakage or unauthorized changes to resource tracking.

Compliance Impact

This vulnerability may violate compliance requirements by allowing unauthorized access to sensitive data existence and metadata changes. GDPR requires strict access controls and data protection; HIPAA mandates safeguards for protected health information. Exploitation could lead to unauthorized data exposure or integrity breaches, risking non-compliance.

Mitigation Strategies

Update to the latest patched version of Frappe Framework to restore permission checks. If updating is not possible, restrict access to the toggle_like and mark_as_seen endpoints manually until an update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53569. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart