CVE-2026-40265 PUBLISHED

Note Mark has Broken Access Control on Asset Download

Assigner: GitHub_M
Reserved: 10.04.2026 Published: 16.04.2026 Updated: 16.04.2026

Note Mark is an open-source note-taking application. In versions 0.19.1 and prior, the asset download endpoint at /api/notes/{noteID}/assets/{assetID} is registered without authentication middleware, and the backend query does not verify ownership or book visibility. An unauthenticated user who knows a valid note ID and asset ID can retrieve the full contents of private note assets without authentication, regardless of whether the associated book is public or private. This issue has been fixed in version 0.19.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 5.9

Product Status

Vendor enchant97
Product note-mark
Versions
  • Version < 0.19.2 is affected

References

Problem Types

  • CWE-862: Missing Authorization CWE