πŸ” CVE Alert

CVE-2026-85538

UNKNOWN 0.0

MISP Attribute Deletion Authorization Bypass Allows Users Without Modify Permissions to Delete Attributes

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-863
Vendor misp
Product misp
Published Sep 4, 2026
Last Updated Sep 4, 2026
Stay Ahead of the Next One

Get instant alerts for misp misp

Be the first to know when new unknown vulnerabilities affecting misp misp are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

misp / misp
0 ≀ 2.5.45

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/MISP/MISP/commit/d0a6f963f

Credits

Andras Iklody elhoim (David AndrΓ©) Claude Opus 5 (1M context)