Fixed
Created: Dec 29, 2017
Updated: Sep 8, 2018
Resolved Date: Jan 17, 2018
Found In Version: 7.0.0.27
Fix Version: 7.0.0.28
Severity: Standard
Applicable for: Wind River Linux 7
Component/s: Userspace
Ruby before 2.4.3 allows Net::FTP command injection. Net::FTP#get, getbinaryfile, gettextfile, put, putbinaryfile, and puttextfile use Kernel#open to open a local file. If the localfile argument starts with the | pipe character, the command following the pipe character is executed. The default value of localfile is File.basename(remotefile), so malicious FTP servers could cause arbitrary command execution.
https://nvd.nist.gov/vuln/detail/CVE-2017-17405