Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-85239— MISP Event Template Definition Validation Bypass Allows Persistent Denial of Service

Quick assessment

Affected
misp misp
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

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

CVSS 7.1 · High

Affected Version Matrix 1

VendorProduct Version RangeStatus
misp misp ≤ 2.5.45 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-85239

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
MISP Event Template Definition Validation Bypass Allows Persistent Denial of Service
Source: 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.
Source: 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
Source: CVE Program / CVE List V5
Vulnerability Type
输入验证不恰当
Source: CVE Program / CVE List V5

Affected Products

Vendor Product Affected Versions CPE Subscribe
misp misp 0 ~ 2.5.45 -

II. Public POCs for CVE-2026-85239

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-85239

登录查看更多情报信息。

Patches & Fixes for CVE-2026-85239 (1)

Same Patch Batch · misp · 2026-09-03 · 9 CVEs total

CVE-2026-85216 9.5 CRITICAL MISP LDAP and LinOTP Authentication Bypass via Empty or Invalid Credentials
CVE-2026-85236 8.8 HIGH MISP cullEmptyEvents CSRF Allows Irreversible Deletion of Events via GET Request
CVE-2026-85237 8.6 HIGH Missing Rate Limiting in Email OTP Verification Allows Brute-Force Authentication Bypass
CVE-2026-85221 7.6 HIGH MISP CurlClient TLS Peer Verification Disabled by Default Enables Man-in-the-Middle Attack
CVE-2026-85238 7.6 HIGH Session Fixation in MISP CustomAuth Authentication Allows Session Hijacking
CVE-2026-85227 6.1 MEDIUM Reflected Cross-Site Scripting in MISP Event Filtering via taggedAttributes and galaxyAtta
CVE-2026-85226 5.3 MEDIUM MISP OnDemand Correlation Engine Missing Access Control Allows Disclosure of Restricted Co
CVE-2026-85230 5.3 MEDIUM MISP Dashboard Button Widget Allows Persistent JavaScript URL Injection

IV. Related Vulnerabilities

V. Comments for CVE-2026-85239

No comments yet


Leave a comment