Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-12351

CVE-2020-12351: Linux Kernel Privilege Escalation Flaw

CVE-2020-12351 is a privilege escalation vulnerability in the Linux Kernel's BlueZ component that allows unauthenticated attackers to gain elevated privileges via adjacent access. This article covers technical details, impact, and mitigation.

Published: March 4, 2026

CVE-2020-12351 Overview

CVE-2020-12351, commonly known as "BleedingTooth," is a critical improper input validation vulnerability in BlueZ, the official Linux Bluetooth protocol stack. This flaw allows an unauthenticated attacker within Bluetooth range to potentially enable escalation of privilege via adjacent network access. The vulnerability affects the Linux kernel's Bluetooth subsystem and can be exploited without any user interaction, making it particularly dangerous for systems with Bluetooth enabled.

Critical Impact

An unauthenticated attacker within Bluetooth range can exploit this vulnerability to achieve privilege escalation and potentially execute arbitrary code with kernel-level privileges, compromising the entire system without any user interaction.

Affected Products

  • Linux Kernel versions prior to 5.9.x (multiple affected version ranges)
  • Linux Kernel 5.9.0 (including release candidates rc1 through rc6)
  • Linux Kernel 5.9.1

Discovery Timeline

  • 2020-11-23 - CVE-2020-12351 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-12351

Vulnerability Analysis

CVE-2020-12351 stems from improper input validation within the BlueZ Bluetooth stack, specifically in the L2CAP (Logical Link Control and Adaptation Protocol) layer of the Linux kernel. The vulnerability is exploitable via adjacent network access, meaning an attacker must be within Bluetooth radio range of the target device (typically up to 100 meters with some Bluetooth adapters).

The flaw allows an unauthenticated attacker to send specially crafted L2CAP packets that bypass normal validation checks. When processed by the vulnerable kernel code, these malformed packets can trigger a heap-based type confusion condition. This type confusion can lead to memory corruption, which an attacker can leverage to achieve privilege escalation or remote code execution with kernel privileges.

What makes this vulnerability particularly severe is that it requires no user interaction and no prior authentication. Any Linux system with Bluetooth enabled and a vulnerable kernel version is at risk simply by being within radio range of an attacker.

Root Cause

The root cause of CVE-2020-12351 is an improper input validation error (CWE-20) in the BlueZ Bluetooth stack. The vulnerability exists because the L2CAP layer does not properly validate the type and size of incoming Bluetooth packets before processing them. This allows an attacker to craft packets that cause the kernel to misinterpret data structures, leading to a type confusion vulnerability that can corrupt heap memory.

Attack Vector

The attack vector requires adjacent network access, meaning the attacker must be within Bluetooth radio range of the target system. The attack flow involves:

  1. The attacker identifies a target system with Bluetooth enabled running a vulnerable Linux kernel
  2. Malicious L2CAP packets are crafted to exploit the type confusion vulnerability
  3. These packets are transmitted over Bluetooth to the target device
  4. The vulnerable kernel processes the packets without proper validation
  5. Memory corruption occurs, allowing the attacker to potentially escalate privileges or execute arbitrary code

The attack requires no user interaction and no authentication, making it a zero-click vulnerability. Technical details and proof-of-concept code are available in the Packet Storm Exploit Document.

Detection Methods for CVE-2020-12351

Indicators of Compromise

  • Unexpected Bluetooth connection attempts or unusual L2CAP traffic patterns
  • Kernel crashes, panics, or unexpected system instability on systems with Bluetooth enabled
  • Anomalous process spawning with elevated privileges following Bluetooth activity
  • Suspicious memory access patterns in kernel logs related to the Bluetooth subsystem

Detection Strategies

  • Monitor kernel logs for Bluetooth-related errors, particularly those involving L2CAP packet processing or memory corruption
  • Implement network monitoring to detect unusual Bluetooth traffic patterns from unexpected sources
  • Deploy endpoint detection and response (EDR) solutions capable of monitoring kernel-level activities
  • Use SentinelOne's behavioral AI to detect exploitation attempts targeting kernel vulnerabilities

Monitoring Recommendations

  • Enable comprehensive logging for the Bluetooth subsystem on all Linux systems
  • Implement real-time monitoring for kernel-level anomalies and unexpected privilege escalation events
  • Establish baseline Bluetooth connectivity patterns to identify deviation from normal behavior
  • Regularly audit Bluetooth-enabled devices in proximity to sensitive systems

How to Mitigate CVE-2020-12351

Immediate Actions Required

  • Update the Linux kernel to a patched version immediately on all affected systems
  • Disable Bluetooth on systems where it is not strictly required as a temporary mitigation
  • Limit physical access to sensitive systems to reduce the risk of adjacent network attacks
  • Deploy SentinelOne endpoint protection to detect and prevent exploitation attempts

Patch Information

Linux kernel maintainers have released patches addressing CVE-2020-12351 in updated kernel versions. Organizations should upgrade to the latest stable kernel version that includes the fix. For additional guidance, refer to the Intel Security Advisory SA-00435 which provides vendor-specific remediation information.

Workarounds

  • Disable Bluetooth at the kernel level by adding bluetooth.disable=1 to kernel boot parameters
  • Block the Bluetooth kernel modules by blacklisting them in /etc/modprobe.d/
  • Implement physical security controls to limit attacker proximity to critical systems
  • Use Bluetooth management tools to disable discoverability and pairing on necessary systems
bash
# Disable Bluetooth kernel modules as workaround
echo "blacklist bluetooth" | sudo tee /etc/modprobe.d/bluetooth-blacklist.conf
echo "blacklist btusb" | sudo tee -a /etc/modprobe.d/bluetooth-blacklist.conf
echo "blacklist btrtl" | sudo tee -a /etc/modprobe.d/bluetooth-blacklist.conf
echo "blacklist btbcm" | sudo tee -a /etc/modprobe.d/bluetooth-blacklist.conf
echo "blacklist btintel" | sudo tee -a /etc/modprobe.d/bluetooth-blacklist.conf
sudo update-initramfs -u
# Alternatively, disable via boot parameter
# Add bluetooth.disable=1 to GRUB_CMDLINE_LINUX in /etc/default/grub

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 Score8.8

  • EPSS Probability2.83%

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

  • Intel Security Advisory SA-00435
  • Related CVEs
  • CVE-2026-31430: Linux Kernel Privilege Escalation Flaw

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

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

  • CVE-2026-31459: 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