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-2021-43267

CVE-2021-43267: Linux Kernel TIPC RCE Vulnerability

CVE-2021-43267 is a remote code execution vulnerability in Linux Kernel's TIPC component that enables attackers to exploit insufficient input validation. This article covers technical details, affected versions, and mitigation.

Published: February 25, 2026

CVE-2021-43267 Overview

CVE-2021-43267 is a critical remote code execution vulnerability discovered in the Linux kernel's Transparent Inter-Process Communication (TIPC) functionality. The flaw exists in net/tipc/crypto.c where insufficient validation of user-supplied sizes for the MSG_CRYPTO message type allows remote attackers to potentially execute arbitrary code or cause denial of service conditions on affected systems.

The TIPC protocol is designed to provide reliable, unicast and multicast communication between nodes in a cluster. When processing cryptographic key exchange messages, the kernel failed to properly validate the size of incoming data, creating an exploitable condition that could be triggered remotely over the network without any authentication or user interaction.

Critical Impact

Remote attackers can exploit this vulnerability to achieve arbitrary code execution with kernel privileges on vulnerable Linux systems running TIPC, potentially leading to complete system compromise.

Affected Products

  • Linux Kernel versions before 5.14.16
  • Fedora 34 and Fedora 35
  • NetApp H300S, H500S, H700S, H300E, H500E, H700E, and H410S firmware

Discovery Timeline

  • November 2, 2021 - CVE-2021-43267 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-43267

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-1284) in the TIPC cryptographic message handling code. When the Linux kernel processes MSG_CRYPTO messages used for key exchange between TIPC nodes, it fails to adequately validate the size fields provided in the message structure before allocating memory and processing the data.

The vulnerable code path accepts a size value from the incoming network packet and uses it directly without verifying that:

  1. The size meets minimum requirements for a valid TIPC AEAD key structure
  2. The keylen value matches the declared packet size
  3. The keylen does not exceed the maximum allowed key size (TIPC_AEAD_KEY_SIZE_MAX)

This allows an attacker to supply malformed MSG_CRYPTO messages with manipulated size values, potentially triggering heap-based buffer overflows, memory corruption, or other exploitable conditions when the kernel attempts to allocate and copy the malformed key data.

Root Cause

The root cause is the absence of proper bounds checking on the size and keylen values extracted from network-supplied MSG_CRYPTO messages in net/tipc/crypto.c. The kernel trusted these user-controllable values without verification, allowing attackers to manipulate memory allocation and data copy operations.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can craft malicious TIPC MSG_CRYPTO packets with invalid size parameters and send them to a target system with TIPC enabled. The vulnerability is exploitable from an adjacent network or potentially across routed networks where TIPC traffic is permitted.

c
 	u16 key_gen = msg_key_gen(hdr);
 	u16 size = msg_data_sz(hdr);
 	u8 *data = msg_data(hdr);
+	unsigned int keylen;
+
+	/* Verify whether the size can exist in the packet */
+	if (unlikely(size < sizeof(struct tipc_aead_key) + TIPC_AEAD_KEYLEN_MIN)) {
+		pr_debug("%s: message data size is too small\n", rx->name);
+		goto exit;
+	}
+
+	keylen = ntohl(*((__be32 *)(data + TIPC_AEAD_ALG_NAME)));
+
+	/* Verify the supplied size values */
+	if (unlikely(size != keylen + sizeof(struct tipc_aead_key) ||
+		     keylen > TIPC_AEAD_KEY_SIZE_MAX)) {
+		pr_debug("%s: invalid MSG_CRYPTO key size\n", rx->name);
+		goto exit;
+	}
 
 	spin_lock(&rx->lock);
 	if (unlikely(rx->skey || (key_gen == rx->key_gen && rx->key.keys))) {
 		pr_err("%s: key existed <%p>, gen %d vs %d\n", rx->name,
 		       rx->skey, key_gen, rx->key_gen);
-		goto exit;
+		goto exit_unlock;
 	}
 
 	/* Allocate memory for the key */
 	skey = kmalloc(size, GFP_ATOMIC);

