Skip to content

Commit a97e363

Browse files
1 parent 4c89262 commit a97e363

1 file changed

Lines changed: 75 additions & 0 deletions

File tree

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-mpm8-cx2p-626q",
4+
"modified": "2026-05-08T18:46:04Z",
5+
"published": "2026-05-08T18:46:04Z",
6+
"aliases": [
7+
"CVE-2026-43944"
8+
],
9+
"summary": "Electerm users can run dangrous code through link or command line",
10+
"details": "### Impact\n_Arbitrary local code execution via deep links, CLI `--opts`, or crafted shortcuts. Affected users: electerm installs that accept protocol URLs or CLI options (affected versions listed in the original report). Exploit requires clicking a crafted `electerm://...` link or opening a crafted shortcut/command that launches electerm with attacker-controlled `opts`._\n\n### Patches\nFixed in version > 3.8.8\n\nCommits:\n\n- https://github.com/electerm/electerm/commit/8a6a17951e96d715f5a231532bbd8303fe208700\n- https://github.com/electerm/electerm/commit/a79e06f4a1f0ac6376c3d2411ef4690fa0377742\n\n### Workarounds\n- Disable or unregister electerm protocol handlers (Deep Link settings) and avoid clicking `electerm://` links.\n- Do not run electerm with untrusted `--opts` arguments or open `.lnk` / `.desktop` files from untrusted sources.\n- Restrict which users can launch electerm on shared machines and avoid leaving electerm installed in locations reachable by other users.\n- As a temporary measure, run electerm in a confined account or sandbox (non-admin user) to reduce impact.\n\n### Resources\n- Report / credit: https://github.com/Curly-Haired-Baboon\n- Electerm releases: https://github.com/electerm/electerm/releases",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "electerm"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "3.0.6"
29+
},
30+
{
31+
"fixed": "3.8.15"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/electerm/electerm/security/advisories/GHSA-mpm8-cx2p-626q"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43944"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/electerm/electerm/commit/8a6a17951e96d715f5a231532bbd8303fe208700"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/electerm/electerm/commit/a79e06f4a1f0ac6376c3d2411ef4690fa0377742"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/electerm/electerm"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/electerm/electerm/releases/tag/v3.8.15"
62+
}
63+
],
64+
"database_specific": {
65+
"cwe_ids": [
66+
"CWE-20",
67+
"CWE-94",
68+
"CWE-829"
69+
],
70+
"severity": "CRITICAL",
71+
"github_reviewed": true,
72+
"github_reviewed_at": "2026-05-08T18:46:04Z",
73+
"nvd_published_at": "2026-05-08T04:16:24Z"
74+
}
75+
}

0 commit comments

Comments
 (0)