Skip to content

File tree

11 files changed

+168
-26
lines changed

11 files changed

+168
-26
lines changed

advisories/github-reviewed/2026/02/GHSA-3hcm-ggvf-rch5/GHSA-3hcm-ggvf-rch5.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-3hcm-ggvf-rch5",
4-
"modified": "2026-03-05T21:50:40Z",
4+
"modified": "2026-03-06T01:02:32Z",
55
"published": "2026-02-17T16:46:12Z",
66
"aliases": [
77
"CVE-2026-28470"
88
],
99
"summary": "OpenClaw has an exec allowlist bypass via command substitution/backticks inside double quotes",
1010
"details": "### Summary\n\nExec approvals allowlist bypass via command substitution/backticks inside double quotes.\n\n### Affected Packages / Versions\n\n- Package: `openclaw` (npm)\n- Affected: `<= 2026.2.1`\n- Fixed: `>= 2026.2.2`\n\n### Impact\n\nOnly affects setups that explicitly enable the optional exec approvals allowlist feature. Default installs are unaffected.\n\n### Fix\n\nReject unescaped `$()` and backticks inside double quotes during allowlist analysis.\n\n### Fix Commit(s)\n\n- d1ecb46076145deb188abcba8f0699709ea17198\n\nThanks @simecek for reporting.",
1111
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
15+
},
1216
{
1317
"type": "CVSS_V4",
1418
"score": "CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N"
@@ -40,6 +44,10 @@
4044
"type": "WEB",
4145
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-3hcm-ggvf-rch5"
4246
},
47+
{
48+
"type": "ADVISORY",
49+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28470"
50+
},
4351
{
4452
"type": "WEB",
4553
"url": "https://github.com/openclaw/openclaw/commit/d1ecb46076145deb188abcba8f0699709ea17198"
@@ -51,15 +59,20 @@
5159
{
5260
"type": "WEB",
5361
"url": "https://github.com/openclaw/openclaw/releases/tag/v2026.2.2"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://www.vulncheck.com/advisories/openclaw-exec-allowlist-bypass-via-command-substitution-in-double-quotes"
5466
}
5567
],
5668
"database_specific": {
5769
"cwe_ids": [
58-
"CWE-78"
70+
"CWE-78",
71+
"CWE-88"
5972
],
6073
"severity": "HIGH",
6174
"github_reviewed": true,
6275
"github_reviewed_at": "2026-02-17T16:46:12Z",
63-
"nvd_published_at": null
76+
"nvd_published_at": "2026-03-05T22:16:20Z"
6477
}
6578
}

advisories/github-reviewed/2026/02/GHSA-5xfq-5mr7-426q/GHSA-5xfq-5mr7-426q.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-5xfq-5mr7-426q",
4-
"modified": "2026-03-05T21:55:03Z",
4+
"modified": "2026-03-06T01:04:31Z",
55
"published": "2026-02-18T00:57:30Z",
66
"aliases": [
77
"CVE-2026-28482"
@@ -12,6 +12,10 @@
1212
{
1313
"type": "CVSS_V3",
1414
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N"
1519
}
1620
],
1721
"affected": [
@@ -40,26 +44,38 @@
4044
"type": "WEB",
4145
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-5xfq-5mr7-426q"
4246
},
47+
{
48+
"type": "ADVISORY",
49+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28482"
50+
},
4351
{
4452
"type": "WEB",
4553
"url": "https://github.com/openclaw/openclaw/commit/4199f9889f0c307b77096a229b9e085b8d856c26"
4654
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/openclaw/openclaw/commit/cab0abf52ac91e12ea7a0cf04fff315cf0c94d64"
58+
},
4759
{
4860
"type": "PACKAGE",
4961
"url": "https://github.com/openclaw/openclaw"
5062
},
5163
{
5264
"type": "WEB",
5365
"url": "https://github.com/openclaw/openclaw/releases/tag/v2026.2.12"
66+
},
67+
{
68+
"type": "WEB",
69+
"url": "https://www.vulncheck.com/advisories/openclaw-path-traversal-via-unsanitized-sessionid-and-sessionfile-parameters"
5470
}
5571
],
5672
"database_specific": {
5773
"cwe_ids": [
5874
"CWE-22"
5975
],
60-
"severity": "MODERATE",
76+
"severity": "HIGH",
6177
"github_reviewed": true,
6278
"github_reviewed_at": "2026-02-18T00:57:30Z",
63-
"nvd_published_at": null
79+
"nvd_published_at": "2026-03-05T22:16:23Z"
6480
}
6581
}

