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-12352

CVE-2020-12352: Linux Kernel Information Disclosure Flaw

CVE-2020-12352 is an information disclosure vulnerability in Linux Kernel's BlueZ component that allows unauthenticated attackers to access sensitive data via adjacent access. This article covers technical details, impact, and fixes.

Published: March 11, 2026

CVE-2020-12352 Overview

CVE-2020-12352 is a medium severity information disclosure vulnerability affecting the BlueZ Bluetooth stack in the Linux kernel. The vulnerability arises from improper access control in BlueZ, which may allow an unauthenticated attacker within Bluetooth radio range to potentially enable information disclosure via adjacent network access. This vulnerability is part of a collection of Bluetooth vulnerabilities collectively known as "BleedingTooth."

Critical Impact

An unauthenticated attacker within Bluetooth range can leak sensitive kernel stack information without user interaction, potentially aiding in bypassing kernel address space layout randomization (KASLR) and enabling further exploitation.

Affected Products

  • Linux Kernel (multiple versions)
  • BlueZ Bluetooth stack
  • Systems with Bluetooth 4.0+ hardware enabled

Discovery Timeline

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

Technical Details for CVE-2020-12352

Vulnerability Analysis

This vulnerability is classified under CWE-909 (Missing Initialization of Resource), indicating that certain data structures in the BlueZ Bluetooth stack are not properly initialized before use. When processing certain Bluetooth A2MP (Alternate MAC/PHY Manager Protocol) packets, the kernel fails to initialize stack memory, leading to the potential disclosure of kernel stack contents to a remote attacker.

The attack requires adjacent network access (Bluetooth radio range), but does not require any privileges or user interaction. The impact is limited to confidentiality, with high potential for information leakage but no direct impact on integrity or availability of the affected system.

Root Cause

The root cause of CVE-2020-12352 is missing initialization of stack memory in the A2MP protocol implementation within BlueZ. When specific A2MP protocol packets are processed, kernel stack data that should have been zeroed out is instead returned to the attacker. This uninitialized memory can contain sensitive kernel pointers and other data that aid attackers in defeating security mitigations such as KASLR.

Attack Vector

The attack vector is adjacent network access via Bluetooth. An attacker must be within Bluetooth radio range (typically up to 100 meters for Class 1 devices) of the target system. The attacker sends specially crafted A2MP protocol packets to the target device's Bluetooth interface. The vulnerable code path processes these packets and returns responses containing uninitialized kernel stack memory.

The attack does not require authentication, user interaction, or any special privileges. The attacker simply needs:

  1. A Bluetooth-capable device configured for packet injection
  2. Proximity to the target device
  3. Knowledge of the target's Bluetooth MAC address (which can be obtained through scanning)

Detection Methods for CVE-2020-12352

Indicators of Compromise

  • Unexpected A2MP protocol activity in Bluetooth logs
  • Unusual Bluetooth scanning behavior from nearby devices
  • Multiple A2MP_GETINFO_REQ or A2MP_GETAMPASSOC_REQ packets from untrusted sources
  • Evidence of Bluetooth device enumeration preceding the attack

Detection Strategies

  • Monitor kernel logs for anomalous Bluetooth A2MP protocol activity
  • Implement Bluetooth traffic analysis for unusual packet patterns
  • Deploy endpoint detection and response (EDR) solutions that monitor kernel-level Bluetooth stack activity
  • Use SentinelOne Singularity Platform to detect suspicious Bluetooth-related kernel behavior

Monitoring Recommendations

  • Enable verbose Bluetooth logging on critical systems to capture protocol-level events
  • Monitor for devices in discoverable mode that should not be exposed
  • Implement network segmentation and Bluetooth access policies
  • Review kernel audit logs for Bluetooth subsystem anomalies

How to Mitigate CVE-2020-12352

Immediate Actions Required

  • Update the Linux kernel to patched versions immediately
  • Disable Bluetooth on systems where it is not required
  • Set Bluetooth controllers to non-discoverable mode when not actively pairing
  • Apply kernel live patches where available (see Kernel Live Patch Security Notice LSN-0074-1)

Patch Information

Security patches addressing CVE-2020-12352 have been released for affected Linux kernel versions. For detailed patch information and updates, refer to the Intel Security Advisory SA-00435. Organizations should prioritize patching systems that have Bluetooth enabled and are deployed in environments where attackers could achieve physical proximity.

Workarounds

  • Disable the Bluetooth subsystem entirely using kernel boot parameters (bluetooth.disable_hs=1 or blacklisting modules)
  • Physically remove or disable Bluetooth hardware where feasible
  • Implement strict physical security controls to limit attacker proximity
  • Use Bluetooth USB adapters that can be physically disconnected when not needed
bash
# Configuration example - Disable Bluetooth High Speed to mitigate BleedingTooth vulnerabilities
# Add to /etc/default/grub GRUB_CMDLINE_LINUX_DEFAULT:
bluetooth.disable_hs=1

# Alternatively, blacklist the Bluetooth kernel module:
echo "blacklist bluetooth" >> /etc/modprobe.d/bluetooth-blacklist.conf
echo "blacklist btusb" >> /etc/modprobe.d/bluetooth-blacklist.conf

# Update GRUB and reboot
update-grub
reboot

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechLinux Kernel

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability1.91%

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

  • Packet Storm Remote Code Execution

  • Intel Security Advisory SA-00435
  • Related CVEs
  • CVE-2026-31428: Linux Kernel Information Disclosure Flaw

  • CVE-2026-23430: Linux Kernel Memory Leak Vulnerability

  • CVE-2026-23465: Linux Kernel Btrfs Logging Vulnerability

  • CVE-2026-23421: Linux Kernel Information Disclosure 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