In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade dar-backup to version 0.8.2 or higher.
dar-backup is an A script to do full, differential and incremental backups using dar. Some files are restored from the backups during verification, after which par2 redundancy files are created. The script also has a cleanup feature to remove old backups and par2 files.
Affected versions of this package are vulnerable to Command Injection due to insufficient sanitization of command arguments in the CommandRunner.run() method. An attacker can execute arbitrary commands by injecting shell metacharacters (such as ;, &, |, etc.) in arguments that bypass the sanitize_cmd(cmd) checks.