Skip to main content

OpenClaw CVE-2026-41343

| EUVDEUVD-2026-25327 MEDIUM
Improper Control of Interaction Frequency (CWE-799)
2026-04-23 VulnCheck GHSA-2hv5-4h3g-4hjv
6.9
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/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
vuln.today AI
5.3 MEDIUM

Network-reachable unauthenticated flood with no confidentiality or integrity impact and low, bounded, transient availability degradation confined to the vulnerable system.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
Source Code Evidence Fetched
Jul 24, 2026 - 03:26 vuln.today
Analysis Generated
Jul 24, 2026 - 03:26 vuln.today
CVSS changed
Apr 23, 2026 - 22:28 NVD
5.3 (MEDIUM) 6.9 (MEDIUM)
EUVD ID Assigned
Apr 23, 2026 - 22:15 euvd
EUVD-2026-25327
Patch released
Apr 23, 2026 - 22:15 nvd
Patch available
CVE Published
Apr 23, 2026 - 21:58 nvd
MEDIUM 6.9

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 1 npm packages depend on openclaw (1 direct, 0 indirect)

Ecosystem-wide dependent count for version 2026.3.31.

DescriptionCVE.org

OpenClaw before 2026.3.31 lacks a shared pre-auth concurrency budget on the public LINE webhook path, allowing attackers to cause transient availability loss. Remote attackers can flood the webhook endpoint with concurrent requests before signature verification to exhaust resources and degrade service availability.

AnalysisAI

Resource exhaustion in OpenClaw npm package versions up to 2026.3.28 allows remote unauthenticated attackers to degrade availability of the LINE webhook integration by flooding the endpoint with concurrent requests before signature verification occurs. The CVSS 4.0 score of 6.9 reflects network-accessible, zero-privilege exploitation with bounded low availability impact; the vendor's own triage classifies severity as low due to the transient, non-persistent nature of the disruption. No public exploit code exists and no active exploitation is confirmed - SSVC marks exploitation status as none, though the attack is rated automatable.

Technical ContextAI

OpenClaw is an npm package (CPE: cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*) providing a LINE messaging platform integration via HTTP webhook. The root cause is CWE-799 (Improper Control of Interaction Frequency): the public LINE webhook route accepted concurrent HTTP POST requests and began reading request bodies before any authentication or signature verification was performed. Because Node.js processes I/O concurrently and LINE signature verification requires reading the full body, a flood of simultaneous connections could exhaust the process's available in-flight capacity before any request was authenticated or rejected. The fix, introduced in commit 57c47d8c7fbf5a2e70cc4dec2380977968903cad, adds a createWebhookInFlightLimiter mechanism sourced from openclaw/plugin-sdk/webhook-request-guards that enforces a shared cap on concurrent pre-verification body reads, returning HTTP 429 Too Many Requests to any connection exceeding WEBHOOK_IN_FLIGHT_DEFAULTS.maxInFlightPerKey.

RemediationAI

Upgrade the OpenClaw npm package to version 2026.3.31 or later, which is the vendor-released patched version confirmed by the GHSA advisory (https://github.com/openclaw/openclaw/security/advisories/GHSA-qcc3-jqwp-5vh2) and fix commit (https://github.com/openclaw/openclaw/commit/57c47d8c7fbf5a2e70cc4dec2380977968903cad). If an immediate upgrade is not possible, place a reverse proxy or API gateway rate limiter (e.g., nginx limit_conn, AWS API Gateway throttling) in front of the LINE webhook endpoint to cap concurrent connections per source IP; the trade-off is that legitimate high-burst LINE event delivery scenarios may be throttled, so tune limits conservatively. Network-level controls such as blocking anomalous traffic volumes at the perimeter can further reduce exposure but do not eliminate the root cause. No workaround fully substitutes for the patch.

CVE-2026-28446 CRITICAL POC
9.4 Mar 05

Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.

CVE-2026-33579 CRITICAL POC
9.4 Mar 31

Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b

CVE-2026-32042 HIGH POC
8.8 Mar 21

OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att

CVE-2026-32051 HIGH POC
8.8 Mar 21

An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.

CVE-2026-25253 HIGH POC
8.8 Feb 01

OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e

CVE-2026-32846 HIGH POC
8.7 Mar 26

Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in

CVE-2026-32064 HIGH POC
7.7 Mar 21

OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all

CVE-2026-32055 HIGH POC
7.6 Mar 21

OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director

CVE-2026-32056 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func

CVE-2026-32049 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste

CVE-2026-32048 HIGH POC
7.5 Mar 21

OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low

CVE-2026-25474 HIGH POC
7.5 Feb 19

OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec

Share

CVE-2026-41343 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy