๐Ÿ” CVE Alert

CVE-2026-71243

HIGH 8.8

backmeup (npm): OS Command Injection via Backup Option Values

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

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. The only processing applied is path.normalize()/path.join(), which do not neutralize shell metacharacters (;, |, &, $(), backticks, newline). Any application that passes attacker-influenced values into these options (e.g. a user-chosen backup name) is vulnerable to arbitrary OS command execution on the backup host, or on the remote SSH target when one is configured.

CWE CWE-78
Vendor adaltas
Product backmeup
Published Aug 5, 2026
Last Updated Aug 5, 2026
Stay Ahead of the Next One

Get instant alerts for adaltas backmeup

Be the first to know when new high vulnerabilities affecting adaltas backmeup are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

adaltas / backmeup
0 โ‰ค 0.0.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/adaltas/node-backmeup

Credits

Timur Juraev