VYPR

backmeup

by Npm

npm: backmeup

CVEs (1)

  • CVE-2026-71243Aug 5, 2026
    risk 0.00cvss epss

    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…