Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Timur Juraev

#31389of 56,330
8.8Total CVSS
Vulnerabilities · 1
PT-2026-68109
8.8
2026-08-05
Npm · Backmeup · CVE-2026-71243
**Name of the Vulnerable Software and Affected Versions** backmeup (affected versions not specified) **Description** The backmeup npm package is susceptible to OS command injection because it constructs shell command strings by directly concatenating option values instead of using an argument array with `execFile` or `spawn`. The package uses `path.normalize()` and `path.join()`, which fail to neutralize shell metacharacters such as `;`, `|`, `&`, `$()`, backticks, and newlines. When an application passes attacker-controlled values into the `name`, `source`, `destination`, or `filter` variables, it allows for arbitrary OS command execution on the backup host or a remote SSH target if configured. **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.