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.

How to fix?

Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

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.

*