CVE-2026-50554
CVE-2026-50554
Note Mark is an open-source note-taking application. Prior to version 0.19.5, GET /api/books/{bookID}/notes is an unauthenticated endpoint that accepts a "deleted" query parameter. When the request is ?deleted=true, the service runs the query with Unscoped() (bypassing GORM's soft-delete scope) but keeps the read-authorization clause as "owner_id = ? OR is_public = ?". As a result, any unauthenticated caller can enumerate the metadata of soft-deleted ("trashed") notes belonging to any public book — notes the owner explicitly deleted and expected to be removed from public view. This issue has been patched in version 0.19.5.
Vulnerability class: Information Disclosure
CVSS v3 metric
CVSS v3 base score 5.3 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N.
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2026-50554?
- CVE-2026-50554 is a medium-severity vulnerability, classified under Information Disclosure. CVSS score: 5.3/10. Published 2026-09-03.
- How severe is CVE-2026-50554?
- Medium severity. CVSS v3 base score is 5.3 out of 10.