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

CVE-2021-27364: Linux Kernel Privilege Escalation Flaw

CVE-2021-27364 is a privilege escalation vulnerability in Linux Kernel affecting the SCSI iSCSI transport driver. Unprivileged users can exploit crafted Netlink messages to escalate privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 25, 2026

CVE-2021-27364 Overview

An out-of-bounds read vulnerability was discovered in the Linux kernel through version 5.11.3 affecting the iSCSI SCSI transport subsystem. The vulnerability exists in drivers/scsi/scsi_transport_iscsi.c and can be exploited by an unprivileged local user who crafts malicious Netlink messages. This flaw allows attackers with local access to read sensitive kernel memory or cause system instability.

Critical Impact

Local attackers can exploit improper Netlink message handling in the iSCSI subsystem to leak kernel memory contents or cause denial of service conditions, potentially leading to further privilege escalation attacks.

Affected Products

  • Linux Kernel (through version 5.11.3)
  • Debian Linux 9.0
  • Canonical Ubuntu Linux 14.04 ESM, 16.04 LTS, 18.04 LTS, 20.04 LTS
  • NetApp SolidFire Baseboard Management Controller Firmware
  • Oracle Tekelec Platform Distribution

Discovery Timeline

  • March 7, 2021 - CVE-2021-27364 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-27364

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read) and affects the iSCSI SCSI transport layer in the Linux kernel. The flaw stems from insufficient validation of Netlink messages processed by the iSCSI subsystem. When an unprivileged user sends specially crafted Netlink messages to the kernel, the iSCSI transport code fails to properly validate message boundaries and parameters, resulting in out-of-bounds memory read operations.

The vulnerability enables local attackers to potentially extract sensitive information from kernel memory, including cryptographic keys, credentials, or other security-sensitive data structures. Additionally, the out-of-bounds read can trigger kernel panics or system crashes, resulting in denial of service conditions.

Root Cause

The root cause lies in the scsi_transport_iscsi.c driver's handling of Netlink communication. The code did not properly validate the length and content of incoming Netlink messages from userspace. This missing validation allowed unprivileged users to craft messages that would cause the kernel to read beyond allocated buffer boundaries. The iSCSI subsystem exposed Netlink interfaces without adequate access controls, enabling any local user to interact with kernel iSCSI functionality.

Attack Vector

The attack requires local access to the target system. An unprivileged attacker can exploit this vulnerability by:

  1. Creating a Netlink socket connection to the iSCSI transport subsystem
  2. Crafting malicious Netlink messages with invalid or manipulated length fields
  3. Sending these messages to trigger out-of-bounds read operations in kernel memory
  4. Extracting leaked kernel memory data from responses or observing system behavior

The attack surface is significant because Netlink sockets can be created by unprivileged users, and the iSCSI transport module is commonly loaded on enterprise Linux systems for storage connectivity.

Detection Methods for CVE-2021-27364

Indicators of Compromise

  • Unexpected Netlink socket connections to the iSCSI subsystem from non-root processes
  • Kernel log messages indicating iSCSI transport errors or memory access violations
  • System instability or kernel panics related to SCSI subsystem operations
  • Unusual process behavior involving Netlink socket operations targeting kernel SCSI interfaces

Detection Strategies

  • Monitor for processes creating Netlink sockets with NETLINK_ISCSI protocol family
  • Implement kernel audit rules to track access to iSCSI transport interfaces
  • Deploy endpoint detection solutions capable of monitoring kernel-userspace communication patterns
  • Review system logs for SCSI transport errors or unexpected iSCSI-related kernel messages

Monitoring Recommendations

  • Enable kernel auditing for Netlink socket creation and iSCSI subsystem interactions
  • Configure SentinelOne Singularity Platform to detect anomalous kernel memory access patterns
  • Implement centralized log collection for kernel messages related to SCSI transport operations
  • Establish baseline monitoring for legitimate iSCSI activity to identify deviations

How to Mitigate CVE-2021-27364

Immediate Actions Required

  • Update affected Linux kernel installations to patched versions immediately
  • Apply vendor-specific patches from Debian, Ubuntu, NetApp, or Oracle as applicable
  • Restrict local user access on systems where kernel updates cannot be immediately applied
  • Unload the scsi_transport_iscsi module if iSCSI functionality is not required

Patch Information

The Linux kernel development team addressed this vulnerability in commit 688e8128b7a92df982709a4137ea4588d16f24aa. This patch implements proper validation of Netlink messages and restricts access to the iSCSI transport interfaces.

Multiple distribution vendors have released security updates:

  • Debian released patches via Debian LTS Security Announcements
  • Canonical provides kernel live patches for supported Ubuntu releases
  • Oracle addressed the issue in CPU October 2021
  • NetApp released Security Advisory NTAP-20210409-0001

Workarounds

  • Blacklist or unload the scsi_transport_iscsi kernel module using modprobe -r scsi_transport_iscsi if iSCSI storage is not in use
  • Restrict local user access through enhanced access controls and privilege management
  • Implement network segmentation for systems requiring iSCSI connectivity
  • Apply kernel hardening configurations to limit unprivileged Netlink socket operations
bash
# Configuration example
# Unload iSCSI transport module if not needed
sudo modprobe -r scsi_transport_iscsi

# Blacklist the module to prevent automatic loading
echo "blacklist scsi_transport_iscsi" | sudo tee /etc/modprobe.d/blacklist-iscsi.conf

# Verify module is not loaded
lsmod | grep iscsi

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechLinux Kernel

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Packet Storm Security Notice

  • Grimm Blog Analysis on Linux Bugs

  • SUSE Bug Report ID #1182717

  • Debian LTS Security Announcement

  • Debian LTS Security Announcement

  • NetApp Security Advisory NTAP-20210409-0001

  • Openwall OSS-Security Discussion
  • Vendor Resources
  • Linux Kernel Git Commit

  • Oracle CPU October 2021 Security Alert
  • Related CVEs
  • CVE-2026-31411: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23438: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23439: Linux Kernel Privilege Escalation Flaw

  • CVE-2026-23437: Linux Kernel Privilege Escalation Flaw
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