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-2022-24402

CVE-2022-24402: Tetra TEA1 Weak Encryption Vulnerability

CVE-2022-24402 is a weak encryption flaw in Tetra TEA1 that compresses 80-bit keys to 32 bits, enabling exhaustive search attacks. This article covers the technical details, security impact, and mitigation strategies.

Published: February 11, 2026

CVE-2022-24402 Overview

CVE-2022-24402 is a cryptographic vulnerability in the TETRA (Terrestrial Trunked Radio) TEA1 keystream generator. The vulnerability stems from a key register initialization function that compresses an 80-bit key down to only 32 bits for usage during the keystream generation phase. This dramatic reduction in effective key length renders the encryption scheme vulnerable to exhaustive search (brute-force) attacks, fundamentally undermining the security guarantees that TETRA encryption is expected to provide.

TETRA is a digital radio standard widely used by emergency services, military organizations, law enforcement, and critical infrastructure operators worldwide. The TEA1 algorithm is one of the proprietary encryption algorithms used within the TETRA standard to protect voice and data communications.

Critical Impact

The 32-bit effective key space enables practical brute-force attacks against TETRA TEA1 encrypted communications, potentially allowing adversaries to decrypt sensitive radio traffic used by emergency services and critical infrastructure.

Affected Products

  • Midnightblue TETRA:BURST
  • TETRA TEA1 encryption implementations
  • Devices and systems utilizing TETRA TEA1 algorithm

Discovery Timeline

  • 2023-10-19 - CVE-2022-24402 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-24402

Vulnerability Analysis

This vulnerability represents a fundamental cryptographic design flaw in the TETRA TEA1 algorithm. The key register initialization function processes an 80-bit input key but internally compresses it to a mere 32-bit value before using it in the keystream generation process. This compression effectively reduces the cryptographic strength of the entire encryption scheme from what should be 2^80 possible keys down to approximately 2^32 possible keys.

With only 32 bits of effective key entropy, the encryption becomes susceptible to exhaustive key search attacks. Modern computing resources can test approximately 2^32 keys in a matter of minutes to hours, making real-time or near-real-time decryption of intercepted TETRA communications feasible for well-resourced adversaries.

The vulnerability is classified under CWE-334 (Small Space of Random Values) and CWE-307 (Improper Restriction of Excessive Authentication Attempts), reflecting both the insufficient key space and the resulting vulnerability to brute-force enumeration.

Root Cause

The root cause lies in the design of the TEA1 key register initialization function. Rather than utilizing the full 80-bit key throughout the cryptographic operations, the algorithm compresses the key material to 32 bits during initialization. This compression discards significant entropy from the original key, creating a fundamental weakness that cannot be addressed through operational practices—it is an inherent flaw in the algorithm's design.

This type of weakness is sometimes referred to as a "backdoor" or intentional weakening, though the exact rationale for this design decision in the proprietary TETRA specification is not publicly documented. Regardless of intent, the practical effect is that TEA1 encryption provides far less security than its 80-bit key length would suggest.

Attack Vector

The attack vector is network-based, requiring an adversary to intercept TETRA radio communications encrypted with TEA1. The attack scenario typically involves:

  1. Signal Interception: The attacker captures encrypted TETRA radio traffic using software-defined radio (SDR) equipment within range of the target communications.

  2. Key Recovery: Using known-plaintext attack techniques or exploiting protocol-level weaknesses, the attacker performs an exhaustive search of the 32-bit key space to recover the encryption key.

  3. Decryption: Once the key is recovered, all captured traffic encrypted with that key can be decrypted, potentially revealing sensitive voice communications and data.

The attack requires no authentication or privileges on the target system—only the ability to receive the radio signals, which are broadcast over the air. This makes the vulnerability particularly concerning for organizations relying on TETRA for sensitive communications.

For detailed technical information about this vulnerability and the TETRA:BURST research, see the TetraBurst Security Overview.

Detection Methods for CVE-2022-24402

Indicators of Compromise

  • Unusual radio frequency monitoring equipment detected near sensitive facilities
  • Evidence of signal interception or replay attacks against TETRA infrastructure
  • Unauthorized access to or tampering with TETRA base stations or encryption configuration

Detection Strategies

  • Audit TETRA infrastructure to identify systems using TEA1 encryption algorithm
  • Monitor for anomalous traffic patterns or unauthorized connection attempts to TETRA networks
  • Implement network monitoring at the application layer to detect potential exploitation attempts

Monitoring Recommendations

  • Establish baseline TETRA network behavior and alert on deviations
  • Review encryption algorithm configurations across all TETRA equipment
  • Coordinate with TETRA equipment vendors for security assessments and algorithm inventory

How to Mitigate CVE-2022-24402

Immediate Actions Required

  • Identify all TETRA systems and equipment utilizing the TEA1 encryption algorithm
  • Evaluate the sensitivity of communications currently protected by TEA1 and prioritize migration
  • Contact TETRA equipment vendors for guidance on upgrading to stronger encryption algorithms
  • Consider implementing additional end-to-end encryption layers for highly sensitive communications

Patch Information

This vulnerability is a fundamental design flaw in the TEA1 algorithm specification rather than an implementation bug that can be patched. Mitigation requires migration to stronger TETRA encryption algorithms (such as TEA2 or TEA3) or implementation of supplementary encryption measures. Organizations should consult with their TETRA equipment vendors and the TetraBurst Security Overview for guidance on available options.

Workarounds

  • Migrate to TETRA TEA2 or TEA3 encryption algorithms where supported by equipment
  • Implement application-layer end-to-end encryption for sensitive voice and data communications
  • Reduce reliance on TETRA encryption for highly classified or sensitive communications
  • Consider hybrid solutions that combine TETRA infrastructure with additional cryptographic protection
bash
# Configuration example - Audit TETRA encryption settings
# Consult vendor documentation for specific commands
# Example: Review encryption algorithm configuration
tetra-admin --show-encryption-config
# Verify algorithm in use across all channels
tetra-admin --audit-channels --check-algorithm

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechMidnightblue Tetra

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.39%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-334

  • CWE-307
  • Vendor Resources
  • TetraBurst Security Overview
  • Related CVEs
  • CVE-2022-24401: Tetra Information Disclosure 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