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

CVE-2026-28450: OpenClaw Authentication Bypass Vulnerability

CVE-2026-28450 is an authentication bypass flaw in OpenClaw's Nostr plugin that exposes unauthenticated HTTP endpoints, allowing attackers to read sensitive data and modify profiles. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 6, 2026

CVE-2026-28450 Overview

CVE-2026-28450 is a Missing Authentication for Critical Function (CWE-306) vulnerability affecting OpenClaw versions prior to 2026.2.12. When the optional Nostr plugin is enabled, the application exposes unauthenticated HTTP endpoints at /api/channels/nostr/:accountId/profile and /api/channels/nostr/:accountId/profile/import that allow reading and modifying Nostr profiles without gateway authentication. Remote attackers can exploit these endpoints to read sensitive profile data, modify Nostr profiles, persist malicious changes to gateway configuration, and publish signed Nostr events using the bot's private key when the gateway HTTP port is accessible beyond localhost.

Critical Impact

Unauthenticated remote attackers can read sensitive Nostr profile data, tamper with gateway configurations, and sign/publish malicious Nostr events using the compromised bot's private key, potentially leading to full account impersonation and persistent backdoor access.

Affected Products

  • OpenClaw versions prior to 2026.2.12 with Nostr plugin enabled
  • OpenClaw installations where gateway HTTP port is accessible beyond localhost

Discovery Timeline

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

Technical Details for CVE-2026-28450

Vulnerability Analysis

This vulnerability stems from Missing Authentication for Critical Function (CWE-306) in the Nostr plugin's HTTP endpoint handlers. The OpenClaw gateway exposes API routes for managing Nostr channel profiles without requiring any form of authentication, creating a significant authorization bypass condition.

When the Nostr plugin is enabled, the gateway HTTP server registers endpoints for profile management operations. These endpoints process incoming requests without validating that the caller possesses valid credentials such as a device token, settings token, or password. An attacker with network access to the gateway's HTTP port can directly interact with these APIs to extract profile information, inject malicious profile data, and leverage the bot's cryptographic identity to sign and broadcast unauthorized Nostr events.

The attack surface is particularly concerning for deployments where the gateway HTTP service is bound to network interfaces accessible from untrusted networks rather than restricted to localhost.

Root Cause

The root cause is the absence of authentication middleware on the Nostr profile API routes. The vulnerable code paths in src/gateway/server-http.ts and ui/src/ui/app-channels.ts did not enforce credential validation before processing profile read and import operations. The fix introduces proper authorization header handling, requiring a valid Bearer token (device token, settings token, or password) before permitting access to these sensitive endpoints.

Attack Vector

The vulnerability is exploitable over the network without authentication or user interaction. An attacker who can reach the OpenClaw gateway HTTP port can send crafted HTTP requests to the vulnerable endpoints. The attack vector involves:

  1. Identifying an exposed OpenClaw gateway with the Nostr plugin enabled
  2. Sending HTTP GET requests to /api/channels/nostr/:accountId/profile to exfiltrate profile data
  3. Sending HTTP POST requests to /api/channels/nostr/:accountId/profile/import to inject malicious profile configurations
  4. Using the compromised bot's private key to sign and publish unauthorized Nostr events

The following patch snippet from ui/src/ui/app-channels.ts demonstrates the authentication fix that was implemented:

typescript
function resolveGatewayHttpAuthHeader(host: OpenClawApp): string | null {
  const deviceToken = host.hello?.auth?.deviceToken?.trim();
  if (deviceToken) {
    return `Bearer ${deviceToken}`;
  }
  const token = host.settings.token.trim();
  if (token) {
    return `Bearer ${token}`;
  }
  const password = host.password.trim();
  if (password) {
    return `Bearer ${password}`;
  }
  return null;
}

function buildGatewayHttpHeaders(host: OpenClawApp): Record<string, string> {
  const authorization = resolveGatewayHttpAuthHeader(host);
  return authorization ? { Authorization: authorization } : {};
}

Source: GitHub Commit Update

Detection Methods for CVE-2026-28450

Indicators of Compromise

  • Unexpected HTTP requests to /api/channels/nostr/:accountId/profile endpoints from external IP addresses
  • Unauthorized modifications to Nostr profile configurations in gateway logs
  • Anomalous Nostr events published using the bot's identity that were not initiated by authorized users
  • HTTP access logs showing requests to Nostr profile endpoints without valid Authorization headers

Detection Strategies

  • Monitor gateway HTTP access logs for requests to /api/channels/nostr/*/profile and /api/channels/nostr/*/profile/import endpoints
  • Implement network-level monitoring for connections to the gateway HTTP port from untrusted sources
  • Alert on Nostr profile configuration changes that occur outside of expected administrative windows
  • Deploy web application firewall (WAF) rules to detect and block unauthorized access attempts to sensitive API endpoints

Monitoring Recommendations

  • Enable detailed HTTP request logging on the OpenClaw gateway to capture all API interactions
  • Configure intrusion detection systems to monitor for reconnaissance activity targeting Nostr plugin endpoints
  • Implement real-time alerting for any profile modification events detected in application logs
  • Review Nostr event publishing history for anomalous activities that may indicate key compromise

How to Mitigate CVE-2026-28450

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.12 or later immediately
  • If upgrade is not immediately possible, disable the Nostr plugin until patching can be completed
  • Restrict gateway HTTP port access to localhost or trusted networks using firewall rules
  • Audit gateway configurations and Nostr profile data for any unauthorized modifications
  • Rotate bot private keys if exposure is suspected

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.2.12. The security fix introduces proper authentication header handling for Nostr profile API endpoints, requiring valid Bearer token authentication before processing requests. Refer to the GitHub Security Advisory and the security patch commit for complete details.

Workarounds

  • Bind the gateway HTTP service to localhost only (127.0.0.1) to prevent external network access
  • Deploy network segmentation to isolate the OpenClaw gateway from untrusted networks
  • Use a reverse proxy with authentication requirements in front of the gateway HTTP port
  • Disable the Nostr plugin entirely if not required for operations
bash
# Example: Restrict gateway HTTP port to localhost using iptables
iptables -A INPUT -p tcp --dport 8080 -s 127.0.0.1 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score8.3

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

  • GitHub Security Advisory

  • Vulncheck Advisory on Openclaw
  • Related CVEs
  • CVE-2026-41909: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41908: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41301: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-41330: OpenClaw Auth Bypass 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