CyberRota Analysis
AI-GeneratedThe command injection vulnerability in the Maven Wrapper manager of Renovate prior to version 44.14.7 allows attackers to execute arbitrary commands by manipulating the distributionType parameter in maven-wrapper.properties. This could lead to remote code execution when Renovate processes updates in binarySource=docker mode. Organizations using Docker with affected Renovate versions should prioritize patching to mitigate the risk of exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Renovate before 44.14.7 contains a command injection vulnerability in the Maven Wrapper manager that allows attackers to execute arbitrary commands by specifying a malicious distributionType parameter in maven-wrapper.properties. Attackers can inject shell commands through unescaped distributionType values to achieve remote code execution when Renovate processes Maven Wrapper updates in binarySource=docker mode.