Skip to content

Commit 5543d5c

Browse files
1 parent 74ccdec commit 5543d5c

1 file changed

Lines changed: 64 additions & 0 deletions

File tree

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-mc68-q9jw-2h3v",
4+
"modified": "2026-02-02T23:39:47Z",
5+
"published": "2026-02-02T23:39:47Z",
6+
"aliases": [
7+
"CVE-2026-24763"
8+
],
9+
"summary": "OpenClaw/Clawdbot Docker Execution has Authenticated Command Injection via PATH Environment Variable",
10+
"details": "### Summary\nA Command Injection vulnerability existed in Clawdbot’s Docker sandbox execution mechanism due to unsafe handling of the PATH environment variable when constructing shell commands.\n\nAn authenticated user able to control environment variables could influence command execution within the container context.\nThis issue has been fixed and regression tests have been added to prevent reintroduction.\n\n### Impact\nIn environments where Docker sandbox mode was enabled, authenticated users capable of supplying environment variables could affect the behavior of commands executed inside the container.\n\nThis could lead to:\n1. Execution of unintended commands inside the container\n2. Access to the container filesystem and environment variables\n3. Exposure of sensitive data\n4. Increased risk in misconfigured or privileged container environments",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "clawdbot"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2026.1.29"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 2026.1.24"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/clawdbot/clawdbot/security/advisories/GHSA-mc68-q9jw-2h3v"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-mc68-q9jw-2h3v"
49+
},
50+
{
51+
"type": "PACKAGE",
52+
"url": "https://github.com/openclaw/openclaw"
53+
}
54+
],
55+
"database_specific": {
56+
"cwe_ids": [
57+
"CWE-78"
58+
],
59+
"severity": "HIGH",
60+
"github_reviewed": true,
61+
"github_reviewed_at": "2026-02-02T23:39:47Z",
62+
"nvd_published_at": null
63+
}
64+
}

0 commit comments

Comments
 (0)