GHSA-5h2w-qmfp-ggp6
OpenClaw: Gateway `operator.write` can reach admin-only persisted `verboseLevel` via `chat.send` `/verbose`
상세
## Summary
The `chat.send` path let authorized write-scoped callers persist `/verbose` session overrides even though the same stored session mutation is admin-only through `sessions.patch`.
## Impact
A write-scoped gateway caller could persist verbose output for later runs and expose more reasoning or tool output than the operator intended.
## Affected Component
`src/auto-reply/reply/directive-handling.impl.ts, src/gateway/sessions-patch.ts`
## Fixed Versions
- Affected: `<= 2026.3.24` - Patched: `>= 2026.3.28` - Latest stable `2026.3.28` contains the fix.
## Fix
Fixed by commit `c603123528` (`fix(gateway): require admin for persisted verbose defaults`).
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
참고
- https://github.com/openclaw/openclaw/security/advisories/GHSA-5h2w-qmfp-ggp6 [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-41344 [ADVISORY]
- https://github.com/openclaw/openclaw/commit/c6031235288a8d3bdf2243bd974340d8c8045bc2 [WEB]
- https://github.com/openclaw/openclaw [PACKAGE]
- https://www.vulncheck.com/advisories/openclaw-privilege-escalation-via-chat-send-verbose-parameter [WEB]