CVE-2026-85239
Last modified
CVE-2026-85239 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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.
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.
Metrics
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| misp | misp | <= 2.5.45 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-85239?
How severe is CVE-2026-85239?
How do I fix CVE-2026-85239?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-85227MISP contains a reflected Cross-Site Scripting (XSS) vulnera…6.1
- CVE-2026-8523Use after free in Mojo in Google Chrome prior to 148.0.7778.…8.3
- CVE-2026-85230A persistent unsafe URL injection vulnerability exists in th…5.3
- CVE-2026-85236A cross-site request forgery (CSRF) vulnerability existed in…8.8
- CVE-2026-85237A vulnerability in MISP's email-based one-time password (OTP…8.6
- CVE-2026-85238MISP contains a session fixation vulnerability in the Custom…7.6
- CVE-2026-8524Out of bounds write in WebAudio in Google Chrome prior to 14…8.8
- CVE-2026-8525Heap buffer overflow in ANGLE in Google Chrome on Mac prior …8.3
- CVE-2026-8526Out of bounds write in WebRTC in Google Chrome prior to 148.…8.8
- CVE-2026-8527Insufficient validation of untrusted input in Downloads in G…8.8
- CVE-2026-8528Insufficient validation of untrusted input in SiteIsolation …4.3
- CVE-2026-8529Heap buffer overflow in Codecs in Google Chrome prior to 148…8.8
Are you affected by CVE-2026-85239?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
