Skip to content

Commit a866a54

Browse files
1 parent 4bbe1ac commit a866a54

2 files changed

Lines changed: 45 additions & 6 deletions

File tree

advisories/github-reviewed/2026/03/GHSA-36h3-7c54-j27r/GHSA-36h3-7c54-j27r.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-36h3-7c54-j27r",
4-
"modified": "2026-03-02T22:18:07Z",
4+
"modified": "2026-03-27T20:43:35Z",
55
"published": "2026-03-02T22:18:07Z",
6-
"aliases": [],
6+
"aliases": [
7+
"CVE-2026-32054"
8+
],
79
"summary": "OpenClaw has browser trace/download path symlink escape in temp output handling",
810
"details": "### Summary\nBrowser trace/download output path handling allowed symlink-root and symlink-parent escapes from the managed temp root.\n\n### Affected Packages / Versions\n- Package: `openclaw` (npm)\n- Latest published npm version: `2026.2.24`\n- Affected versions: `<= 2026.2.24`\n- Planned patched release: `2026.2.25`\n\n### Impact\nAn attacker with relevant local foothold and ability to influence output paths could route writes outside the intended temp root via symlink traversal, leading to arbitrary file overwrite.\n\n### Fix Commit(s)\n- `496a76c03ba85e15ea715e5a583e498ae04d36e3`\n\n### Release Process Note\n`patched_versions` is pre-set to the release (`2026.2.25`) so once npm `2026.2.25` is published, the advisory is published.\n\nOpenClaw thanks @tdjackey for reporting.",
911
"severity": [
@@ -38,13 +40,21 @@
3840
"type": "WEB",
3941
"url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-36h3-7c54-j27r"
4042
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32054"
46+
},
4147
{
4248
"type": "WEB",
4349
"url": "https://github.com/openclaw/openclaw/commit/496a76c03ba85e15ea715e5a583e498ae04d36e3"
4450
},
4551
{
4652
"type": "PACKAGE",
4753
"url": "https://github.com/openclaw/openclaw"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://www.vulncheck.com/advisories/openclaw-symlink-traversal-in-browser-trace-download-path-handling"
4858
}
4959
],
5060
"database_specific": {

advisories/unreviewed/2026/03/GHSA-3x3v-w654-m28m/GHSA-3x3v-w654-m28m.json renamed to advisories/github-reviewed/2026/03/GHSA-3x3v-w654-m28m/GHSA-3x3v-w654-m28m.json

Lines changed: 33 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-3x3v-w654-m28m",
4-
"modified": "2026-03-24T06:31:13Z",
4+
"modified": "2026-03-27T20:45:48Z",
55
"published": "2026-03-24T06:31:13Z",
66
"aliases": [
77
"CVE-2026-3260"
88
],
9+
"summary": "Undertow: Denial of Service via Multipart/Form-Data Parsing on HTTP GET Requests",
910
"details": "A flaw was found in Undertow. A remote attacker could exploit this vulnerability by sending an HTTP GET request containing multipart/form-data content. If the underlying application processes parameters using methods like `getParameterMap()`, the server prematurely parses and stores this content to disk. This could lead to resource exhaustion, potentially resulting in a Denial of Service (DoS).",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "io.undertow:undertow-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.4.0.Beta1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -26,15 +47,23 @@
2647
{
2748
"type": "WEB",
2849
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443010"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/undertow-io/undertow"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/undertow-io/undertow/releases/tag/2.4.0.Beta1"
2958
}
3059
],
3160
"database_specific": {
3261
"cwe_ids": [
3362
"CWE-770"
3463
],
3564
"severity": "MODERATE",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2026-03-27T20:45:48Z",
3867
"nvd_published_at": "2026-03-24T05:16:24Z"
3968
}
4069
}

0 commit comments

Comments
 (0)