A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-35553

CVE-2026-35553: Dynabook Bluetooth Driver Overflow Flaw

CVE-2026-35553 is a stack-based buffer overflow in Dynabook Bluetooth ACPI drivers that enables arbitrary code execution via registry manipulation. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-35553 Overview

Bluetooth ACPI Drivers provided by Dynabook Inc. contain a stack-based buffer overflow vulnerability. An attacker may execute arbitrary code by modifying certain registry values. This vulnerability (CWE-121) allows local attackers with high privileges to manipulate Windows Registry entries associated with the Bluetooth ACPI driver, potentially leading to arbitrary code execution with elevated system privileges.

Critical Impact

Stack-based buffer overflow in Bluetooth ACPI drivers enables arbitrary code execution through registry manipulation, potentially compromising system integrity and confidentiality.

Affected Products

  • Bluetooth ACPI Drivers by Dynabook Inc.
  • Systems with Sharp/Dynabook Bluetooth ACPI driver components installed

Discovery Timeline

  • 2026-04-13 - CVE CVE-2026-35553 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2026-35553

Vulnerability Analysis

This vulnerability represents a classic stack-based buffer overflow (CWE-121) within the Bluetooth ACPI driver components distributed by Dynabook Inc. The flaw exists in how the driver processes registry values, where insufficient bounds checking allows data larger than the allocated stack buffer to overwrite adjacent memory regions, including critical control structures such as return addresses.

When a privileged user modifies specific registry values associated with the Bluetooth ACPI driver to contain oversized data, the driver fails to properly validate the input length before copying it to a fixed-size stack buffer. This memory corruption condition can be leveraged to redirect program execution flow and achieve arbitrary code execution within the kernel context.

Root Cause

The root cause stems from improper input validation when reading registry values into stack-allocated buffers. The driver does not enforce proper boundary checks on the data retrieved from registry keys, allowing an attacker to craft malicious registry entries that exceed the expected buffer size. When the driver reads these malformed values, the oversized data overwrites the stack frame, corrupting the saved return pointer and potentially other critical execution metadata.

Attack Vector

The attack requires local access with high privileges to modify Windows Registry values. An attacker must:

  1. Identify the specific registry keys used by the Bluetooth ACPI driver
  2. Craft malicious registry values containing overflow payload data
  3. Trigger the driver to read the malicious registry values
  4. The overflow corrupts the stack, enabling redirection of execution flow

The vulnerability requires local access with elevated privileges, which limits the attack surface but still poses significant risk in scenarios involving insider threats, privilege escalation chains, or compromised administrator accounts.

Detection Methods for CVE-2026-35553

Indicators of Compromise

  • Unexpected modifications to Bluetooth ACPI driver-related registry keys
  • Abnormal registry value sizes or unusual data patterns in driver configuration entries
  • System crashes or blue screens associated with Bluetooth ACPI driver components
  • Suspicious process execution originating from driver context

Detection Strategies

  • Monitor Windows Registry for unauthorized modifications to Bluetooth/ACPI driver configuration keys
  • Implement registry auditing policies to log changes to driver-related registry paths
  • Deploy endpoint detection solutions capable of identifying stack buffer overflow exploitation attempts
  • Utilize kernel-level monitoring to detect anomalous driver behavior or memory corruption indicators

Monitoring Recommendations

  • Enable Windows Security Event logging for registry access and modification events (Event ID 4657, 4663)
  • Configure SentinelOne to monitor for suspicious registry manipulation patterns targeting driver components
  • Implement baseline monitoring for normal registry value sizes to detect anomalous oversized entries
  • Deploy kernel integrity monitoring to detect unauthorized code execution within driver context

How to Mitigate CVE-2026-35553

Immediate Actions Required

  • Review and audit registry permissions for Bluetooth ACPI driver-related keys
  • Restrict registry modification privileges to only essential administrative accounts
  • Apply updated drivers from Dynabook Inc. or Sharp as soon as patches become available
  • Consider temporarily disabling affected Bluetooth functionality if not critical to operations

Patch Information

Updated driver software addressing this vulnerability is expected from Dynabook Inc. Organizations should monitor the following security advisories for patch availability:

  • Sharp Security Advisory 2026-001
  • Sharp Global Security Advisory 2026-001
  • JVN Vulnerability Report JVNVU96334293

Workarounds

  • Restrict administrative access to systems with vulnerable Bluetooth ACPI drivers
  • Implement registry access controls to limit modification capabilities for driver-related keys
  • Deploy application control policies to prevent unauthorized driver component loading
  • Consider using endpoint protection with exploit prevention capabilities to mitigate buffer overflow attacks
bash
# Audit registry permissions for Bluetooth driver keys
# Example: Review current permissions on driver registry path
reg query "HKLM\SYSTEM\CurrentControlSet\Services" /s | findstr /i "bluetooth"

# Restrict modification access (requires administrative privileges)
# Apply least-privilege model to driver configuration registry keys

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechDynabook

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-121
  • Technical References
  • Sharp Security Advisory 2026-001

  • Sharp Global Security Advisory 2026-001

  • JVN Vulnerability Report JVNVU96334293
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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