目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-59163— Mnemosyne 服务器 JWT签名验证绕过漏洞

一分钟漏洞结论

影响对象
AxDSan mnemosyne
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

Mnemosyne 是用于人工智能代理的记忆层。在 v3.10.1 版本之前, 中的身份验证检查通过 Base64 解码解析 JWT 的头部和载荷,随后将令牌传递给一个 JWT 库调用,但其配置实际上禁用了签名验证。因此,服务器会接受任何格式正确的令牌,而不管其签名如何,包括算法为 的令牌以及使用错误密钥签名的令牌。 v3.10.1 版本中的修复方案是用一个仅使用 Python 标准库编写的、从零开始的 HS256 验证器,替代了原有存在缺陷的解码逻辑。 对于暂时无法立即升级的用户,建议将同步服务端点的网络访问限制

CVSS 9.1 · Critical EPSS 0.25% · P17

可能的 ATT&CK 技术 1 AI

T1557 · Adversary-in-the-Middle

影响版本矩阵 1

厂商产品 版本范围状态
AxDSan mnemosyne < 3.10.1 affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-59163 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Mnemosyne has JWT signature verification bypass sync server that allows authentication bypass
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
密码学签名的验证不恰当
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
AxDSan mnemosyne < 3.10.1 -

二、漏洞 CVE-2026-59163 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-59163 的情报信息

登录查看更多情报信息。

CVE-2026-59163 补丁与修复 (2)

CVE-2026-59163 其他参考 (2)

IV. Related Vulnerabilities

V. Comments for CVE-2026-59163

暂无评论


发表评论