CVE-2026-71243
8.8
Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Exploitability: 2.8 / Impact: 5.9
Source: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c (Secondary)
Description
The backmeup npm package assembles shell command strings by directly concatenating its option values (name, source, destination, filter) - e.g. cmd = "mkdir -p " + path.join(info.destination, info.name) + "; " - and executes the resulting string through a shell via ssh2-exec (locally via child_process, or remotely via SSH when an ssh handle is supplied), rather than using execFile/spawn with an argument array.
References (1)
Source: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
Timeline
No history available yet.