Cyber Resilience

CVE-2026-26319

High

Published: 19 February 2026

Published
19 February 2026
Modified
20 February 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0005 14.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-26319 is a high-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Openclaw Openclaw. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 14.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

This vulnerability is AI-related — categorised as Enterprise AI Assistants; in the Protocol-Specific Risks risk domain.

The strongest mitigations our analysis identified are NIST 800-53 AC-14 (Permitted Actions Without Identification or Authentication) and IA-9 (Service Identification and Authentication).

Deeper analysis

CVE-2026-26319 affects OpenClaw, a personal AI assistant, in versions 2026.2.13 and below. The vulnerability resides in the optional @openclaw/voice-call plugin's Telnyx webhook handler, which accepts unsigned inbound webhook requests when the telnyx.publicKey is not configured. This bypasses the expected Ed25519 signature verification for Telnyx webhooks, causing the TelnyxProvider.verifyWebhook() function to fail open. As a result, arbitrary HTTP POST requests to the voice-call webhook endpoint are processed as legitimate Telnyx events. The issue is classified under CWE-306 (Missing Authentication for Critical Function) with a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N).

Any unauthenticated attacker with network access to the voice-call webhook endpoint can exploit this vulnerability by sending forged HTTP POST requests mimicking Telnyx events. This requires the voice-call plugin to be installed and enabled, with the endpoint reachable, such as when publicly exposed via a tunnel or proxy. Successful exploitation allows attackers to impersonate Telnyx and trigger plugin actions as legitimate events, leading to high integrity impacts without affecting confidentiality or availability.

Mitigation is available in OpenClaw version 2026.2.14, which addresses the issue through fixes detailed in GitHub commits 29b587e73cbdc941caec573facd16e87d52f007b and f47584fec86d6d73f2d483043a2ad0e7e3c50411. The security advisory GHSA-4hg8-92x6-h2f3 and release notes for v2026.2.14 provide further details. Deployments should update to the patched version and ensure telnyx.publicKey is configured where applicable.

EU & UK References

Vulnerability details

OpenClaw is a personal AI assistant. Versions 2026.2.13 and below allow the optional @openclaw/voice-call plugin Telnyx webhook handler to accept unsigned inbound webhook requests when telnyx.publicKey is not configured, enabling unauthenticated callers to forge Telnyx events. Telnyx webhooks are expected…

more

to be authenticated via Ed25519 signature verification. In affected versions, TelnyxProvider.verifyWebhook() could effectively fail open when no Telnyx public key was configured, allowing arbitrary HTTP POST requests to the voice-call webhook endpoint to be treated as legitimate Telnyx events. This only impacts deployments where the Voice Call plugin is installed, enabled, and the webhook endpoint is reachable from the attacker (for example, publicly exposed via a tunnel/proxy). The issue has been fixed in version 2026.2.14.

CWE(s)

AI Security AnalysisAI

AI Category
Enterprise AI Assistants
Risk Domain
Protocol-Specific Risks
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: ai

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Auth bypass on publicly reachable webhook endpoint (fail-open signature verification) directly enables exploitation of a public-facing application to trigger unauthorized actions.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-28472Same product: Openclaw Openclaw
CVE-2026-28450Same product: Openclaw Openclaw
CVE-2026-30741Same product: Openclaw Openclaw
CVE-2026-25474Same product: Openclaw Openclaw
CVE-2026-32041Same product: Openclaw Openclaw
CVE-2026-32302Same product: Openclaw Openclaw
CVE-2026-44116Same product: Openclaw Openclaw
CVE-2026-32064Same product: Openclaw Openclaw
CVE-2026-35652Same product: Openclaw Openclaw
CVE-2026-32004Same product: Openclaw Openclaw

Affected Assets

openclaw
openclaw
≤ 2026.2.14

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Mandates authentication of external service providers like Telnyx prior to processing webhook requests, directly preventing forged unauthenticated events.

prevent

Requires the webhook verification function to fail to a secure state when signature validation fails due to missing public key configuration, blocking fail-open exploitation.

prevent

Prohibits processing of critical functions like webhook events without identification or authentication unless explicitly authorized, addressing the acceptance of unsigned requests.

References