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

CVE-2020-24490: BlueZ Denial of Service Vulnerability

CVE-2020-24490 is a denial of service vulnerability in BlueZ caused by improper buffer restrictions. Attackers can exploit this via adjacent access to disrupt services. This article covers technical details, affected versions, and mitigations.

Published: March 4, 2026

CVE-2020-24490 Overview

CVE-2020-24490 is a buffer restriction vulnerability in BlueZ, the official Linux Bluetooth protocol stack, that allows an unauthenticated attacker to potentially cause a denial of service condition via adjacent network access. This vulnerability affects all Linux kernel versions that support BlueZ, making it a widespread concern for Linux-based systems with Bluetooth functionality enabled.

Critical Impact

Unauthenticated attackers within Bluetooth range can exploit improper buffer restrictions to crash vulnerable systems, disrupting Bluetooth services and potentially affecting system stability.

Affected Products

  • BlueZ (all versions)
  • Linux Kernel (versions supporting BlueZ)
  • Systems with Bluetooth Low Energy (BLE) 5 support

Discovery Timeline

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

Technical Details for CVE-2020-24490

Vulnerability Analysis

This vulnerability stems from improper buffer restrictions within the BlueZ Bluetooth stack implementation in the Linux kernel. The flaw allows an unauthenticated user in adjacent proximity (within Bluetooth range) to send specially crafted Bluetooth packets that exploit the buffer handling weakness.

The attack requires no authentication and can be executed without user interaction, making it particularly concerning for devices operating in public or shared spaces. The vulnerability specifically targets the availability of the system, with no direct impact on confidentiality or integrity. An attacker can leverage this flaw to cause a denial of service condition, potentially crashing Bluetooth services or requiring system restarts to restore functionality.

This vulnerability is particularly relevant to systems utilizing Bluetooth 5 capabilities, where extended advertising data may trigger the improper buffer handling condition.

Root Cause

The root cause of CVE-2020-24490 lies in improper buffer restrictions within the BlueZ protocol stack's data handling routines. When processing certain Bluetooth packets, the code fails to properly validate or restrict buffer operations, allowing malformed or oversized data to trigger an error condition that leads to service disruption.

The vulnerability is classified under CWE as having insufficient information for specific categorization, but the behavior is consistent with improper input validation and buffer management issues common in protocol implementations.

Attack Vector

The attack vector for this vulnerability is adjacent network access, meaning an attacker must be within Bluetooth radio range of the target device to exploit the vulnerability. Key characteristics of the attack vector include:

  • Adjacent Network Access: Attacker must be in physical proximity (typical Bluetooth range of 10-100 meters depending on class)
  • No Authentication Required: The vulnerability can be exploited without any credentials or prior access
  • No User Interaction: Exploitation does not require any action from the victim user
  • Availability Impact: Successful exploitation results in denial of service affecting Bluetooth functionality

The attack leverages improper buffer restrictions in the Bluetooth stack to send malicious packets that cause the service to fail. Since the vulnerability exists in the kernel-level BlueZ implementation, the impact may extend beyond just Bluetooth services depending on system configuration.

Detection Methods for CVE-2020-24490

Indicators of Compromise

  • Unexpected Bluetooth service crashes or restarts on Linux systems
  • System logs showing BlueZ-related errors or kernel panics in Bluetooth subsystem
  • Repeated connection attempts from unknown Bluetooth devices in close proximity
  • Increased Bluetooth-related error messages in dmesg or journalctl output

Detection Strategies

  • Monitor system logs for BlueZ service failures and Bluetooth subsystem errors
  • Implement network-level monitoring for anomalous Bluetooth traffic patterns
  • Deploy endpoint detection rules that identify unusual Bluetooth stack behavior
  • Use kernel auditing to track Bluetooth-related system calls and potential exploitation attempts

Monitoring Recommendations

  • Enable verbose logging for the BlueZ service to capture detailed connection attempts
  • Configure system monitoring to alert on Bluetooth service restarts or crashes
  • Implement baseline monitoring for normal Bluetooth activity to identify anomalies
  • Review hcidump captures periodically for suspicious Bluetooth packet patterns

How to Mitigate CVE-2020-24490

Immediate Actions Required

  • Apply the latest Linux kernel security updates that address CVE-2020-24490
  • If Bluetooth functionality is not required, disable Bluetooth services using systemctl disable bluetooth
  • Update the BlueZ package to the latest patched version available for your distribution
  • Limit physical access to sensitive systems to reduce adjacent network attack exposure

Patch Information

Intel has released a security advisory addressing this vulnerability. System administrators should apply kernel patches that include fixes for the BlueZ buffer restriction issue. For detailed patch information, refer to Intel Security Advisory SA-00435.

Check with your Linux distribution's security update channels for specific kernel versions that include the fix:

  • Debian/Ubuntu: Check apt changelog linux-image-$(uname -r) for security fixes
  • RHEL/CentOS: Review kernel changelogs via rpm -q --changelog kernel
  • Fedora: Use dnf changelog kernel to verify patch status

Workarounds

  • Disable Bluetooth on systems where it is not required using rfkill block bluetooth
  • Implement physical security measures to limit adjacent network access to critical systems
  • Use Bluetooth device whitelisting where supported to restrict connections to known devices
  • Consider network segmentation for IoT and embedded devices with Bluetooth capabilities
bash
# Configuration example - Disable Bluetooth on Linux systems
# Add to /etc/modprobe.d/bluetooth-blacklist.conf
blacklist bluetooth
blacklist btusb
blacklist btrtl
blacklist btbcm
blacklist btintel

# Alternatively, use rfkill to block Bluetooth
rfkill block bluetooth

# Verify Bluetooth is disabled
rfkill list bluetooth

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechBluez

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability5.60%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • NVD-CWE-noinfo
  • Vendor Resources
  • Intel Security Advisory SA-00435
  • Related CVEs
  • CVE-2022-0204: Bluez Heap Overflow DoS Vulnerability

  • CVE-2021-43400: BlueZ Use-After-Free Vulnerability

  • CVE-2020-0556: BlueZ Privilege Escalation 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