The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-28449

CVE-2026-28449: Openclaw Openclaw DOS Vulnerability

CVE-2026-28449 is a denial of service vulnerability in Openclaw Openclaw that allows attackers to replay webhook requests, causing duplicate message processing. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-28449 Overview

OpenClaw versions prior to 2026.2.25 are vulnerable to a webhook replay attack due to the lack of durable replay state for Nextcloud Talk webhook events. This vulnerability allows valid signed webhook requests to be replayed without suppression, enabling attackers to capture and replay previously valid signed webhook requests to trigger duplicate inbound message processing. The exploitation of this flaw can cause integrity or availability issues in affected systems.

Critical Impact

Attackers can capture and replay valid signed webhook requests, causing duplicate message processing and potential integrity or availability issues in Nextcloud Talk integrations.

Affected Products

  • OpenClaw versions prior to 2026.2.25
  • OpenClaw Node.js package (cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:node.js:*:*)

Discovery Timeline

  • 2026-03-19 - CVE CVE-2026-28449 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-28449

Vulnerability Analysis

This vulnerability is classified under CWE-294 (Authentication Bypass by Capture-replay), which describes a weakness where an attacker can bypass authentication by capturing legitimate credentials or tokens and replaying them. In the case of OpenClaw, the Nextcloud Talk webhook integration failed to implement durable replay suppression mechanisms, allowing attackers to intercept valid signed webhook requests and replay them at will.

The vulnerability exists within the webhook handling mechanism for Nextcloud Talk integration. When a webhook event is received, the system validates the signature but does not maintain persistent state to track whether that specific request has been processed before. This creates a window of opportunity for attackers with network access to capture valid webhook traffic and replay it multiple times.

Root Cause

The root cause of this vulnerability is the absence of durable replay state management in the Nextcloud Talk webhook handler. Without persistent tracking of processed webhook events, the system cannot distinguish between legitimate first-time requests and replayed duplicate requests. The fix introduces a replay-guard.ts module that implements persistent deduplication using both in-memory caching and file-based storage.

Attack Vector

The attack is network-based and requires the attacker to have the ability to intercept webhook traffic between Nextcloud Talk and the OpenClaw instance. The attack flow involves:

  1. Attacker captures a valid, signed webhook request from Nextcloud Talk
  2. Attacker replays the captured request to the OpenClaw webhook endpoint
  3. OpenClaw validates the signature (which is still valid) and processes the webhook
  4. Duplicate message processing occurs, potentially causing integrity or availability issues

The following code shows the security patch that introduces durable replay suppression:

typescript
import path from "node:path";
import { createPersistentDedupe } from "openclaw/plugin-sdk";

const DEFAULT_REPLAY_TTL_MS = 24 * 60 * 60 * 1000;
const DEFAULT_MEMORY_MAX_SIZE = 1_000;
const DEFAULT_FILE_MAX_ENTRIES = 10_000;

function sanitizeSegment(value: string): string {
  const trimmed = value.trim();
  if (!trimmed) {
    return "default";
  }
  return trimmed.replace(/[^a-zA-Z0-9_-]/g, "_");
}

function buildReplayKey(params: { roomToken: string; messageId: string }): string | null {
  const roomToken = params.roomToken.trim();
  const messageId = params.messageId.trim();
  if (!roomToken || !messageId) {
    return null;
  }
  return `${roomToken}:${messageId}`;
}

export type NextcloudTalkReplayGuardOptions = {
  stateDir: string;
  ttlMs?: number;
  memoryMaxSize?: number;
  fileMaxEntries?: number;
  onDiskError?: (error: unknown) => void;

Source: GitHub Commit d512163

Detection Methods for CVE-2026-28449

Indicators of Compromise

  • Multiple identical webhook requests from the same source IP within a short time window
  • Duplicate message IDs processed in Nextcloud Talk integrations
  • Unusual patterns of webhook traffic that suggest capture-replay activity
  • Logs showing repeated processing of the same roomToken:messageId combinations

Detection Strategies

  • Monitor webhook endpoint logs for duplicate request signatures or message identifiers
  • Implement alerting on high-frequency webhook calls from single sources
  • Analyze network traffic for patterns consistent with captured and replayed requests
  • Review application logs for duplicate inbound message processing events

Monitoring Recommendations

  • Enable detailed logging for the Nextcloud Talk webhook endpoint
  • Set up alerts for anomalous webhook request patterns and duplicate processing
  • Monitor system integrity metrics for unexpected changes caused by replay attacks
  • Implement network-level monitoring to detect potential traffic interception attempts

How to Mitigate CVE-2026-28449

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.25 or later immediately
  • Review application logs for signs of potential replay attack exploitation
  • Audit webhook traffic for duplicate or suspicious requests
  • Consider temporarily disabling the Nextcloud Talk webhook integration until patched

Patch Information

The security patch is available in OpenClaw version 2026.2.25. The fix introduces a replay-guard.ts module that implements durable replay suppression using a combination of in-memory caching (up to 1,000 entries) and file-based persistence (up to 10,000 entries) with a default TTL of 24 hours. This ensures that previously processed webhook requests cannot be replayed successfully.

For detailed patch information, see the GitHub Security Advisory and the commit fix.

Workarounds

  • If upgrading is not immediately possible, consider implementing network-level controls to restrict webhook traffic sources
  • Add rate limiting on the webhook endpoint to reduce the impact of replay attacks
  • Implement additional application-level logging to detect and alert on potential replay attempts
  • Use network segmentation to limit exposure of the webhook endpoint
bash
# Configuration example - Upgrade OpenClaw to patched version
npm update openclaw@2026.2.25

# Verify the installed version
npm list openclaw

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-294
  • Technical References
  • VulnCheck Advisory
  • Vendor Resources
  • GitHub Commit Change

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-32980: Openclaw DOS Vulnerability

  • CVE-2026-32044: Openclaw Archive Extraction DoS Vulnerability

  • CVE-2026-32049: Openclaw Openclaw DOS Vulnerability

  • CVE-2026-28461: Openclaw DoS Vulnerability
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