๐Ÿ” CVE Alert

CVE-2026-50554

MEDIUM 5.3

Note Mark: Unauthenticated disclosure of soft-deleted note metadata via deleted=true on public books in note-mark

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-200 CWE-285
Vendor enchant97
Product note-mark
Published Sep 3, 2026
Last Updated Sep 3, 2026
Stay Ahead of the Next One

Get instant alerts for enchant97 note-mark

Be the first to know when new medium vulnerabilities affecting enchant97 note-mark are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Affected Versions

enchant97 / note-mark
< 0.19.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/enchant97/note-mark/security/advisories/GHSA-588f-fvcv-xhvf github.com: https://github.com/enchant97/note-mark/commit/9c9b72740f22a06131a8f64b53bb08e3b05b81a6 github.com: https://github.com/enchant97/note-mark/releases/tag/v0.19.5