advisories/github-reviewed/2026/02/GHSA-c37p-4qqg-3p76/GHSA-c37p-4qqg-3p76.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-c37p-4qqg-3p76",
4-
"modified": "2026-03-05T21:59:26Z",
4+
"modified": "2026-03-06T01:03:39Z",
55
"published": "2026-02-18T00:54:48Z",
66
"aliases": [
77
"CVE-2026-29606"
@@ -12,6 +12,10 @@
1212
{
1313
"type": "CVSS_V3",
1414
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N"
1519
}
1620
],
1721
"affected": [
@@ -40,6 +44,10 @@
4044
"type": "WEB",
4145
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-c37p-4qqg-3p76"
4246
},
47+
{
48+
"type": "ADVISORY",
49+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29606"
50+
},
4351
{
4452
"type": "WEB",
4553
"url": "https://github.com/openclaw/openclaw/commit/ff11d8793b90c52f8d84dae3fbb99307da51b5c9"
@@ -51,6 +59,10 @@
5159
{
5260
"type": "WEB",
5361
"url": "https://github.com/openclaw/openclaw/releases/tag/v2026.2.14"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://www.vulncheck.com/advisories/openclaw-webhook-signature-verification-bypass-via-ngrok-loopback-compatibility"
5466
}
5567
],
5668
"database_specific": {
@@ -60,6 +72,6 @@
6072
"severity": "MODERATE",
6173
"github_reviewed": true,
6274
"github_reviewed_at": "2026-02-18T00:54:48Z",
63-
"nvd_published_at": null
75+
"nvd_published_at": "2026-03-05T22:16:23Z"
6476
}
6577
}

advisories/github-reviewed/2026/02/GHSA-jqpq-mgvm-f9r6/GHSA-jqpq-mgvm-f9r6.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-jqpq-mgvm-f9r6",
4-
"modified": "2026-03-05T22:00:12Z",
4+
"modified": "2026-03-06T01:04:18Z",
55
"published": "2026-02-18T00:55:50Z",
66
"aliases": [
77
"CVE-2026-29610"
@@ -12,6 +12,10 @@
1212
{
1313
"type": "CVSS_V3",
1414
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
1519
}
1620
],
1721
"affected": [
@@ -40,6 +44,10 @@
4044
"type": "WEB",
4145
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-jqpq-mgvm-f9r6"
4246
},
47+
{
48+
"type": "ADVISORY",
49+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29610"
50+
},
4351
{
4452
"type": "WEB",
4553
"url": "https://github.com/openclaw/openclaw/commit/013e8f6b3be3333a229a066eef26a45fec47ffcc"
@@ -51,6 +59,10 @@
5159
{
5260
"type": "WEB",
5361
"url": "https://github.com/openclaw/openclaw/releases/tag/v2026.2.14"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://www.vulncheck.com/advisories/openclaw-command-hijacking-via-unsafe-path-handling"
5466
}
5567
],
5668
"database_specific": {
@@ -62,6 +74,6 @@
6274
"severity": "HIGH",
6375
"github_reviewed": true,
6476
"github_reviewed_at": "2026-02-18T00:55:50Z",
65-
"nvd_published_at": null
77+
"nvd_published_at": "2026-03-05T22:16:24Z"
6678
}
6779
}

advisories/github-reviewed/2026/02/GHSA-mj5r-hh7j-4gxf/GHSA-mj5r-hh7j-4gxf.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mj5r-hh7j-4gxf",
4-
"modified": "2026-03-05T21:54:21Z",
4+
"modified": "2026-03-06T01:03:30Z",
55
"published": "2026-02-18T00:54:32Z",
66
"aliases": [
77
"CVE-2026-28480"
@@ -12,6 +12,10 @@
1212
{
1313
"type": "CVSS_V3",
1414
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:N"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N"
1519
}
1620
],
1721
"affected": [
@@ -59,6 +63,10 @@
5963
"type": "WEB",
6064
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-mj5r-hh7j-4gxf"
6165
},
66+
{
67+
"type": "ADVISORY",
68+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28480"
69+
},
6270
{
6371
"type": "WEB",
6472
"url": "https://github.com/openclaw/openclaw/commit/9e147f00b48e63e7be6964e0e2a97f2980854128"
@@ -74,6 +82,10 @@
7482
{
7583
"type": "WEB",
7684
"url": "https://github.com/openclaw/openclaw/releases/tag/v2026.2.14"
85+
},
86+
{
87+
"type": "WEB",
88+
"url": "https://www.vulncheck.com/advisories/openclaw-identity-spoofing-via-mutable-username-in-telegram-allowlist-authorization"
7789
}
7890
],
7991
"database_specific": {
@@ -84,6 +96,6 @@
8496
"severity": "MODERATE",
8597
"github_reviewed": true,
8698
"github_reviewed_at": "2026-02-18T00:54:32Z",
87-
"nvd_published_at": null
99+
"nvd_published_at": "2026-03-05T22:16:22Z"
88100
}
89101
}

