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-2026-28392

CVE-2026-28392: OpenClaw Privilege Escalation Vulnerability

CVE-2026-28392 is a privilege escalation vulnerability in OpenClaw's Slack slash-command handler that allows attackers to bypass security restrictions. This post covers technical details, affected versions, impact, and mitigation.

Published: March 6, 2026

CVE-2026-28392 Overview

CVE-2026-28392 is a privilege escalation vulnerability in OpenClaw versions prior to 2026.2.14. The vulnerability exists in the Slack slash-command handler, which incorrectly authorizes any direct message sender when dmPolicy is set to open (a configuration that must be explicitly enabled). This authorization bypass allows attackers to execute privileged slash commands via direct message, effectively bypassing allowlist and access-group restrictions designed to protect sensitive operations.

Critical Impact

Attackers can bypass authorization controls in OpenClaw's Slack integration, executing privileged slash commands without proper access-group membership or allowlist approval.

Affected Products

  • OpenClaw versions prior to 2026.2.14

Discovery Timeline

  • 2026-03-05 - CVE CVE-2026-28392 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-28392

Vulnerability Analysis

This vulnerability is classified under CWE-863 (Incorrect Authorization). The flaw stems from flawed authorization logic in the Slack slash-command handler when processing direct messages. When the dmPolicy configuration is set to open, the handler incorrectly assumes all direct message senders are authorized to execute privileged slash commands, bypassing the intended allowlist and access-group restriction mechanisms.

The vulnerability is network-exploitable but requires a specific configuration (dmPolicy set to open) to be present, which introduces an attack prerequisite condition. When exploitable, the impact is primarily on the integrity of the system as unauthorized users can execute privileged operations.

Root Cause

The root cause lies in the initialization of the commandAuthorized variable in the slash-command handler logic. The vulnerable code initializes commandAuthorized to true by default, rather than computing it based on actual authorization checks. When processing direct messages with dmPolicy set to open, the handler fails to properly validate whether the sender has appropriate privileges, allowing any DM sender to be treated as authorized.

Attack Vector

An attacker can exploit this vulnerability by:

  1. Identifying an OpenClaw instance with Slack integration enabled and dmPolicy configured as open
  2. Sending a direct message to the OpenClaw bot containing privileged slash commands
  3. Bypassing allowlist and access-group restrictions that would normally prevent execution
  4. Executing privileged operations without proper authorization

The attack requires network access to the Slack workspace where OpenClaw is integrated and knowledge that the target has the vulnerable dmPolicy configuration enabled.

typescript
       const effectiveAllowFrom = normalizeAllowList([...ctx.allowFrom, ...storeAllowFrom]);
       const effectiveAllowFromLower = normalizeAllowListLower(effectiveAllowFrom);
 
-      let commandAuthorized = true;
+      // Privileged command surface: compute CommandAuthorized, don't assume true.
+      // Keep this aligned with the Slack message path (message-handler/prepare.ts).
+      let commandAuthorized = false;
       let channelConfig: SlackChannelConfigResolved | null = null;
       if (isDirectMessage) {
         if (!ctx.dmEnabled || ctx.dmPolicy === "disabled") {

Source: GitHub Commit Update

Detection Methods for CVE-2026-28392

Indicators of Compromise

  • Unexpected or unauthorized slash command executions originating from direct messages in Slack audit logs
  • Slash commands executed by users not present in configured allowlists or access-groups
  • Unusual patterns of direct message activity targeting the OpenClaw bot

Detection Strategies

  • Review Slack workspace audit logs for slash command executions via direct messages to OpenClaw bots
  • Monitor for privileged operations executed by users not in authorized access-groups
  • Implement alerting on DM-based slash command activity when dmPolicy is configured as open

Monitoring Recommendations

  • Enable detailed logging for all slash command handler activity in OpenClaw
  • Configure alerting for any privileged slash command execution via direct message channels
  • Periodically audit dmPolicy configuration settings across all OpenClaw instances

How to Mitigate CVE-2026-28392

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • Review current dmPolicy configuration settings and consider setting to disabled if direct message functionality is not required
  • Audit Slack logs for any suspicious slash command activity via direct messages
  • Review and verify access-group memberships and allowlist configurations

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.2.14. The fix modifies the authorization logic in src/slack/monitor/slash.ts to initialize commandAuthorized to false by default and compute proper authorization instead of assuming all DM senders are authorized. For technical details, see the GitHub Security Advisory and commit f19eabee54c49e9a2e264b4965edf28a2f92e657.

Workarounds

  • Set dmPolicy to disabled to prevent all direct message slash command processing until patching is possible
  • Restrict Slack workspace membership to trusted users only as an interim measure
  • Implement additional logging and monitoring on slash command activity to detect exploitation attempts
bash
# Configuration example
# Disable DM-based slash commands in OpenClaw configuration
# In your OpenClaw config file (e.g., config.yaml or environment variables):
OPENCLAW_DM_POLICY=disabled
# Or in configuration file:
# slack:
#   dmPolicy: disabled

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score8.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory

  • VulnCheck Privilege Escalation Advisory
  • Related CVEs
  • CVE-2026-41329: OpenClaw Privilege Escalation Vulnerability

  • CVE-2026-35669: Openclaw Privilege Escalation Vulnerability

  • CVE-2026-35663: Openclaw Privilege Escalation Vulnerability

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