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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-85216— MISP 空/无效凭据 LDAP 认证绕过漏洞

一分钟漏洞结论

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

MISP 的 LDAP 和 LinOTP 身份验证组件存在身份验证绕过漏洞,原因是其对用户提供的凭据验证不足。 自定义的 LdapAuthenticate 和 LinOTPAuthenticate 组件取代了 CakePHP 的 FormAuthenticate 实现,但未能复制其凭据验证检查。结果是,空值或非字符串值可能传递到底层身份验证机制。 在 LDAP 身份验证路径中,能够识别有效目录用户电子邮件地址的攻击者可以提交空密码。空凭据可以被传递给 ldap_bind() 函数,如果 LDAP 服务器接受未认证绑

CVSS 9.5 · Critical

影响版本矩阵 1

厂商产品 版本范围状态
misp misp ≤ 2.5.45 affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
MISP LDAP and LinOTP Authentication Bypass via Empty or Invalid Credentials
来源: CVE Program / CVE List V5
Vulnerability Description
MISP contains an authentication bypass vulnerability in its LDAP and LinOTP authentication components due to insufficient validation of user-supplied credentials. The custom LdapAuthenticate and LinOTPAuthenticate components replace CakePHP's FormAuthenticate implementation but did not replicate its credential validation checks. As a result, empty or non-string values could reach the underlying authentication mechanisms. In the LDAP authentication path, an attacker able to identify a valid directory user's email address could submit an empty password. The empty credential could be passed to ldap_bind(), where an LDAP server accepting unauthenticated binds may return a successful result for a valid distinguished name combined with an empty password. MISP could consequently treat the attacker as the corresponding authenticated directory user without verification of the user's password. The issue also affected the LinOTP authentication component. Invalid credential types were not rejected before being processed, and when mixed authentication was enabled, an empty password could be checked against a locally stored MISP password hash. LDAP-provisioned MISP accounts could additionally be created with an empty local password because account creation skipped normal validation, resulting in a hash corresponding to an empty password. This could permit authentication through the local fallback mechanism when such an account was no longer resolved through LDAP. Successful exploitation could allow a remote unauthenticated attacker to impersonate an existing MISP user. If the targeted account has administrative or other privileged permissions, the attacker could gain corresponding access to sensitive threat-intelligence data, modify or delete information, alter configuration, or perform other privileged operations. The patch resolves the vulnerability by requiring authentication identifiers and passwords to be valid strings, rejecting empty passwords where they are not explicitly permitted, and assigning a randomly generated local password to LDAP-provisioned accounts instead of storing a hash derived from an empty password.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
来源: CVE Program / CVE List V5
Vulnerability Type
弱口令要求
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
misp misp 0 ~ 2.5.45 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-85216 补丁与修复 (1)

同批安全公告 · misp · 2026-09-03 · 共 9 条

CVE-2026-85236 8.8 HIGH MISP cullEmptyEvents CSRF导致GET请求不可逆删除事件漏洞
CVE-2026-85237 8.6 HIGH 邮箱OTP验证缺少限流导致暴力破解认证
CVE-2026-85221 7.6 HIGH MISP默认禁用TLS验证致中间人攻击
CVE-2026-85238 7.6 HIGH MISP CustomAuth 认证会话固定导致的劫持漏洞
CVE-2026-85239 7.1 HIGH MISP 事件模板定义校验绕过致服务中断
CVE-2026-85227 6.1 MEDIUM MISP 反射型跨站脚本漏洞
CVE-2026-85226 5.3 MEDIUM MISP OnDemand 相关引擎访问控制缺失漏洞
CVE-2026-85230 5.3 MEDIUM MISP Dashboard 按钮部件 JavaScript 注入漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-85216

暂无评论


发表评论