Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:H/VA:N/SC:N/SI:H/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 (CIRCL) · only source for this CVE.
CVSS VectorVendor: CIRCL
Lifecycle Timeline
4DescriptionCVE.org
A mass assignment vulnerability exists in the MISP user edit functionality due to insufficient filtering of user-supplied fields in UsersController::edit(). When processing edit requests, the application accepted a user-controlled User.id value from request data. An authenticated attacker could craft a modified request containing another user identifier, potentially causing updates to be applied to an unintended user account. Depending on the editable fields and the attacker’s privileges, this could allow unauthorized modification of user account attributes and impact account integrity.
The issue was addressed by explicitly removing the User.id field from request data before processing the user edit operation.
AnalysisAI
Privilege escalation in MISP threat intelligence platform versions through 2.5.38 allows authenticated users to modify other users' account attributes by submitting a crafted User.id parameter in edit requests. The UsersController::edit() function failed to strip user-supplied identifiers before processing, enabling cross-account modifications. No public exploit identified at time of analysis, but the source code fix is publicly visible in the upstream commit.
Technical ContextAI
MISP (Malware Information Sharing Platform) is an open-source threat intelligence sharing platform built on the CakePHP framework, identified by CPE cpe:2.3:a:misp:misp. The vulnerability is a classic CWE-269 (Improper Privilege Management) manifesting as a mass assignment flaw - a common pitfall in MVC frameworks where request data is bound directly to model fields without an allowlist. In CakePHP applications, when $this->request->data['User'] is passed to model save operations, any attacker-controlled field (including the primary key 'id') becomes part of the update statement, causing the ORM to target a different record than the authenticated session implies.
RemediationAI
Upstream fix available (commit 1be8c41 in the MISP/MISP repository); a released patched version tag was not independently confirmed from the provided data, but operators should upgrade to the first MISP release following 2.5.38 containing this commit, available via https://github.com/MISP/MISP/commit/1be8c413b7104a889dfd30c5b1986e3ab17238e8. As an interim workaround, administrators can apply the two-line patch manually (unset $this->request->data['User']['id'] at the top of UsersController::edit), audit the User table for unexpected modifications to admin accounts, rotate credentials for privileged users, and tighten account provisioning to reduce the pool of authenticated users who could abuse this until patched. Restricting self-service registration and reviewing community/organisation membership are useful compensating controls; the side effect is operational friction for legitimate users joining sharing communities.
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-269 – Improper Privilege Management
View allSame technique Privilege Escalation
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34289
GHSA-h7wj-m45x-884x