Description
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.
Remediation
References
Related Vulnerabilities
WordPress Plugin WP Shop Multiple SQL Injection Vulnerabilities (3.4.3.15)
Atlassian Jira Authorization Bypass Through User-Controlled Key Vulnerability (CVE-2021-41305)
Liferay Portal Allocation of Resources Without Limits or Throttling Vulnerability (CVE-2024-26265)
WordPress Plugin Easy Custom Auto Excerpt Cross-Site Scripting (2.4.6)