CVE-2026-10868 PUBLISHED

MISP user edit endpoint mass assignment vulnerability allows unauthorized user account modification

Assigner: CIRCL
Reserved: 04.06.2026 Published: 04.06.2026 Updated: 04.06.2026

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.

Metrics

CVSS Vector: 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
CVSS Score: 9

Product Status

Vendor misp
Product misp
Versions Default: unaffected
  • affected from 0 to 2.5.38 (incl.)

Credits

  • Andras Iklody remediation developer
  • Jeroen Pinoy finder

References

Problem Types

  • CWE-269 Improper Privilege Management CWE

Impacts

  • CAPEC-233 Privilege Escalation