Vulnerability Description
Note Mark is an open-source note-taking application. In version 0.19.2, IsPasswordMatch in backend/db/models.go falls back to a hard-coded bcrypt("null") placeholder whenever a user has no stored password. OIDC-registered users are created with an empty password, so anyone who submits password: "null" to the internal login endpoint receives a valid session for that user. The bypass is unauthenticated and requires no user interaction. This issue has been patched in version 0.19.3.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/enchant97/note-mark/releases/tag/v0.19.3
- https://github.com/enchant97/note-mark/security/advisories/GHSA-pxf8-6wqm-r6hh
- https://github.com/enchant97/note-mark/security/advisories/GHSA-pxf8-6wqm-r6hh
FAQ
What is CVE-2026-41571?
CVE-2026-41571 is a vulnerability with a CVSS score of 9.4 (CRITICAL). Note Mark is an open-source note-taking application. In version 0.19.2, IsPasswordMatch in backend/db/models.go falls back to a hard-coded bcrypt("null") placeholder whenever a user has no stored pass...
How severe is CVE-2026-41571?
CVE-2026-41571 has been rated CRITICAL with a CVSS base score of 9.4/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-41571?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.