Source: Linux Kernel Security Commit

The patch adds proper validation checks to ensure the message data size meets minimum requirements and that the keylen field is consistent with the overall packet size before proceeding with memory allocation.

Detection Methods for CVE-2021-43267

Indicators of Compromise

  • Unusual TIPC traffic patterns, particularly malformed MSG_CRYPTO messages with inconsistent size values
  • Kernel crashes or oops messages referencing net/tipc/crypto.c or TIPC-related functions
  • Unexpected memory allocation failures or heap corruption signatures in kernel logs
  • Systems exhibiting signs of kernel-level compromise following TIPC network activity

Detection Strategies

  • Monitor kernel logs for TIPC-related errors, crashes, or debug messages indicating invalid MSG_CRYPTO key sizes
  • Deploy network intrusion detection systems (IDS) with signatures for malformed TIPC packets targeting the MSG_CRYPTO message type
  • Implement kernel live patching monitoring to track systems that have not received the security update
  • Use endpoint detection solutions like SentinelOne to detect anomalous kernel behavior and potential exploitation attempts

Monitoring Recommendations

  • Enable TIPC debug logging where feasible to capture validation failures and potential exploitation attempts
  • Monitor for unexpected kernel module loading or process execution following TIPC traffic processing
  • Track systems running vulnerable kernel versions (before 5.14.16) with TIPC enabled in production environments
  • Implement network segmentation monitoring to detect lateral movement attempts following potential compromise

How to Mitigate CVE-2021-43267

Immediate Actions Required

  • Update Linux kernel to version 5.14.16 or later immediately on all affected systems
  • If patching is not immediately possible, disable the TIPC kernel module on systems that do not require it
  • Implement network-level filtering to block TIPC traffic (UDP/TCP port 6118) from untrusted sources
  • Audit systems with TIPC enabled to assess exposure and prioritize patching

Patch Information

The vulnerability was addressed in Linux kernel version 5.14.16. The security fix (commit fa40d9734a57bcbfa79a280189799f76c88f7bb0) adds proper size validation checks before processing MSG_CRYPTO messages. Organizations should update to the patched kernel version through their distribution's package manager or by compiling from source.

For additional details, refer to the Linux Kernel ChangeLog for 5.14.16 and the official security commit.

Fedora users should apply updates referenced in the Fedora Package Announcements. NetApp customers should consult NetApp Security Advisory NTAP-20211125-0002 for firmware updates.

Workarounds

  • Disable the TIPC kernel module if not required: modprobe -r tipc and blacklist it from loading
  • Implement firewall rules to block TIPC traffic from untrusted network segments
  • Use network segmentation to isolate systems requiring TIPC from general network access
  • Consider containerization or VM isolation for workloads requiring TIPC until patching is complete
bash
# Disable TIPC module and prevent automatic loading
sudo modprobe -r tipc
echo "blacklist tipc" | sudo tee /etc/modprobe.d/blacklist-tipc.conf
echo "install tipc /bin/false" | sudo tee -a /etc/modprobe.d/blacklist-tipc.conf

# Block TIPC traffic at firewall (if module cannot be disabled)
sudo iptables -A INPUT -p udp --dport 6118 -j DROP
sudo iptables -A INPUT -p tcp --dport 6118 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechLinux Kernel

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability68.93%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1284
  • Technical References
  • Openwall OSS Security Digest

  • Fedora Package Announcement

  • Fedora Package Announcement

  • NetApp Security Advisory NTAP-20211125-0002
  • Vendor Resources
  • Linux Kernel ChangeLog for 5.14.16

  • Linux Commit by Torvalds
  • Related CVEs
  • CVE-2023-32258: Linux Kernel ksmbd RCE Vulnerability

  • CVE-2023-32257: Linux Kernel ksmbd RCE Vulnerability

  • CVE-2023-32254: Linux Kernel ksmbd RCE Vulnerability

  • CVE-2023-32250: Linux Kernel ksmbd 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