Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.
2.5

OpenClaw: Local credentials may be used when they shouldn't be

GHSA-qvr7-g57c-mrc7
Summary

Local authentication credentials may be used when they're not supposed to be, potentially allowing unauthorized access. This issue affects OpenClaw versions up to 2026.3.8. To fix, update to version 2026.3.11 or later.

What to do
  • Update openclaw to version 2026.3.11.
Affected software
VendorProductAffected versionsFix available
– openclaw <= 2026.3.11 2026.3.11
Original title
OpenClaw: Unavailable local auth SecretRefs could fall through to remote credentials in local mode
Original description
## Summary
In affected versions of `openclaw`, local gateway helper credential resolution treated configured but unavailable `gateway.auth.token` and `gateway.auth.password` SecretRefs as if they were unset and could fall back to `gateway.remote.*` credentials in local mode.

## Impact
This could cause local CLI and helper paths to select the wrong credential source instead of failing closed for configured local auth SecretRefs. We did not confirm a server-side gateway-authentication boundary bypass for this issue.

## Affected Packages and Versions
- Package: `openclaw` (npm)
- Affected versions: `<= 2026.3.8`
- Fixed in: `2026.3.11`

## Technical Details
The local-mode fallback logic decided whether remote credential fallback was allowed based on resolved credential values rather than on whether the local auth input was actually configured. A configured-but-unavailable local SecretRef therefore looked "absent" to the helper layer.

## Fix
OpenClaw now tracks whether the local auth input is configured separately from whether it resolves successfully. In local mode, remote fallback is allowed only when the matching local auth input is truly unset. The fix shipped in `[email protected]`.

## Workarounds
Upgrade to `2026.3.11` or later.
ghsa CVSS3.1 2.5
Vulnerability type
CWE-636
Published: 13 Mar 2026 · Updated: 14 Mar 2026 · First seen: 13 Mar 2026