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

CVE-2026-35659: Openclaw Service Discovery Vulnerability

CVE-2026-35659 is a service discovery flaw in Openclaw that allows attackers to manipulate routing through malicious DNS-SD metadata. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 17, 2026

CVE-2026-35659 Overview

OpenClaw before version 2026.3.22 contains a service discovery vulnerability where TXT metadata from Bonjour and DNS-SD could influence CLI routing even when actual service resolution failed. Attackers can exploit unresolved hints to steer routing decisions to unintended targets by providing malicious discovery metadata.

This vulnerability is classified as CWE-345 (Insufficient Verification of Data Authenticity), indicating that the affected software fails to properly verify that data claiming to be from a trusted source actually originates from that source.

Critical Impact

Attackers on an adjacent network can manipulate service discovery metadata to redirect CLI gateway routing to malicious endpoints, potentially enabling man-in-the-middle attacks or service impersonation without requiring authentication.

Affected Products

  • OpenClaw versions prior to 2026.3.22 (Node.js)
  • OpenClaw CLI gateway discovery components
  • OpenClaw Bonjour/DNS-SD integration modules

Discovery Timeline

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

Technical Details for CVE-2026-35659

Vulnerability Analysis

The vulnerability exists in OpenClaw's gateway discovery mechanism, specifically in how the CLI handles service endpoint resolution via Bonjour and DNS-SD protocols. When a service discovery operation returns TXT record metadata but fails to successfully resolve the actual service endpoint, the application would still use the unresolved metadata to influence routing decisions.

This creates a dangerous condition where an attacker on the adjacent network can broadcast malicious service discovery advertisements containing crafted TXT metadata. Even though the advertised service may not resolve to a valid endpoint, the metadata would still be processed and could redirect traffic to attacker-controlled destinations.

The core issue lies in the application's failure to enforce a "fail closed" security posture—instead of rejecting routing decisions when endpoint resolution fails, it continued to trust and act upon the metadata hints from unverified sources.

Root Cause

The root cause is insufficient verification of data authenticity (CWE-345) in the service discovery workflow. The resolveCommandAuthorization function and related gateway discovery components did not properly validate that service endpoints were fully resolved before using associated metadata for routing decisions. The application trusted TXT record metadata from Bonjour and DNS-SD broadcasts without confirming that the advertised services could actually be contacted and verified.

Attack Vector

The attack requires adjacent network access, meaning the attacker must be on the same local network segment as the victim. The attack flow involves:

  1. Attacker broadcasts malicious Bonjour/DNS-SD service advertisements on the local network
  2. Advertisements contain crafted TXT metadata pointing to attacker-controlled endpoints
  3. The advertised service endpoints fail to resolve or point to non-existent services
  4. OpenClaw CLI processes the unresolved metadata hints
  5. Routing decisions are influenced by the malicious metadata
  6. User traffic is redirected to attacker-controlled destinations

The attack requires some user interaction to trigger the vulnerable discovery mechanism.

The security patch introduces explicit validation using pickResolvedGatewayHost and pickResolvedGatewayPort functions to ensure endpoints are fully resolved before being trusted:

typescript
-import type { GatewayBonjourBeacon } from "../../infra/bonjour-discovery.js";
+import {
+  type GatewayBonjourBeacon,
+  pickResolvedGatewayHost,
+  pickResolvedGatewayPort,
+} from "../../infra/bonjour-discovery.js";
 import { colorize, theme } from "../../terminal/theme.js";
 import { parseTimeoutMsWithFallback } from "../parse-timeout.js";

Source: GitHub Commit Changes

Detection Methods for CVE-2026-35659

Indicators of Compromise

  • Unexpected Bonjour/DNS-SD service advertisements on the local network with suspicious TXT metadata
  • CLI gateway connections attempting to reach unusual or unauthorized endpoints
  • Service discovery logs showing resolution failures followed by routing decisions
  • Network traffic to unexpected destinations from OpenClaw CLI processes

Detection Strategies

  • Monitor local network traffic for anomalous Bonjour/mDNS broadcasts advertising OpenClaw-related services
  • Implement network segmentation to limit exposure to adjacent network attacks
  • Review OpenClaw CLI logs for service discovery failures that still result in routing decisions
  • Deploy network intrusion detection rules to identify malicious service advertisement patterns

Monitoring Recommendations

  • Enable verbose logging for OpenClaw gateway discovery operations
  • Monitor for unauthorized mDNS/DNS-SD traffic on ports 5353 (mDNS) and related service discovery ports
  • Implement alerting on gateway connections to endpoints not in an approved allowlist
  • Audit network for devices broadcasting suspicious service advertisements

How to Mitigate CVE-2026-35659

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.23 or later immediately
  • Review network access controls to limit adjacent network attack surface
  • Audit existing gateway configurations for unauthorized endpoint entries
  • Consider disabling automatic service discovery until patched

Patch Information

OpenClaw has released security patches that implement a "fail closed" approach for unresolved discovery endpoints. The fix ensures that gateway host and port values are explicitly validated using the new pickResolvedGatewayHost and pickResolvedGatewayPort helper functions before being used for routing decisions.

Patch commits are available:

  • GitHub Commit Changes
  • GitHub Commit Updates

For detailed information, see the GitHub Security Advisory.

Workarounds

  • Disable Bonjour/DNS-SD service discovery by configuring static gateway endpoints
  • Implement network segmentation to isolate OpenClaw deployments from untrusted adjacent networks
  • Use explicit gateway configuration instead of relying on automatic discovery
  • Deploy firewall rules to block mDNS traffic from untrusted network segments
bash
# Configuration example: Disable automatic discovery and use static gateway
# In OpenClaw configuration file
export OPENCLAW_GATEWAY_HOST="trusted-gateway.internal.domain"
export OPENCLAW_GATEWAY_PORT="8443"
export OPENCLAW_DISABLE_DISCOVERY="true"

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:P/VC:L/VI:L/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
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-345
  • Technical References
  • VulnCheck Advisory
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Commit Updates

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-41294: OpenClaw Environment Injection Vulnerability

  • CVE-2026-27007: OpenClaw Config Integrity Vulnerability

  • CVE-2026-24764: Openclaw Prompt Injection Vulnerability

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