CVE-2026-44523
Note Mark is an open-source note-taking application. Prior to 0.19.4, no minimum length or entropy is enforced on the JWT_SECRET configuration value. The application accepts any base64-decodable secret regardless of size, including secrets as short as 1 byte. This vulnerability is fixed in 0.19.4.
View on NVDAnalysis
Note Mark, a self-hosted note-taking application, contains a critical vulnerability where it fails to enforce minimum entropy on JWT secrets. This allows for trivial authentication bypass and full account takeover if a short or weak secret is used. Users should upgrade to version 0.19.4 or higher.
Severity
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:NCWE-326CWE-345EPSS
No EPSS score yet (CVE may be too fresh).
Technical description
Note Mark is an open-source note-taking application. Prior to 0.19.4, no minimum length or entropy is enforced on the JWT_SECRET configuration value. The application accepts any base64-decodable secret regardless of size, including secrets as short as 1 byte. This vulnerability is fixed in 0.19.4.