Skip to content

Commit b8794d3

Browse files
1 parent 876b389 commit b8794d3

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

advisories/github-reviewed/2026/02/GHSA-4685-c5cp-vp95/GHSA-4685-c5cp-vp95.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4685-c5cp-vp95",
4-
"modified": "2026-02-19T22:06:00Z",
4+
"modified": "2026-02-27T21:54:41Z",
55
"published": "2026-02-19T22:06:00Z",
66
"aliases": [],
77
"summary": "OpenClaw safeBins stdin-only bypass via sort output and recursive grep flags",
8-
"details": "## Summary\n`tools.exec.safeBins` could be bypassed for filesystem access when `sort` output flags (`-o` / `--output`) or recursive `grep` flags were allowed through safe-bin execution paths.\n\n## Affected Packages / Versions\n- Package: `openclaw` (npm)\n- Affected versions: `<= 2026.2.17`\n- Patched versions: `>= 2026.2.19`\n- Latest published version at triage time: `2026.2.17`\n\n## Impact\nIn deployments that enabled `tools.exec.safeBins`, an attacker with access to command execution flows could turn intended stdin-only safe-bin usage into file writes (`sort -o`) or recursive file reads (`grep -R`).\n\n## Fix Commit(s)\n- `cfe8457a0f4aae5324daec261d3b0aad1461a4bc`\n\nThanks @nedlir for reporting.",
8+
"details": "## Summary\n`tools.exec.safeBins` could be bypassed for filesystem access when `sort` output flags (`-o` / `--output`) or recursive `grep` flags were allowed through safe-bin execution paths.\n\n## Affected Packages / Versions\n- Package: `openclaw` (npm)\n- Affected versions: `<= 2026.2.17`\n- Patched versions: `>= 2026.2.18`\n- Latest published version at triage time: `2026.2.17`\n\n## Impact\nIn deployments that enabled `tools.exec.safeBins`, an attacker with access to command execution flows could turn intended stdin-only safe-bin usage into file writes (`sort -o`) or recursive file reads (`grep -R`).\n\n## Fix Commit(s)\n- `cfe8457a0f067c89cb8f0a3684f619bc2b73d680`\n\nFound using [MCPwner](https://github.com/Pigyon/MCPwner)\n\nThanks @nedlir for reporting.",
99
"severity": [
1010
{
1111
"type": "CVSS_V3",

advisories/github-reviewed/2026/02/GHSA-5476-xc4j-rqcv/GHSA-5476-xc4j-rqcv.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-5476-xc4j-rqcv",
4-
"modified": "2026-02-25T18:35:23Z",
4+
"modified": "2026-02-27T21:53:39Z",
55
"published": "2026-02-25T18:35:23Z",
66
"aliases": [
77
"CVE-2026-27830"
@@ -40,13 +40,29 @@
4040
"type": "WEB",
4141
"url": "https://github.com/swaldman/c3p0/security/advisories/GHSA-5476-xc4j-rqcv"
4242
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27830"
46+
},
4347
{
4448
"type": "WEB",
4549
"url": "https://github.com/swaldman/c3p0/commit/e14cbd8166e423e2e9a9d6f08b2add3433492d6e"
4650
},
4751
{
4852
"type": "PACKAGE",
4953
"url": "https://github.com/swaldman/c3p0"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://mogwailabs.de/en/blog/2025/02/c3p0-you-little-rascal"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://www.mchange.com/projects/c3p0/#configuring_security"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://www.mchange.com/projects/c3p0/#security-note"
5066
}
5167
],
5268
"database_specific": {
@@ -57,6 +73,6 @@
5773
"severity": "HIGH",
5874
"github_reviewed": true,
5975
"github_reviewed_at": "2026-02-25T18:35:23Z",
60-
"nvd_published_at": null
76+
"nvd_published_at": "2026-02-26T01:16:24Z"
6177
}
6278
}

0 commit comments

Comments
 (0)