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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-85239— MISP 事件模板定义校验绕过致服务中断

一分钟漏洞结论

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

以下是该漏洞描述的专业中文翻译: MISP 事件模板处理中存在一个漏洞,允许具有创建或修改事件模板权限的认证用户绕过模板定义字段的验证。 方法仅在提供的定义已表示为数组时执行语义验证。如果调用者提供的是预编码的字符串(包括格式错误的 JSON 或表示意外数据类型的 JSON),该值就会绕过 ,只需满足通用的 验证规则即可。因此,无效的事件模板定义会被持久化存储在数据库中。 当事件模板随后被检索时, 尝试使用 解码存储的定义,但未处理解码失败的情况。因此,包含无效 JSON 的定义可能在检索过程中触发异常。由于事件模

CVSS 7.1 · High

影响版本矩阵 1

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

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

漏洞信息

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

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

Vulnerability Title
MISP Event Template Definition Validation Bypass Allows Persistent Denial of Service
来源: CVE Program / CVE List V5
Vulnerability Description
A vulnerability in MISP's event template handling allowed an authenticated user with permission to create or modify event templates to bypass validation of the template definition field. The EventTemplate::beforeValidate() method only performed semantic validation when the supplied definition was already represented as an array. If a caller instead supplied a pre-encoded string, including malformed JSON or JSON representing an unexpected data type, the value bypassed validateDefinition() and only needed to satisfy the generic notBlank validation rule. As a result, an invalid event template definition could be stored persistently in the database. When event templates were subsequently retrieved, EventTemplate::afterFind() attempted to decode the stored definition using JsonTool::decode() without handling decoding failures. A definition containing invalid JSON could therefore trigger an exception during retrieval. Because the event template index is available to all authenticated users, a single malicious or malformed template could make the event template listing and other functionality relying on EventTemplate queries return HTTP 500 errors until the offending database row was manually repaired. Valid JSON representing an unexpected type, rather than the expected JSON object, could similarly result in invalid data reaching downstream consumers. The vulnerability can therefore be exploited by a user capable of saving event templates to persist malformed template data and cause a persistent denial of service against event-template functionality for other users. The patch enforces that event template definitions must be supplied as structured objects before saving and always applies semantic validation. On retrieval, malformed JSON and definitions that do not decode to the expected structure are caught, logged, and replaced with an empty definition, preventing a malformed database entry from breaking all event template queries.  Poisoning doesn't seem reachable according to the lead developer.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
来源: CVE Program / CVE List V5

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-85216 9.5 CRITICAL MISP 空/无效凭据 LDAP 认证绕过漏洞
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-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-85239

暂无评论


发表评论