Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/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
Primary rating from Vendor (GitHub_M) · only source for this CVE.
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
4DescriptionCVE.org
MISP is an open source threat intelligence and sharing platform. Prior to 2.5.37, MISP Collections did not enforce RFC 4122 UUID validation on the uuid field. As a result, a user able to create or modify Collection records could submit malformed UUID values, potentially causing integrity issues or unexpected behaviour in code paths that assume Collection UUIDs are valid identifiers. This vulnerability is fixed in 2.5.37.
AnalysisAI
Insufficient input validation in MISP's Collections model allows authenticated low-privileged users to inject malformed UUID values into Collection records, potentially causing data integrity issues or unexpected behavior in downstream code paths that assume RFC 4122-compliant UUIDs. Affected deployments are all MISP instances prior to version 2.5.37. No public exploit code exists and CISA's SSVC framework rates exploitation as none, making this a low-urgency integrity issue rather than an active threat, though integrity of Collection relationships and UUID-dependent logic is at risk until patched.
Technical ContextAI
MISP (Malware Information Sharing Platform) is a CakePHP-based threat intelligence platform. The vulnerability resides in app/Model/Collection.php, where the Collection model's uuid field lacked a CakePHP model-level validation rule enforcing RFC 4122 UUID format. CWE-20 (Improper Input Validation) identifies the root cause: the application accepted user-controlled input without constraining it to the expected UUID format. The fix, visible in commit f8b20358c3cd8fd3d784452901876f2db0acbf05, adds a $validate array to the Collection model with CakePHP's built-in 'uuid' rule. Any MISP instance matching CPE cpe:2.3:a:misp:misp:*:*:*:*:*:*:*:* and running a version below 2.5.37 is affected.
RemediationAI
Upgrade MISP to version 2.5.37 or later, which introduces RFC 4122 UUID validation in the Collection model via the fix committed at https://github.com/MISP/MISP/commit/f8b20358c3cd8fd3d784452901876f2db0acbf05. If an immediate upgrade is not feasible, restrict Collection create and modify permissions to highly trusted users or administrators only through MISP's role-based access control, reducing the pool of accounts that could submit malformed UUIDs. This access restriction does not fully eliminate the vulnerability but limits the attack surface to privileged accounts. The full vendor advisory is at https://github.com/MISP/MISP/security/advisories/GHSA-jrvj-84mg-8f29.
An issue was discovered in MISP 2.4.9x before 2.4.99. Rated high severity (CVSS 8.8), this vulnerability is remotely exp
An issue was discovered in MISP before 2.4.158. Rated critical severity (CVSS 9.8), this vulnerability is remotely explo
app/Controller/Component/IndexFilterComponent.php in MISP before 2.4.167 mishandles ordered_url_params and additional_de
SQL injection in MISP threat intelligence platform versions prior to 2.5.37 allows remote unauthenticated attackers to m
An issue was discovered in MISP before 2.4.158. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitab
MISP 2.4.172 mishandles different certificate file extensions in server sync. Rated high severity (CVSS 7.5), this vulne
In MISP before 2.4.148, app/Lib/Export/OpendataExport.php mishandles parameter data that is used in a shell_exec call. R
An issue was discovered in app/Controller/UsersController.php in MISP 2.4.92. Rated critical severity (CVSS 9.8), this v
An issue was discovered in MISP 2.4.128. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,
MISP before 2.4.135 lacks an ACL check, related to app/Controller/GalaxyElementsController.php and app/Model/GalaxyEleme
app/View/Elements/genericElements/IndexTable/Fields/generic_field.ctp in MISP 2.4.144 does not sanitize certain data rel
MISP 2.4.148, in certain configurations, allows SQL injection via the app/Model/Log.php $conditions['org'] value. Rated
Same weakness CWE-20 – Improper Input Validation
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30166