Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-21886

CVE-2026-21886: Citeum OpenCTI Auth Bypass Vulnerability

CVE-2026-21886 is an authorization bypass flaw in Citeum OpenCTI allowing unauthorized deletion of sensitive objects like analysis reports. This post covers technical details, affected versions, impact, and mitigation.

Published: March 20, 2026

CVE-2026-21886 Overview

CVE-2026-21886 is an authorization bypass vulnerability in OpenCTI, an open source platform for managing cyber threat intelligence knowledge and observables. Prior to version 6.9.1, the GraphQL mutation IndividualDeletionDeleteMutation is intended to allow users to delete individual entity objects. However, it was observed that this mutation can be misused to delete unrelated and sensitive objects such as analyses reports. 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.

Critical Impact

Authenticated attackers can exploit insufficient authorization checks in the GraphQL API to delete arbitrary sensitive objects including critical analysis reports and threat intelligence data, causing significant integrity and availability impact to the CTI platform.

Affected Products

  • Citeum OpenCTI versions prior to 6.9.1

Discovery Timeline

  • 2026-03-17 - CVE CVE-2026-21886 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-21886

Vulnerability Analysis

This vulnerability is classified under CWE-285 (Improper Authorization), which occurs when the software does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action. In the context of OpenCTI, the GraphQL API endpoint fails to validate whether the requesting user has the appropriate contextual permissions to delete specific objects.

The vulnerability allows an authenticated user with low privileges to exceed their intended access boundaries. Through the IndividualDeletionDeleteMutation GraphQL operation, attackers can target and delete objects that should be restricted based on their role or relationship to those objects. This includes sensitive threat intelligence artifacts such as analysis reports, indicators of compromise, and other critical CTI data.

The impact is particularly severe in multi-tenant or team-based OpenCTI deployments where data isolation between users and roles is essential for maintaining operational security and data integrity.

Root Cause

The root cause of this vulnerability lies in the insufficient validation logic within the GraphQL mutation handler. The IndividualDeletionDeleteMutation endpoint does not verify that the object identifier provided in the deletion request corresponds to an object type that the mutation is contextually designed to handle. This allows attackers to supply arbitrary object identifiers, effectively bypassing the intended object-type restrictions.

The API accepts any valid object ID without checking whether the object type matches the expected entity type for the mutation, enabling cross-entity deletion operations that violate the application's authorization model.

Attack Vector

The attack vector is network-based and requires low privileges (authenticated access). An attacker with valid credentials to the OpenCTI platform can craft malicious GraphQL requests targeting the vulnerable mutation endpoint. By supplying object identifiers of sensitive resources they should not have access to, they can delete critical threat intelligence data.

The exploitation process involves:

  1. Authenticating to the OpenCTI platform with any valid user account
  2. Identifying target object identifiers for sensitive resources (analysis reports, threat data)
  3. Crafting GraphQL mutation requests using IndividualDeletionDeleteMutation with the target object IDs
  4. Executing the requests to delete the targeted sensitive objects

For technical details on exploitation, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-21886

Indicators of Compromise

  • Unexpected deletion of analysis reports, indicators, or other CTI objects from the platform
  • GraphQL API logs showing IndividualDeletionDeleteMutation operations against non-individual entity types
  • Audit trail anomalies where users delete objects outside their normal scope of responsibility
  • Sudden loss of threat intelligence data or correlation breakages in the platform

Detection Strategies

  • Monitor GraphQL API logs for IndividualDeletionDeleteMutation requests targeting object types other than individual entities
  • Implement alerting on deletion operations performed against high-value or protected object categories
  • Review audit logs for users performing bulk or unusual deletion patterns
  • Cross-reference deletion events with user role permissions to identify authorization violations

Monitoring Recommendations

  • Enable comprehensive audit logging for all GraphQL mutation operations in OpenCTI
  • Configure SIEM rules to detect anomalous deletion activity patterns across the CTI platform
  • Implement object deletion rate limiting and alerting thresholds for individual user accounts
  • Establish baseline deletion behavior metrics to identify deviations indicative of exploitation

How to Mitigate CVE-2026-21886

Immediate Actions Required

  • Upgrade OpenCTI to version 6.9.1 or later immediately
  • Review audit logs for any suspicious deletion activity that may indicate prior exploitation
  • Restore any deleted critical objects from backups if exploitation evidence is found
  • Temporarily restrict GraphQL API access to trusted users until patching is complete

Patch Information

The vulnerability has been addressed in OpenCTI version 6.9.1. Organizations should upgrade to this version or later to remediate the authorization bypass. The fix implements proper object type validation within the IndividualDeletionDeleteMutation handler to ensure only contextually appropriate objects can be deleted. For complete patch details, see the GitHub Security Advisory.

Workarounds

  • Implement network-level access controls to restrict GraphQL API access to authorized IP ranges only
  • Use a reverse proxy or API gateway to filter and validate GraphQL mutation requests before they reach OpenCTI
  • Reduce the number of user accounts with delete permissions to minimize the attack surface
  • Enable read-only mode for non-administrative users until the patch can be applied
bash
# Configuration example - Restrict API access via firewall rules
# Allow GraphQL API access only from trusted management networks
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCiteum Opencti

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-285
  • Vendor Resources
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English