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
    • 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-2020-36911

CVE-2020-36911: Covenant RCE Vulnerability via JWT Token

CVE-2020-36911 is a remote code execution vulnerability in Covenant versions 0.1.3-0.5 allowing attackers to forge JWT tokens with admin privileges and upload malicious DLL payloads. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2020-36911 Overview

CVE-2020-36911 is a critical remote code execution vulnerability affecting Covenant versions 0.1.3 through 0.5. The vulnerability allows unauthenticated attackers to craft malicious JWT (JSON Web Token) tokens with administrative privileges, enabling them to bypass authentication controls entirely. Once authenticated as an administrator via forged tokens, attackers can upload custom DLL payloads to execute arbitrary commands on the target system.

Covenant is a .NET-based command and control (C2) framework used by red teams and security professionals for offensive security operations. The irony of this vulnerability is significant: a tool designed to help security teams conduct attacks against targets is itself vulnerable to the same type of attack, potentially allowing threat actors to compromise the hunters.

Critical Impact

Attackers can achieve full remote code execution on Covenant C2 servers by forging administrative JWT tokens and uploading malicious DLL payloads, potentially compromising red team infrastructure and sensitive operation data.

Affected Products

  • Covenant versions 0.1.3 through 0.5
  • Covenant C2 Framework (cobbr/Covenant)

Discovery Timeline

  • 2026-01-13 - CVE CVE-2020-36911 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2020-36911

Vulnerability Analysis

This vulnerability stems from a hardcoded credentials weakness (CWE-798) in Covenant's JWT token validation mechanism. The C2 framework fails to properly validate JWT tokens, allowing attackers to forge authentication tokens with administrative role claims. This is particularly dangerous because Covenant operates as a centralized command and control server, typically containing sensitive information about ongoing red team operations, compromised hosts, and collected credentials.

The attack chain consists of two primary phases: first, the attacker crafts a malicious JWT token containing administrative privilege claims that bypass the authentication mechanism. Second, leveraging the administrative access, the attacker uploads a custom DLL payload through Covenant's task functionality, which then executes arbitrary commands with the privileges of the Covenant service process.

Root Cause

The root cause of this vulnerability is the use of hardcoded or predictable cryptographic secrets for JWT token signing and validation. When JWT secrets are static or predictable, attackers can forge valid tokens by signing their own claims with the known secret. This represents a fundamental cryptographic key management failure where sensitive authentication secrets were not properly protected or randomized.

Attack Vector

The attack is network-based and requires no prior authentication or user interaction. An attacker with network access to the Covenant server can exploit this vulnerability remotely. The exploitation workflow involves:

  1. Identifying a vulnerable Covenant instance accessible over the network
  2. Generating a forged JWT token with administrative role claims using the hardcoded secret
  3. Authenticating to the Covenant API using the forged token
  4. Uploading a malicious DLL payload through the administrative interface
  5. Triggering execution of the DLL to achieve arbitrary command execution on the server

Public exploit code is available through the GitHub Covenant RCE Script and documented in Exploit-DB #51141. For detailed technical analysis, refer to the VulnCheck Covenant RCE Advisory and the Archived Blog on Hunter Tactics.

Detection Methods for CVE-2020-36911

Indicators of Compromise

  • Unusual JWT tokens with administrative role claims from unexpected sources
  • DLL file uploads to the Covenant server from unauthorized IP addresses
  • Authentication events with forged or anomalous JWT token signatures
  • Unexpected process execution spawned by the Covenant service process
  • Network connections to Covenant API endpoints from external IP addresses

Detection Strategies

  • Monitor Covenant server logs for authentication attempts with suspicious JWT tokens
  • Implement network intrusion detection rules to identify exploitation attempts targeting Covenant instances
  • Use endpoint detection to identify DLL uploads and execution within the Covenant installation directory
  • Deploy file integrity monitoring on Covenant server directories to detect unauthorized file modifications

Monitoring Recommendations

  • Enable verbose logging on all Covenant instances and forward logs to a SIEM for analysis
  • Monitor for unusual outbound connections from Covenant servers that may indicate post-exploitation activity
  • Set up alerts for any process execution initiated by the Covenant service that does not match expected behavior patterns
  • Regularly audit authentication logs for tokens with administrative claims from new or unexpected sources

How to Mitigate CVE-2020-36911

Immediate Actions Required

  • Upgrade Covenant to a version newer than 0.5 where this vulnerability has been addressed
  • Immediately restrict network access to Covenant instances using firewall rules or network segmentation
  • Conduct forensic analysis on any Covenant servers that may have been exposed to determine if exploitation occurred
  • Review authentication logs for signs of forged JWT tokens or unauthorized administrative access

Patch Information

Users should upgrade to a version of Covenant beyond 0.5. The vulnerability was acknowledged by the Covenant maintainer, as documented in the Archived Twitter Update. For detailed information about Covenant and its updates, refer to the Cobbr Covenant Overview and the GitHub Covenant Repository.

Workarounds

  • Isolate Covenant servers on dedicated network segments with strict access controls
  • Implement additional authentication layers such as VPN access requirements before reaching Covenant instances
  • Deploy a Web Application Firewall (WAF) in front of Covenant to filter malicious requests
  • Monitor and restrict which users and systems can connect to Covenant administrative interfaces
  • Consider disabling or removing vulnerable Covenant instances until patches can be applied

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechCovenant

  • SeverityCRITICAL

  • CVSS Score9.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/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
  • AvailabilityHigh
  • CWE References
  • CWE-798
  • Technical References
  • Cobbr Covenant Overview

  • GitHub Covenant RCE Script

  • GitHub Covenant Repository

  • Archived Twitter Update

  • Archived Blog on Hunter Tactics

  • Exploit-DB #51141

  • VulnCheck Covenant RCE Advisory
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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