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.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
History
21 Nov 2024, 03:17
Type | Values Removed | Values Added |
---|---|---|
References | () http://www.securityfocus.com/bid/102204 - Third Party Advisory, VDB Entry | |
References | () http://www.securitytracker.com/id/1042004 - Third Party Advisory, VDB Entry | |
References | () https://access.redhat.com/errata/RHSA-2018:0378 - Third Party Advisory | |
References | () https://access.redhat.com/errata/RHSA-2018:0583 - Third Party Advisory | |
References | () https://access.redhat.com/errata/RHSA-2018:0584 - Third Party Advisory | |
References | () https://access.redhat.com/errata/RHSA-2018:0585 - Third Party Advisory | |
References | () https://access.redhat.com/errata/RHSA-2019:2806 - | |
References | () https://lists.debian.org/debian-lts-announce/2017/12/msg00024.html - Mailing List, Third Party Advisory | |
References | () https://lists.debian.org/debian-lts-announce/2017/12/msg00025.html - Mailing List, Third Party Advisory | |
References | () https://lists.debian.org/debian-lts-announce/2018/07/msg00012.html - Mailing List, Third Party Advisory | |
References | () https://www.debian.org/security/2018/dsa-4259 - Third Party Advisory | |
References | () https://www.exploit-db.com/exploits/43381/ - Exploit, Third Party Advisory, VDB Entry | |
References | () https://www.ruby-lang.org/en/news/2017/12/14/net-ftp-command-injection-cve-2017-17405/ - Vendor Advisory | |
References | () https://www.ruby-lang.org/en/news/2017/12/14/ruby-2-4-3-released/ - Patch, Release Notes, Vendor Advisory |
Information
Published : 2017-12-15 09:29
Updated : 2024-11-21 03:17
NVD link : CVE-2017-17405
Mitre link : CVE-2017-17405
CVE.ORG link : CVE-2017-17405
JSON object : View
Products Affected
redhat
- enterprise_linux_server
- enterprise_linux_server_eus
- enterprise_linux_desktop
- enterprise_linux_server_aus
- enterprise_linux_server_tus
- enterprise_linux_workstation
ruby-lang
- ruby
debian
- debian_linux
CWE
CWE-78
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')