Skip to content

Commit efde66a

Browse files
1 parent 1b64ba3 commit efde66a

1 file changed

Lines changed: 37 additions & 4 deletions

File tree

advisories/unreviewed/2026/02/GHSA-7977-c43c-xpwj/GHSA-7977-c43c-xpwj.json renamed to advisories/github-reviewed/2026/02/GHSA-7977-c43c-xpwj/GHSA-7977-c43c-xpwj.json

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-7977-c43c-xpwj",
4-
"modified": "2026-02-27T06:31:28Z",
4+
"modified": "2026-02-28T02:17:24Z",
55
"published": "2026-02-27T06:31:28Z",
66
"aliases": [
77
"CVE-2026-28363"
88
],
9+
"summary": "OpenClaw is vulnerable to validation bypass through GNU long-option abbreviations in allowlist mode",
910
"details": "In OpenClaw before 2026.2.23, tools.exec.safeBins validation for sort could be bypassed via GNU long-option abbreviations (such as --compress-prog) in allowlist mode, leading to approval-free execution paths that were intended to require approval. Only an exact string such as --compress-program was denied.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
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.23"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "WEB",
@@ -22,15 +43,27 @@
2243
{
2344
"type": "ADVISORY",
2445
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28363"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/openclaw/openclaw/commit/3b8e33037ae2e12af7beb56fcf0346f1f8cbde6f"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/openclaw/openclaw"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/openclaw/openclaw/releases/tag/v2026.2.23"
2558
}
2659
],
2760
"database_specific": {
2861
"cwe_ids": [
2962
"CWE-184"
3063
],
3164
"severity": "CRITICAL",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2026-02-28T02:17:24Z",
3467
"nvd_published_at": "2026-02-27T04:16:03Z"
3568
}
3669
}

0 commit comments

Comments
 (0)