ZeroHour

CVE-2026-85538

moderate

Incorrect Authorization in MISP Allows Unauthorized Event Attribute Deletion

CVSS 4.0
8.3 high
EPSS
<1%p23
Published
()
Modified
AI analysis

CVE-2026-85538 is an incorrect authorization flaw (CWE-863) in MISP, the open-source threat intelligence sharing platform, in which attribute deletion operations did not consistently enforce the platform's event-modification permission checks. It is triggered when an authenticated user who belongs to the organization owning an event requests deletion of one or more of that event's attributes: the affected code paths relied only on organization-membership checks in MispAttribute::deleteAttribute() instead of the ACL::canModifyEvent() authorization used for editing, so users lacking perm_modify or perm_modify_org could still delete attributes, including via bulk deletion. An attacker gains the ability to remove threat intelligence attributes from events they could not otherwise modify, causing unauthorized modification or loss of shared threat data (integrity impact; confidentiality is not directly affected). Any MISP deployment is potentially affected where users have accounts in an organization that owns events but whose assigned role lacks modify permissions; the available data does not specify affected version ranges. No public proof of concept, CISA KEV listing, or known in-the-wild exploitation is documented, and EPSS estimates only a 0.3% probability of exploitation within 30 days.

What to do: Upgrade to the patched MISP release that adds the common authorization check resolving associated events and verifying ACL::canModifyEvent() for all attribute deletion paths (individual and bulk); exact fixed version numbers are not specified in the available data, so track the project's security advisories for the release containing this fix. Until patched, audit role assignments for users in organizations that own shared events, review event and audit logs for unexpected attribute deletions, and consider restricting deletion endpoints to roles that hold perm_modify or perm_modify_org.

Affected
MISP Project MISP
Estimated exposure
moderate~ a few thousand deployed MISP instances (roughly low tens of thousands of analyst users) — MISP is deployed per-organization by thousands of CERT/CSIRT, government, and enterprise security teams and public internet scans show on the order of a few thousand exposed instances, so the plausibly affected population is the…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

An incorrect authorization vulnerability in MISP allowed authenticated users to delete attributes from events despite lacking the required perm_modify or perm_modify_org permissions. The affected attribute deletion paths relied on organization membership checks performed by MispAttribute::deleteAttribute() but did not consistently enforce MISP's event modification authorization rules. Consequently, a user belonging to the organization associated with an event could potentially delete individual attributes or perform bulk attribute deletion even when their assigned role was not authorized to modify the event. This created an inconsistency between attribute editing and deletion: editing an attribute correctly used MISP's ACL::canModifyEvent() authorization logic, whereas the affected deletion operations could bypass these permission checks. An authenticated attacker with access to an affected MISP instance and membership in the organization owning an event could exploit this flaw to remove attributes from that event, potentially causing unauthorized modification or loss of threat intelligence data. The patch introduces a common authorization check for all affected deletion paths. Before deletion, MISP now resolves the associated events and verifies that the current user is authorized to modify each event using the same authorization mechanism used by normal event and attribute modification operations.

Weakness
CWE-863
Vector
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/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

In the news

No ingested article mentions this CVE yet.