The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2020-37044

CVE-2020-37044: OpenCTI Reflected XSS Vulnerability

CVE-2020-37044 is a reflected cross-site scripting flaw in OpenCTI 3.3.1 that allows attackers to inject malicious JavaScript via the /graphql endpoint. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2020-37044 Overview

CVE-2020-37044 is a reflected Cross-Site Scripting (XSS) vulnerability affecting OpenCTI version 3.3.1, an open-source cyber threat intelligence platform. The vulnerability exists in the /graphql endpoint, where user-supplied input in the query string is not properly sanitized before being reflected back to the user's browser. An attacker can craft a malicious URL containing JavaScript code that, when visited by a victim, executes arbitrary scripts in the context of the victim's authenticated session.

This vulnerability enables attackers to steal session cookies, perform actions on behalf of authenticated users, redirect victims to malicious sites, or deface the web application. Given that OpenCTI is used by security teams to manage threat intelligence data, successful exploitation could compromise sensitive cybersecurity information and undermine the integrity of threat analysis workflows.

Critical Impact

Attackers can execute arbitrary JavaScript in victim browsers, potentially compromising authenticated OpenCTI sessions and stealing sensitive threat intelligence data.

Affected Products

  • OpenCTI 3.3.1
  • Confirmed on Linux Mint environments
  • Confirmed on Windows 10 environments

Discovery Timeline

  • 2026-01-30 - CVE-2020-37044 published to NVD
  • 2026-02-03 - Last updated in NVD database

Technical Details for CVE-2020-37044

Vulnerability Analysis

The reflected XSS vulnerability in OpenCTI 3.3.1 stems from improper handling of user input at the /graphql endpoint. When a user accesses the GraphQL endpoint with a crafted query string, the application reflects the input directly into the HTTP response without adequate encoding or sanitization. This allows malicious JavaScript payloads to be embedded in URLs and executed when victims click on crafted links.

The vulnerability was discovered by security researcher Raif Berkay Dincel. The exploitation technique uses HTML/script tag breakout sequences to escape any existing context and inject executable JavaScript. The payload '\"--></style></scRipt><scRipt>alert('Raif_Berkay')</scRipt> demonstrates how an attacker can close existing HTML elements and inject new script tags.

This vulnerability is classified under CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents a fundamental input validation failure in web applications.

Root Cause

The root cause is insufficient input validation and output encoding in the GraphQL endpoint handler. When processing requests to /graphql, the application fails to sanitize special characters such as angle brackets (<, >), quotes (', "), and other HTML-significant characters before including them in the response. This allows attackers to break out of the intended data context and inject executable script content.

Attack Vector

The attack is network-based and requires user interaction. An attacker must craft a malicious URL targeting the vulnerable /graphql endpoint and convince a victim to click the link. The attack chain typically involves:

  1. Attacker constructs a URL with a malicious JavaScript payload in the query string
  2. Attacker distributes the link via phishing email, social media, or other channels
  3. Victim clicks the malicious link while authenticated to OpenCTI
  4. The server reflects the malicious payload in the response
  5. The victim's browser executes the attacker's JavaScript in the OpenCTI security context
  6. Attacker gains access to session tokens, can perform actions as the victim, or exfiltrate data

The exploitation technique uses HTML context-breaking sequences to escape any existing element context, followed by a script tag injection. The payload structure includes multiple closing tags (</style>, </scRipt>) to ensure the script executes regardless of the current HTML context.

Detection Methods for CVE-2020-37044

Indicators of Compromise

  • HTTP requests to /graphql endpoint containing script tags or HTML special characters in query parameters
  • Access logs showing URL-encoded JavaScript payloads such as %3Cscript%3E or %3CscRipt%3E
  • Unusual query strings with HTML closing tags like </style> or </script>
  • Browser console errors indicating blocked inline script execution (if CSP is partially implemented)

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block requests containing script injection patterns targeting the /graphql endpoint
  • Configure logging to capture full request URIs including query strings for forensic analysis
  • Deploy endpoint detection solutions to monitor for suspicious browser activity following visits to OpenCTI URLs
  • Use SentinelOne Singularity to detect post-exploitation behaviors such as credential theft or unauthorized API calls

Monitoring Recommendations

  • Enable detailed access logging on the OpenCTI web server to capture all requests to the /graphql endpoint
  • Monitor for anomalous patterns in GraphQL queries that include HTML or JavaScript syntax
  • Implement alerting for high volumes of failed or malformed GraphQL requests from single sources
  • Review authentication logs for session anomalies following potential XSS exploitation attempts

How to Mitigate CVE-2020-37044

Immediate Actions Required

  • Upgrade OpenCTI to the latest available version that addresses this vulnerability
  • Implement a Content Security Policy (CSP) header to restrict inline script execution
  • Deploy a Web Application Firewall with XSS protection rules enabled
  • Review access logs for any evidence of prior exploitation attempts
  • Consider restricting access to the OpenCTI instance to trusted networks until patched

Patch Information

OpenCTI users should upgrade to a patched version that properly sanitizes input to the GraphQL endpoint. Consult the GitHub OpenCTI Project Repository for the latest releases and security advisories. Additional technical details can be found at Exploit-DB #48595 and the VulnCheck Advisory for OpenCTI.

Workarounds

  • Implement a strict Content Security Policy (CSP) header with script-src 'self' to block inline script execution
  • Deploy a reverse proxy or WAF that filters requests containing HTML/JavaScript syntax in query strings
  • Restrict access to the OpenCTI instance using network segmentation or VPN requirements
  • Train users to be cautious of clicking links to the OpenCTI instance from untrusted sources
bash
# Example nginx configuration to add Content Security Policy header
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; connect-src 'self';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechOpencti

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub OpenCTI Project Repository

  • Exploit-DB #48595

  • OpenCTI Official Site

  • VulnCheck Advisory for OpenCTI
  • Related CVEs
  • CVE-2026-21887: OpenCTI SSRF Vulnerability

  • CVE-2020-37041: OpenCTI Path Traversal Vulnerability

  • CVE-2025-61781: OpenCTI Auth Bypass Vulnerability

  • CVE-2025-61782: OpenCTI SAML Auth Bypass Vulnerability
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