HIGH

CVE-2026-71243

2026-08-05 CVSS v3.1
CVSS
8.8

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.

Weakness (CWE)

CWE-78 OS Command Injection

EPSS Score

0.29%
Probability of exploitation in next 30 days
21.6th percentile

References

View on dbcve.org
Base CVE data derived from NVD (public domain). Enrichment by dbcve.org (CC-BY-4.0). Fetched via API.
Back to CVE