Skip to main content

Opencti CVE-2026-21886

| EUVDEUVD-2026-12578 MEDIUM
Improper Authorization (CWE-285)
2026-03-17 GitHub_M
6.5
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
6.5 MEDIUM
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Primary rating from GitHub Advisory · only source for this CVE.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

4
Patch available
Apr 16, 2026 - 05:29 EUVD
6.9.1
EUVD ID Assigned
Mar 17, 2026 - 20:30 euvd
EUVD-2026-12578
Analysis Generated
Mar 17, 2026 - 20:30 vuln.today
CVE Published
Mar 17, 2026 - 15:26 nvd
MEDIUM 6.5

DescriptionGitHub Advisory

OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to version 6.9.1, the GraphQL mutations "IndividualDeletionDeleteMutation" is intended to allow users to delete individual entity objects respectively. However, it was observed that this mutation can be misused to delete unrelated and sensitive objects such as analyses reports etc. This behavior stems from the lack of validation in the API to ensure that the targeted object is contextually related to the mutation being executed. Version 6.9.1 fixes the issue.

AnalysisAI

OpenCTI versions prior to 6.9.1 contain an authorization bypass vulnerability in the GraphQL mutation 'IndividualDeletionDeleteMutation' that allows authenticated users to delete arbitrary unrelated objects such as analysis reports, not just the intended individual entities. The vulnerability stems from insufficient input validation in the API layer, enabling a user with basic mutation privileges to escalate their impact beyond intended scope. With a CVSS score of 6.5 and authenticated access requirement, this represents a moderate but actionable availability risk for organizations managing threat intelligence with OpenCTI.

Technical ContextAI

OpenCTI is an open-source threat intelligence management platform that exposes a GraphQL API for programmatic interaction with its knowledge base. The vulnerability resides in the GraphQL mutation layer, specifically the 'IndividualDeletionDeleteMutation' resolver, which fails to validate that the target object ID supplied by the user belongs to an 'Individual' entity type before processing the deletion request. This violates CWE-285 (Improper Authorization), a class of vulnerabilities where access control checks are either missing or inadequate. The affected product is identified via CPE cpe:2.3:a:opencti-platform:opencti:*:*:*:*:*:*:*:* for all versions before 6.9.1. The GraphQL endpoint likely accepts object IDs as polymorphic inputs without type-checking, allowing an attacker to reference sensitive objects (reports, analyses) by their ID and achieve deletion outside the intended mutation contract.

RemediationAI

Upgrade OpenCTI to version 6.9.1 or later as released by the OpenCTI Platform project (see https://github.com/OpenCTI-Platform/opencti/security/advisories/GHSA-mhmx-j75v-2m6x for the official advisory). The patch implements proper type validation in the GraphQL mutation resolver to ensure only 'Individual' entity objects can be deleted via the 'IndividualDeletionDeleteMutation' endpoint. Until patching is feasible, apply network segmentation to restrict GraphQL API access to trusted administrative users only, implement rate limiting on mutation endpoints to reduce opportunistic deletion, and enforce strong authentication (MFA) on user accounts with mutation privileges. Regular audits of audit logs for unexpected deletion operations on non-Individual entities are recommended as a compensating control. Test the upgrade in a non-production environment before deploying to production to ensure schema compatibility.

CVE-2020-37041 HIGH POC
7.5 Jan 30

OpenCTI 3.3.1 is vulnerable to a directory traversal attack via the static/css endpoint. An unauthenticated attacker can

CVE-2026-27960 CRITICAL
9.8 May 05

Unauthenticated attackers can escalate privileges in OpenCTI 6.6.0-6.9.12 by impersonating any user account, including t

CVE-2020-37044 MEDIUM POC
5.4 Jan 30

OpenCTI 3.3.1 is vulnerable to a reflected cross-site scripting (XSS) attack via the /graphql endpoint. An attacker can

CVE-2025-24977 CRITICAL
9.1 May 05

OpenCTI is an open cyber threat intelligence (CTI) platform. Rated critical severity (CVSS 9.1), this vulnerability is r

CVE-2026-39980 CRITICAL
9.1 Apr 09

Server-Side Template Injection in OpenCTI notifier templates allows privileged administrators with 'Manage customization

CVE-2024-45404 HIGH
8.1 Dec 12

OpenCTI is an open-source cyber threat intelligence platform. Rated high severity (CVSS 8.1), this vulnerability is remo

CVE-2024-26139 HIGH
8.1 May 23

OpenCTI is an open source platform allowing organizations to manage their cyber threat intelligence knowledge and observ

CVE-2022-30290 HIGH
7.5 Jul 05

In OpenCTI through 5.2.4, a broken access control vulnerability has been identified in the profile endpoint. Rated high

CVE-2026-44730 HIGH
7.2 May 26

Privilege escalation in OpenCTI prior to 6.9.7 allows an organization admin to gain elevated platform-wide privileges by

CVE-2026-35210 HIGH
7.1 Jul 08

Authorization bypass in OpenCTI prior to version 7.260326.0 lets any authenticated user holding the KNOWLEDGE_KNUPDATE p

CVE-2025-61781 HIGH
7.1 Jan 05

OpenCTI is an open source platform for managing cyber threat intelligence knowledge and observables. Prior to version 6.

CVE-2026-35211 MEDIUM
6.5 Jul 08

Elasticsearch Painless script injection via OpenCTI's GraphQL API allows any authenticated user holding the KNOWLEDGE ca

Share

CVE-2026-21886 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy