SCA: security update for magicmirror (GHSA-q4gh-4ffp-5cg8)

medium Tenable Self-Hosted Container Security Plugin ID 446055

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- MagicMirror² is an open source modular smart mirror platform. Prior to 2.37.0, when hideConfigSecrets is
enabled, the catch-all socket dispatcher in js/node_helper.js passes every inbound object payload through
replaceSecretPlaceholder in js/server_functions.js before invoking socketNotificationReceived. A client
connected to a loaded module namespace can submit a SECRET_API_KEY placeholder, causing the server to
replace it with the corresponding process environment value. The default weather helper accepts
INIT_WEATHER, copies the attacker-controlled instanceId, and returns it in WEATHER_ERROR, providing an
echo path for the expanded secret. This reverses the intended one-way redaction boundary and can disclose
API tokens, credentials, or service keys stored in SECRET_ variables. This issue is fixed in version
2.37.0. (CVE-2026-63640)

Solution

Update the magicmirror library and its related packages to version 2.37.0 or later.

See Also

https://github.com/advisories/GHSA-q4gh-4ffp-5cg8

Plugin Details

Severity: Medium

ID: 446055

Version: Revision 1.2

Type: Local

Family: SCA Checks

Published: 8/18/2026

Updated: 8/19/2026

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Low

Base Score: 3.3

Temporal Score: 2.4

Vector: CVSS2#AV:A/AC:L/Au:N/C:P/I:N/A:N

CVSS Score Source: CVE-2026-63640

CVSS v3

Risk Factor: Medium

Base Score: 4.3

Temporal Score: 3.8

Vector: CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 8/18/2026

Vulnerability Publication Date: 8/18/2026

Reference Information

CVE: CVE-2026-63640

cwe: CWE-200