CVE-2026-59163
Last modified
CVE-2026-59163 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. Mnemosyne is a memory layer for artificial intelligence agents. Prior to v3.10.1, the auth check in mnemosyne/core/sync_server.py parsed the JWT's header and payload using base64 decoding, then passed the token to a jwt library call with options that effectively disabled signature verification. EPSS estimates a 0.33% chance of exploitation in the next 30 days.
Description
Mnemosyne is a memory layer for artificial intelligence agents. Prior to v3.10.1, the auth check in mnemosyne/core/sync_server.py parsed the JWT's header and payload using base64 decoding, then passed the token to a jwt library call with options that effectively disabled signature verification. The server accepted any well-formed token regardless of the signature, including tokens with alg: none and tokens signed with the wrong key. The fix in v3.10.1 replaces the broken decode with a from-scratch HS256 verifier using only the Python standard library. For users who cannot upgrade immediately, restrict network access to the sync server endpoint to trusted clients only. Firewall, reverse proxy with mTLS, or localhost bind with SSH tunnel are all viable. The vulnerability is not exploitable against an unreachable endpoint.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| AxDSan | mnemosyne | < 3.10.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-59163?
How severe is CVE-2026-59163?
How do I fix CVE-2026-59163?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-59155Nezha Monitoring is a self-hostable, lightweight, servers an…6.9
- CVE-2026-59156OpenImageIO is a toolset for reading, writing, and manipulat…6.5
- CVE-2026-59157webhookd is a minimalist webhook server that triggers shell …6.5
- CVE-2026-59160Yeger is a monorepo for npm packages maintained under the ye…8.8
- CVE-2026-59161Excelize is a Go language library for reading and writing Mi…7.5
- CVE-2026-59162Excelize is a Go language library for reading and writing Mi…7.5
- CVE-2026-59167SunEditor is a lightweight and powerful WYSIWYG editor in va…10
- CVE-2026-59168Dasel is a command-line tool and library for querying, modif…6.2
- CVE-2026-5917libgit2 versions before 1.8.7 and 1.9.0 before 1.9.7 built w…8.8
- CVE-2026-59173Uncontrolled Resource Consumption vulnerability in Apache Tr…7.5
- CVE-2026-59178ESPHome Device Builder Dashboard is a dashboard for the ESPH…9.8
- CVE-2026-5918Inappropriate implementation in Navigation in Google Chrome …4.3
Are you affected by CVE-2026-59163?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
