s3-kilatstorage@0.5.6 vulnerabilities

Direct Vulnerabilities

Known vulnerabilities in the s3-kilatstorage package. This does not include vulnerabilities belonging to this package’s dependencies.

Fix vulnerabilities automatically

Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

Fix for free
VulnerabilityVulnerable Version
  • H
Command Injection

s3-kilatstorage is a S3 client for NodeJs 8.X or greater. KilatStorageS3 uses a bash command to run s3cmd which has been configured and connected to the kilatstorage service. You can use this package for Amazon S3 service too.

Affected versions of this package are vulnerable to Command Injection.

PoC

var a = require("s3-kilatstorage");
a.makeBucket("&  touch JHU #");

How to fix Command Injection?

There is no fixed version for s3-kilatstorage.

*