GHSA-f77v-9vpc-6pjm: Path Traversal

Published May 8, 2026
·
Updated

Impact The runWidget function in src/app/widgets/load-widget.js constructs a file path by directly concatenating user‑supplied widget identifiers without any sanitisation:

javascript const file = widget-${widgetId}.js const widget = require(path.join(dirname, file))

Because runWidget is exposed to the renderer process via an asynchronous IPC handler with no input validation, an attacker who achieves JavaScript execution inside the renderer (for example, through a malicious plugin or a cross‑site scripting flaw in the built‑in webview) can abuse a path traversal (../) to load and execute an arbitrary JavaScript file anywhere on the victim’s filesystem. This gives the attacker local code execution with the full privileges of the electerm process, leading to complete system compromise.

Patches

Fixed in version >= 3.7.16

Workarounds Until a patch is released: - Do not install or run untrusted plugins. - Avoid loading arbitrary web content inside electerm’s embedded webview (for example, disable any features that fetch and display remote HTML). - Run electerm in a sandboxed environment (e.g., with bubblewrap on Linux, AppArmor/SELinux profiles, or Windows sandboxed app execution) to limit the impact of any code execution.

Resources - electerm GitHub Repository - electerm Security Policy - Vulnerability details originally reported by external researcher (PoC confirmed on v3.7.9, Win10).

Affected Software

1 affected componentFixes available
npm/electerm<3.7.16
3.7.16

Event History

May 8, 2026
Advisory Published
via GitHub·06:34 PM
Data Sourced
via GitHub·06:34 PM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of GHSA-f77v-9vpc-6pjm?

GHSA-f77v-9vpc-6pjm is of medium severity due to potential file inclusion vulnerabilities.

2

How do I fix GHSA-f77v-9vpc-6pjm?

To fix GHSA-f77v-9vpc-6pjm, upgrade to version 3.7.17 or later of the electerm package.

3

What software is affected by GHSA-f77v-9vpc-6pjm?

GHSA-f77v-9vpc-6pjm affects the electerm package versions up to and including 3.7.16.

4

What is the nature of the flaw in GHSA-f77v-9vpc-6pjm?

The flaw in GHSA-f77v-9vpc-6pjm arises from unsanitized concatenation of user-supplied input to construct file paths.

5

When was GHSA-f77v-9vpc-6pjm disclosed?

GHSA-f77v-9vpc-6pjm was publicly disclosed on March 15, 2026.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203