CVE-2026-85538
Last modified
CVE-2026-85538 is a high-severity vulnerability rated 8.3/10 on the CVSS scale. 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. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
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.
Metrics
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
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| misp | misp | <= 2.5.45 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-85538?
How severe is CVE-2026-85538?
How do I fix CVE-2026-85538?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-85522A vulnerability was detected in valkey-io valkey up to 9.5.4…5.3
- CVE-2026-85525Improper OCSP response validation in the Snowflake Python, G…7.4
- CVE-2026-85528Improper input validation of the auto-configuration account …5.3
- CVE-2026-8553Use after free in GPU in Google Chrome prior to 148.0.7778.1…3.1
- CVE-2026-85533An authorization flaw in MISP allowed an authenticated user …7.6
- CVE-2026-85534A flaw was found in libsoup. When a client sends an HTTP/2 r…5.9
- CVE-2026-8554Type Confusion in ANGLE in Google Chrome on Windows prior to…3.1
- CVE-2026-85540DreamMaker developed by Interinfo has a SQL Injection vulner…8.8
- CVE-2026-85541DreamMaker developed by Interinfo has a Reflected Cross-site…5.4
- CVE-2026-85546MISP contains a cross-site request forgery (CSRF) vulnerabil…8.6
- CVE-2026-85547A cross-site request forgery (CSRF) vulnerability exists in …6.2
- CVE-2026-8555Use after free in GTK in Google Chrome on Windows prior to 1…8.8
Are you affected by CVE-2026-85538?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
