CVE-2026-44523 Details
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.
A vulnerability in Note Mark, an open-source note-taking application, prior to version 0.19.4, allows for full account takeover through token forgery. The issue arises because the application does not enforce a minimum length or entropy for the JWT_SECRET configuration value. As a result, the application accepts any base64-decodable secret, including those as short as 1 byte. This vulnerability is critical, as it enables an attacker to capture a valid JWT, crack the signing secret offline, forge JWTs for any user (including administrators), and authenticate without credentials, all without server-side detection or rate limiting.
Users are advised to update to Note Mark version 0.19.4 or later, where this vulnerability has been fixed. Additionally, ensure that JWT secrets are at least 32 bytes (256 bits) after base64 decoding and reject weaker secrets during configuration parsing.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed May 14, 2026CISA-ADP
Assessed May 15, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/enchant97/note-mark/security/advisories/GHSA-q6mh-rqwh-g786 | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/enchant97/note-mark/security/advisories/GHSA-q6mh-rqwh-g786 | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-326 | Inadequate Encryption Strength | [email protected] |
| CWE-345 | Insufficient Verification of Data Authenticity | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Note Mark | All versions |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 15, 2026 | CVE Modified | CISA-ADP |
| May 14, 2026 | New CVE Received | [email protected] |
Volerion