geojson2kml@0.1.0 vulnerabilities

a module for converting a geojson file to a kml file

Direct Vulnerabilities

Known vulnerabilities in the geojson2kml 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
  • C
Command Injection

geojson2kml is a node.js module for converting geojson to kml

Affected versions of this package are vulnerable to Command Injection via the index.js file.

PoC:

var a =require("geojson2kml");
a("./","& touch JHU",function(){})

How to fix Command Injection?

There is no fixed version for geojson2kml.

*