cve/2020/CVE-2020-28429.md
2024-08-30 20:52:42 +00:00

682 B

CVE-2020-28429

Description

All versions of package geojson2kml are vulnerable to Command Injection via the index.js file. PoC: var a =require("geojson2kml"); a("./","& touch JHU",function(){})

POC

Reference

Github