Skip to content

Commit 316af41

Browse files
1 parent 40b8d33 commit 316af41

3 files changed

Lines changed: 78 additions & 47 deletions

File tree

advisories/github-reviewed/2026/03/GHSA-p7gr-f84w-hqg5/GHSA-p7gr-f84w-hqg5.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-p7gr-f84w-hqg5",
4-
"modified": "2026-03-02T21:53:46Z",
4+
"modified": "2026-03-27T20:15:58Z",
55
"published": "2026-03-02T21:53:45Z",
6-
"aliases": [],
6+
"aliases": [
7+
"CVE-2026-32048"
8+
],
79
"summary": "OpenClaw's sandboxed sessions_spawn now enforces sandbox inheritance for cross-agent spawns",
810
"details": "### Summary\nA sandboxed session could use cross-agent `sessions_spawn` to create a child under an agent configured with `sandbox.mode=\"off\"`, downgrading runtime confinement.\n\n### Impact\nIn mixed-agent setups that allow cross-agent spawning, a sandboxed requester could escape into an unsandboxed child runtime.\n\n### Fix\nSpawn-time sandbox inheritance is now enforced: if the requester is sandboxed and the resolved child runtime would be unsandboxed, spawn is rejected.\n\n### Affected and Patched Versions\n- Affected: `<= 2026.2.26`\n- Patched: `2026.3.1`",
911
"severity": [
@@ -38,15 +40,24 @@
3840
"type": "WEB",
3941
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-p7gr-f84w-hqg5"
4042
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32048"
46+
},
4147
{
4248
"type": "PACKAGE",
4349
"url": "https://github.com/openclaw/openclaw"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://www.vulncheck.com/advisories/openclaw-sandbox-escape-via-cross-agent-sessions-spawn"
4454
}
4555
],
4656
"database_specific": {
4757
"cwe_ids": [
4858
"CWE-269",
49-
"CWE-284"
59+
"CWE-284",
60+
"CWE-732"
5061
],
5162
"severity": "MODERATE",
5263
"github_reviewed": true,
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-wr92-6w3g-2hwc",
4+
"modified": "2026-03-27T20:15:23Z",
5+
"published": "2026-03-21T03:31:13Z",
6+
"withdrawn": "2026-03-27T20:15:23Z",
7+
"aliases": [],
8+
"summary": "Duplicate Advisory: OpenClaw's sandboxed sessions_spawn now enforces sandbox inheritance for cross-agent spawns",
9+
"details": "## Duplicate Advisory\n\nThis advisory has been withdrawn because it is a duplicate of GHSA-p7gr-f84w-hqg5. This link is maintained to preserve external references.\n\n## Original Description\nOpenClaw versions prior to 2026.3.1 fail to enforce sandbox inheritance during cross-agent sessions_spawn operations, allowing sandboxed sessions to create child processes under unsandboxed agents. An attacker with a sandboxed session can exploit this to spawn child runtimes with sandbox.mode set to off, bypassing runtime confinement restrictions.",
10+
"severity": [
11+
{
12+
"type": "CVSS_V3",
13+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H"
14+
},
15+
{
16+
"type": "CVSS_V4",
17+
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
18+
}
19+
],
20+
"affected": [
21+
{
22+
"package": {
23+
"ecosystem": "npm",
24+
"name": "openclaw"
25+
},
26+
"ranges": [
27+
{
28+
"type": "ECOSYSTEM",
29+
"events": [
30+
{
31+
"introduced": "0"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "< 2026.3.1"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-p7gr-f84w-hqg5"
45+
},
46+
{
47+
"type": "ADVISORY",
48+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32048"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://www.vulncheck.com/advisories/openclaw-sandbox-escape-via-cross-agent-sessions-spawn"
53+
}
54+
],
55+
"database_specific": {
56+
"cwe_ids": [
57+
"CWE-732"
58+
],
59+
"severity": "HIGH",
60+
"github_reviewed": true,
61+
"github_reviewed_at": "2026-03-27T20:15:23Z",
62+
"nvd_published_at": "2026-03-21T01:17:07Z"
63+
}
64+
}

advisories/unreviewed/2026/03/GHSA-wr92-6w3g-2hwc/GHSA-wr92-6w3g-2hwc.json

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)