VYPR

npm package

dns-sync

pkg:npm/dns-sync

Vulnerabilities (3)

  • CVE-2020-11079May 28, 2020
    affected >= 0.1.3, < 0.2.1fixed 0.2.1

    node-dns-sync (npm module dns-sync) through 0.2.0 allows execution of arbitrary commands . This issue may lead to remote code execution if a client of the library calls the vulnerable method with untrusted input. This has been fixed in 0.2.1.

  • CVE-2017-16100Jun 7, 2018
    affected < 0.1.1fixed 0.1.1

    dns-sync is a sync/blocking dns resolver. If untrusted user input is allowed into the resolve() method then command injection is possible.

  • CVE-2014-9682Feb 28, 2015
    affected < 0.1.1fixed 0.1.1

    The dns-sync module before 0.1.1 for node.js allows context-dependent attackers to execute arbitrary commands via shell metacharacters in the first argument to the resolve API function.