GHSA-37j4-88rp-2f6h

Suggest an improvement
Source
https://github.com/advisories/GHSA-37j4-88rp-2f6h
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-37j4-88rp-2f6h/GHSA-37j4-88rp-2f6h.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-37j4-88rp-2f6h
Aliases
  • CVE-2026-43942
Published
2026-05-08T18:37:42Z
Modified
2026-05-08T18:46:31.768270Z
Severity
  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Electerm's full process.env exposed to renderer via window.pre.env
Details

Impact

The getConstants() IPC handler in src/app/lib/ipc-sync.js serialises the entire process.env object and sends it to the renderer. The data is stored as window.pre.env and is accessible from any JavaScript running in the renderer (e.g., via the DevTools console or a compromised webview context).

On developer and CI machines, process.env routinely contains secrets such as:

  • AWS_SECRET_ACCESS_KEY / AWS_SESSION_TOKEN
  • GITHUB_TOKEN / NPM_TOKEN
  • OPENAI_API_KEY / DOCKER_AUTH
  • Internal service credentials, API keys, and database URLs

An attacker who achieves any JavaScript execution within the renderer—for example, through a malicious plugin, a cross-site scripting (XSS) flaw, or the terminal hyperlink execution chain—can trivially exfiltrate these secrets to a remote server, leading to cloud account compromise, supply chain attacks, and lateral movement. The exposure is visible even without any code execution by simply opening the "Info" modal in the application, though that requires local access.

Patches

A patch is yet to be available.

Workarounds

Until a patch is released: - Avoid launching electerm with sensitive environment variables set. Use shell scripts or a dedicated terminal profile that clears secrets before starting the application. - Do not install plugins from untrusted sources, and audit any installed plugins for network access. - Keep the renderer context as locked down as possible: disable the remote debugging port, and do not paste untrusted code into the DevTools console.

Resources

Database specific
{
    "github_reviewed": true,
    "github_reviewed_at": "2026-05-08T18:37:42Z",
    "cwe_ids": [
        "CWE-200",
        "CWE-312"
    ],
    "severity": "MODERATE",
    "nvd_published_at": "2026-05-08T04:16:23Z"
}
References

Affected packages

npm / electerm

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
3.8.15

Database specific

source
"https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2026/05/GHSA-37j4-88rp-2f6h/GHSA-37j4-88rp-2f6h.json"