CVE-2026-26327
Unauthenticated mDNS TXT Injection in OpenClaw Enables Credential Theft
Publication date: 2026-02-19
Last updated on: 2026-02-23
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| openclaw | openclaw | to 2026.2.14 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-345 | The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability affects OpenClaw, a personal AI assistant, where discovery beacons use unauthenticated TXT records containing routing and security information.
Before version 2026.2.14, some clients (iOS, macOS, Android) trusted these TXT records as authoritative for routing and TLS pinning, allowing an attacker on a shared or untrusted LAN to advertise a rogue service.
This could cause clients to connect to attacker-controlled endpoints and accept attacker certificates, potentially exposing sensitive Gateway credentials such as authentication tokens and passwords.
The issue is fixed in version 2026.2.14 by preferring resolved service endpoints over TXT hints, disallowing discovery-provided TLS fingerprints to override stored pins without explicit user confirmation, and enforcing stricter hostname verification.
How can this vulnerability impact me? :
If you are using affected versions of OpenClaw clients on iOS, macOS, or Android in a shared or untrusted LAN environment, an attacker could intercept your connection by advertising a rogue service.
This could lead to your Gateway credentials (authentication tokens or passwords) being exfiltrated, compromising your account and potentially allowing unauthorized access.
However, the practical impact is currently limited mainly to developers and testers using alpha or pre-release versions of the apps, as these clients are not broadly shipped.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, upgrade OpenClaw clients to version 2026.2.14 or later, where the issue is fixed.
This version changes clients to prefer resolved service endpoints (SRV + A/AAAA) over TXT-provided routing hints and prevents discovery-provided TLS fingerprints from overriding stored TLS pins.
Additionally, ensure that clients are not running on shared or untrusted LANs where rogue _openclaw-gw._tcp services could be advertised.