skoranga/node-dns-sync

skoranga/node-dns-sync

Releases1
Frequency
Last Release
Stars7
Sync version of DNS lookup. Useful for server startup activities.

CVE History

CVEPublishedCVSS v3CVSS v2
8.6 HIGH7.5 HIGH

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.

10 HIGH

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

10 HIGH

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.