Google Chat allowlisting supports matching by sender email in addition to immutable sender resource name (users/<id>). This weakens identity binding if a deployment assumes allowlists are strictly keyed by immutable principals.
(As of 2026-02-14; based on latest published npm versions)
openclaw (npm): <= 2026.2.13clawdbot (npm): <= 2026.1.24-3Affected component:
extensions/googlechat/src/monitor.tsThe allowFrom checks accept:
users/<id>)alice@example.com) for usabilityHistorically, users/<email> was also treated as an email allowlist entry. This is now deprecated because it looks like an immutable ID but is actually a mutable principal.
Severity: Low
Rationale:
users/<id>.We still treat it as a valid defense-in-depth report because accepting mutable principals in authorization decisions can increase risk in chained-failure scenarios.
Goal: preserve usability while reducing footguns.
users/<email> is deprecated and treated as a user id, not as an email allowlist.users/<id> when strict immutable binding is required.c8424bf29a921e25663b29f308640b3d91a49432 (PR #16243)Thanks @vincentkoc for reporting.
{
"cwe_ids": [
"CWE-290",
"CWE-863"
],
"github_reviewed": true,
"github_reviewed_at": "2026-02-17T22:56:39Z",
"nvd_published_at": null,
"severity": "LOW"
}