advisories/github-reviewed/2026/02/GHSA-mqpw-46fh-299h/GHSA-mqpw-46fh-299h.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mqpw-46fh-299h",
4-
"modified": "2026-03-05T21:51:41Z",
4+
"modified": "2026-03-06T01:02:19Z",
55
"published": "2026-02-17T21:39:11Z",
66
"aliases": [
77
"CVE-2026-28473"
@@ -12,6 +12,10 @@
1212
{
1313
"type": "CVSS_V3",
1414
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
15+
},
16+
{
17+
"type": "CVSS_V4",
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N"
1519
}
1620
],
1721
"affected": [
@@ -40,9 +44,21 @@
4044
"type": "WEB",
4145
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-mqpw-46fh-299h"
4246
},
47+
{
48+
"type": "ADVISORY",
49+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28473"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/openclaw/openclaw/commit/efe2a464afcff55bb5a95b959e6bd9ec0fef086e"
54+
},
4355
{
4456
"type": "PACKAGE",
4557
"url": "https://github.com/openclaw/openclaw"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://www.vulncheck.com/advisories/openclaw-authorization-bypass-via-approve-chat-command"
4662
}
4763
],
4864
"database_specific": {
@@ -53,6 +69,6 @@
5369
"severity": "HIGH",
5470
"github_reviewed": true,
5571
"github_reviewed_at": "2026-02-17T21:39:11Z",
56-
"nvd_published_at": null
72+
"nvd_published_at": "2026-03-05T22:16:21Z"
5773
}
5874
}

advisories/github-reviewed/2026/02/GHSA-mr32-vwc2-5j6h/GHSA-mr32-vwc2-5j6h.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mr32-vwc2-5j6h",
4-
"modified": "2026-03-05T21:47:06Z",
4+
"modified": "2026-03-06T01:02:27Z",
55
"published": "2026-02-17T16:45:47Z",
66
"aliases": [
77
"CVE-2026-28458"
88
],
99
"summary": "OpenClaw's Browser Relay /cdp websocket is missing auth which could allow cross-tab cookie access",
1010
"details": "### Summary\nIn affected versions, the Browser Relay `/cdp` WebSocket endpoint did not require an authentication token. As a result, a website running in the browser could potentially connect to the local relay (via loopback WebSocket) and use CDP to access cookies from other open tabs and run JavaScript in the context of other tabs.\n\n### Affected Packages / Versions\n- npm: `openclaw` `>= 2026.1.20, < 2026.2.1`\n- npm: `moltbot` `<= 0.1.0`\n\n### Details\nThe Chrome extension Browser Relay service exposes a local WebSocket endpoint at `ws://127.0.0.1:18792/cdp` (default port) for forwarding Chrome DevTools Protocol (CDP) messages.\n\nIn affected versions, the `/cdp` upgrade path verified the TCP peer was loopback but did not require a shared secret and did not block browser-initiated cross-origin requests.\n\n### Impact\n- Potential disclosure of sensitive information (for example, session cookies from other open tabs)\n- Potential JavaScript execution in the context of other open tabs\n\nUsers must have the Browser Relay extension installed and active, and must visit an untrusted site.\n\n### Fix\n`openclaw` now requires a per-instance shared secret header for Browser Relay access:\n- HTTP header: `x-openclaw-relay-token`\n\nIt also rejects `/cdp` WebSocket upgrades when the Origin header is present but is not `chrome-extension://...`, and refuses `/cdp` connections unless the extension is connected.\n\n### Fix Commit(s)\n- `a1e89afcc19efd641c02b24d66d689f181ae2b5c`\n\n### Releases\n- `openclaw@2026.2.1` includes the fix.\n- Latest published `openclaw` at time of writing: `2026.2.13`.\n\n### Mitigation\n- Update to `openclaw@>= 2026.2.1`.\n- If you cannot update immediately, disable the Browser Relay extension / relay server and avoid visiting untrusted sites.\n\nThanks @johnatzeropath, @LeftenantZero, and @yueyueL for reporting.",
1111
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
15+
},
1216
{
1317
"type": "CVSS_V4",
1418
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N"
@@ -59,6 +63,10 @@
5963
"type": "WEB",
6064
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-mr32-vwc2-5j6h"
6165
},
66+
{
67+
"type": "ADVISORY",
68+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28458"
69+
},
6270
{
6371
"type": "WEB",
6472
"url": "https://github.com/openclaw/openclaw/commit/a1e89afcc19efd641c02b24d66d689f181ae2b5c"
@@ -70,6 +78,10 @@
7078
{
7179
"type": "WEB",
7280
"url": "https://github.com/openclaw/openclaw/releases/tag/v2026.2.1"
81+
},
82+
{
83+
"type": "WEB",
84+
"url": "https://www.vulncheck.com/advisories/openclaw-missing-authentication-in-browser-relay-cdp-websocket-endpoint"
7385
}
7486
],
7587
"database_specific": {
@@ -79,6 +91,6 @@
7991
"severity": "HIGH",
8092
"github_reviewed": true,
8193
"github_reviewed_at": "2026-02-17T16:45:47Z",
82-
"nvd_published_at": null
94+
"nvd_published_at": "2026-03-05T22:16:18Z"
8395
}
8496
}

0 commit comments

Comments
 (0)