Katalog CVE

CVE-2026-59163

KrytyczneCVSS 9.1
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Mnemosyne przed wersją v3.10.1 zawiera podatność w sprawdzaniu uwierzytelnienia w mnemosyne/core/sync_server.py, gdzie parsowanie JWT używa base64 i wyłącza weryfikację podpisu. Serwer akceptuje dowolny dobrze sformowany token, w tym z alg: none lub z błędnym kluczem.

Ocena ryzyka

Atakujący może uzyskać nieautoryzowany dostęp do serwera synchronizacji, co może prowadzić do naruszenia poufności danych agentów AI lub ich modyfikacji.

Rekomendacja

Zaktualizuj Mnemosyne do wersji v3.10.1 lub nowszej. Jeśli nie jest to możliwe, ogranicz dostęp do punktu końcowego serwera synchronizacji tylko do zaufanych klientów.

Powiązane podatności

Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS