mirror of
https://github.com/0xMarcio/cve.git
synced 2026-04-21 14:06:08 +02:00
798 B
798 B
CVE-2017-17790
Description
The lazy_initialize function in lib/resolv.rb in Ruby through 2.4.3 uses Kernel#open, which might allow Command Injection attacks, as demonstrated by a Resolv::Hosts::new argument beginning with a '|' character, a different vulnerability than CVE-2017-17405. NOTE: situations with untrusted input may be highly unlikely.