Skip to content

Commit d3a1d62

Browse files
1 parent a0993d7 commit d3a1d62

1 file changed

Lines changed: 85 additions & 0 deletions

File tree

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-g34w-4xqq-h79m",
4+
"modified": "2026-02-18T00:43:54Z",
5+
"published": "2026-02-18T00:43:54Z",
6+
"aliases": [
7+
"CVE-2026-26328"
8+
],
9+
"summary": "OpenClaw iMessage group allowlist authorization inherited DM pairing-store identities",
10+
"details": "## Summary\nUnder iMessage `groupPolicy=allowlist`, group authorization could be satisfied by sender identities coming from the DM pairing store, broadening DM trust into group contexts.\n\n## Details\nAffected component: `src/imessage/monitor/monitor-provider.ts`.\n\nVulnerable logic derived `effectiveGroupAllowFrom` using both the static group allowlist and DM pairing-store identities (`storeAllowFrom`). This allowed a sender approved via DM pairing to satisfy group authorization in groups even if the sender/chat was not explicitly present in `groupAllowFrom`.\n\nThis weakens boundary separation between DM pairing and group allowlist authorization.\n\n## Affected Packages / Versions\n- `openclaw` (npm): affected `<= 2026.2.13`\n- `clawdbot` (npm): affected `<= 2026.1.24-3`\n\n## Fix Commit(s)\n- `openclaw/openclaw@872079d42fe105ece2900a1dd6ab321b92da2d59`\n- `openclaw/openclaw@90d1e9cd71419168b2faa54a759b124a3eacfae7`\n\nThanks @vincentkoc for reporting.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "openclaw"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2026.2.14"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "npm",
40+
"name": "clawdbot"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "2026.2.14"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-g34w-4xqq-h79m"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/openclaw/openclaw/commit/872079d42fe105ece2900a1dd6ab321b92da2d59"
65+
},
66+
{
67+
"type": "PACKAGE",
68+
"url": "https://github.com/openclaw/openclaw"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/openclaw/openclaw/releases/tag/v2026.2.14"
73+
}
74+
],
75+
"database_specific": {
76+
"cwe_ids": [
77+
"CWE-284",
78+
"CWE-863"
79+
],
80+
"severity": "MODERATE",
81+
"github_reviewed": true,
82+
"github_reviewed_at": "2026-02-18T00:43:54Z",
83+
"nvd_published_at": null
84+
}
85+
}

0 commit comments

Comments
 (0)