Description
OpenClaw versions before 2026.5.28 Bot Framework contains an improper input validation vulnerability that allows lower-trust callers to expose bot tokens and credentials by failing to properly validate serviceUrl parameters. Attackers can supply malicious serviceUrl values through configured input paths to retrieve sensitive authentication data outside the trusted boundary.
Published: 2026-07-17
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

OpenClaw Bot Framework accepts a serviceUrl parameter without proper validation, allowing callers with lower trust levels to input arbitrary URLs. When a malicious value is supplied through configured input paths, the framework can reveal bot tokens and credentials that are intended to stay within the trusted environment. The exposure of these authentication materials enables an attacker to impersonate legitimate bots, gain unauthorized access to connected services, or potentially pivot to other systems.

Affected Systems

OpenClaw Bot Framework for Microsoft Teams, versions prior to 2026.5.28.

Risk and Exploitability

The CVSS score of 6 indicates a moderate risk. The EPSS score is below 1%, suggesting that exploitation is unlikely at this time, and the vulnerability is not listed in CISA’s KEV catalog. The attack vector requires an attacker to supply a crafted serviceUrl via a configured input path, which is only possible if the caller has lower trust permissions or can bypass the normal validation logic. Because the flaw lies in input validation (CWE‑522), an exploit would allow an attacker to retrieve sensitive authentication data beyond the intended boundary.

Generated by OpenCVE AI on July 31, 2026 at 00:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenClaw Bot Framework to version 2026.5.28 or later.
  • Restrict or whitelist allowed serviceUrl values to trusted domains only.
  • Implement server-side validation for serviceUrl inputs, ensuring they match expected URL patterns and fail-safe defaults.

Generated by OpenCVE AI on July 31, 2026 at 00:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Openclaw
Openclaw msteams
Vendors & Products Openclaw
Openclaw msteams

Fri, 17 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 17 Jul 2026 00:30:00 +0000

Type Values Removed Values Added
Description OpenClaw versions before 2026.5.28 Bot Framework contains an improper input validation vulnerability that allows lower-trust callers to expose bot tokens and credentials by failing to properly validate serviceUrl parameters. Attackers can supply malicious serviceUrl values through configured input paths to retrieve sensitive authentication data outside the trusted boundary.
Title OpenClaw < 2026.5.28 Bot Framework SSRF via serviceUrl Parameter Validation
Weaknesses CWE-522
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Openclaw Msteams
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-17T10:44:22.179Z

Reserved: 2026-07-13T16:39:44.419Z

Link: CVE-2026-62214

cve-icon Vulnrichment

Updated: 2026-07-17T10:44:16.758Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T01:00:14Z

Weaknesses
  • CWE-522

    Insufficiently Protected Credentials