CVE-2026-59163

Source
https://cve.org/CVERecord?id=CVE-2026-59163
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-59163.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-59163
Aliases
Published
2026-09-18T17:57:50Z
Modified
2026-09-19T03:47:33Z
Severity
  • 9.1 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N CVSS Calculator
Summary
Mnemosyne has JWT signature verification bypass sync server that allows authentication bypass
Details

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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-347"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/59xxx/CVE-2026-59163.json"
}
References

Affected packages

Git / github.com/mnemosyne-oss/mnemosyne

Affected ranges

Type
GIT
Repo
https://github.com/mnemosyne-oss/mnemosyne
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "3.10.1"
        }
    ],
    "source": "AFFECTED_FIELD"
}

Affected versions

v0.*
v0.1.6
v0.1.7
v0.1.8
v0.2.0
v1.*
v1.0.0
v1.10.1
v1.10.2
v1.11.0
v1.12.0
v1.13.0
v1.5.0
v1.7.0
v1.8.0
v1.9.0
v2.*
v2.0.0
v2.1.0
v2.2.0
v2.3
v2.5.0
v2.7.0
v2.8.0
v3.*
v3.0.0
v3.1.0
v3.1.2
v3.10.0
v3.3.0
v3.5.0
v3.6.0
v3.7.0
v3.8.0
v3.9.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-59163.json"