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

CVE-2026-28733: OpenHarmony RCE Vulnerability

CVE-2026-28733 is a remote code execution vulnerability in OpenHarmony v6.0 and earlier versions that enables local attackers to execute arbitrary code. This article covers technical details, affected systems, and mitigation.

Published: May 21, 2026

CVE-2026-28733 Overview

CVE-2026-28733 is a use-after-free vulnerability [CWE-416] affecting OpenHarmony v6.0 and prior versions. A local attacker with low privileges can exploit this flaw to achieve arbitrary code execution on the affected system. The vulnerability requires no user interaction and operates with low attack complexity, but is constrained to local attack vectors. Successful exploitation impacts system availability without directly affecting confidentiality or integrity, though the scope changes during exploitation. OpenHarmony documented the issue in its May 2026 security disclosure bulletin.

Critical Impact

A local, low-privileged attacker can trigger memory corruption in OpenHarmony to execute arbitrary code and disrupt system availability.

Affected Products

  • OpenHarmony v6.0
  • OpenHarmony versions prior to v6.0

Discovery Timeline

  • 2026-05-19 - CVE-2026-28733 published to the National Vulnerability Database (NVD)
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-28733

Vulnerability Analysis

CVE-2026-28733 is categorized as a use-after-free condition in OpenHarmony, an open-source operating system maintained for IoT and smart device deployments. The flaw allows a local attacker holding low-level privileges on the device to manipulate memory that has already been released by the allocator. When the affected component dereferences the dangling pointer, the attacker can redirect execution flow toward attacker-controlled data. This leads to arbitrary code execution within the context of the vulnerable process.

The vulnerability requires local access, meaning the attacker must already have a foothold on the device through a shell, an installed application, or another compromised process. No user interaction is required to trigger the condition. The scope is marked as changed, indicating that exploitation can affect components beyond the initially vulnerable module.

Root Cause

The root cause is improper memory lifecycle management within an OpenHarmony component. The application continues to use a pointer after the underlying object has been freed, leading to undefined behavior when the freed memory is reallocated and populated with attacker-controlled data. Use-after-free flaws of this nature commonly occur when reference counting, object ownership, or asynchronous callback handling fails to synchronize with allocator state.

Attack Vector

Exploitation requires local code execution capability, typically through a malicious application or a compromised low-privilege account. The attacker triggers the vulnerable code path, forces the target object to be freed, and then reallocates the memory region with crafted contents. When the application subsequently dereferences the stale pointer, the attacker controls the execution context. The OpenHarmony security advisory provides additional component-level technical details. Verified proof-of-concept code is not publicly available at this time.

Refer to the OpenHarmony Security Disclosure for vendor technical details.

Detection Methods for CVE-2026-28733

Indicators of Compromise

  • Unexpected process crashes or abnormal termination of OpenHarmony system services with signals such as SIGSEGV or SIGABRT
  • Installation of unsigned or untrusted applications shortly before service instability
  • Anomalous child processes spawned from OpenHarmony system components

Detection Strategies

  • Monitor system logs and hilog output for memory corruption signatures, including heap consistency check failures and ASan-style reports
  • Apply behavioral analytics to flag local privilege transitions originating from low-privilege application sandboxes
  • Audit installed application packages and correlate against permission anomalies and recent process crashes

Monitoring Recommendations

  • Centralize OpenHarmony device telemetry into a security data lake for cross-device correlation of crash patterns
  • Track repeated allocator failures or use-after-free heuristics emitted by hardened memory allocators
  • Alert on unauthorized changes to system component binaries or shared libraries on managed OpenHarmony fleets

How to Mitigate CVE-2026-28733

Immediate Actions Required

  • Inventory OpenHarmony deployments and identify devices running v6.0 or earlier
  • Restrict installation of third-party applications on affected devices until patches are deployed
  • Enforce least-privilege application sandboxing to limit local attacker capabilities

Patch Information

OpenHarmony has documented the vulnerability in its May 2026 security disclosure. Apply the patched OpenHarmony release referenced in the OpenHarmony Security Disclosure as soon as the corresponding device-specific update is available from the OEM or distribution maintainer.

Workarounds

  • Remove or disable untrusted applications that could be used to gain local code execution
  • Limit administrative shell access on production OpenHarmony devices to authorized personnel only
  • Monitor system component behavior for repeated crashes that may indicate exploitation attempts
bash
# Identify the OpenHarmony version on a target device
hdc shell param get const.ohos.version.release

# List installed third-party applications for review
hdc shell bm dump -a

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenharmony

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Technical References
  • OpenHarmony Security Disclosure
  • Related CVEs
  • CVE-2026-27648: OpenHarmony RCE Vulnerability

  • CVE-2026-24792: OpenHarmony RCE Vulnerability

  • CVE-2025-41432: Openatom Openharmony RCE Vulnerability

  • CVE-2025-25277: OpenAtom OpenHarmony RCE 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