CVE-2025-52483: CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') in JuliaRegistries Registrator.jl
Registrator is a GitHub app that automates creation of registration pull requests for julia packages to the General registry. Prior to version 1.9.5, if the clone URL returned by GitHub is malicious (or can be injected using upstream vulnerabilities) a shell script injection can occur within the `withpasswd` function. Alternatively, an argument injection is possible in the `gettreesha `function. either of these can then lead to a potential RCE. Users should upgrade immediately to v1.9.5 to receive a fix. All prior versions are vulnerable. No known workarounds are available.
AI Analysis
Technical Summary
CVE-2025-52483 is a high-severity command injection vulnerability affecting Registrator.jl, a GitHub application used to automate the creation of registration pull requests for Julia packages in the General registry. The vulnerability exists in versions prior to 1.9.5. It arises from improper neutralization of special elements in shell commands (CWE-77), specifically within the `withpasswd` and `gettreesha` functions. If the clone URL returned by GitHub is maliciously crafted or can be manipulated via upstream vulnerabilities, it can lead to shell script injection or argument injection. This injection allows an attacker to execute arbitrary commands on the host system, resulting in potential remote code execution (RCE) without requiring authentication or user interaction. The vulnerability is exploitable remotely over the network with low attack complexity and no privileges required. The scope is high as it affects all users of Registrator.jl versions before 1.9.5. No known workarounds exist, and the only remediation is upgrading to version 1.9.5 or later. Although no known exploits are currently observed in the wild, the high CVSS 8.1 score reflects the critical nature of this vulnerability due to its impact on confidentiality, integrity, and availability of affected systems.
Potential Impact
For European organizations, the impact of this vulnerability can be significant, especially those involved in software development, scientific computing, and data analysis that rely on Julia and its package ecosystem. Successful exploitation could allow attackers to execute arbitrary code on systems running Registrator.jl, potentially leading to unauthorized access, data theft, system compromise, or disruption of software supply chains. This could undermine trust in package registries and impact critical research or commercial projects. Organizations using continuous integration/continuous deployment (CI/CD) pipelines incorporating Registrator.jl are at risk of supply chain attacks, which could propagate malicious code downstream. Given the automation nature of Registrator.jl, exploitation could be leveraged to compromise multiple packages or repositories, amplifying the impact. The lack of authentication or user interaction requirements lowers the barrier for attackers, increasing the risk of widespread exploitation if left unpatched.
Mitigation Recommendations
European organizations should immediately upgrade all instances of Registrator.jl to version 1.9.5 or later to remediate this vulnerability. Since no workarounds exist, patching is the only effective mitigation. Additionally, organizations should audit their CI/CD pipelines and package registration workflows to identify any usage of vulnerable Registrator.jl versions. Implement network-level protections such as restricting outbound connections from build environments to only trusted sources to reduce exposure to malicious clone URLs. Employ runtime monitoring and anomaly detection to identify suspicious command executions or unexpected network activity originating from build or registry automation systems. Review and harden access controls around systems running Registrator.jl to limit potential lateral movement in case of compromise. Finally, organizations should consider integrating supply chain security tools that verify package integrity and provenance to detect tampering early.
Affected Countries
Germany, France, United Kingdom, Netherlands, Sweden, Switzerland, Finland, Denmark
CVE-2025-52483: CWE-77: Improper Neutralization of Special Elements used in a Command ('Command Injection') in JuliaRegistries Registrator.jl
Description
Registrator is a GitHub app that automates creation of registration pull requests for julia packages to the General registry. Prior to version 1.9.5, if the clone URL returned by GitHub is malicious (or can be injected using upstream vulnerabilities) a shell script injection can occur within the `withpasswd` function. Alternatively, an argument injection is possible in the `gettreesha `function. either of these can then lead to a potential RCE. Users should upgrade immediately to v1.9.5 to receive a fix. All prior versions are vulnerable. No known workarounds are available.
AI-Powered Analysis
Technical Analysis
CVE-2025-52483 is a high-severity command injection vulnerability affecting Registrator.jl, a GitHub application used to automate the creation of registration pull requests for Julia packages in the General registry. The vulnerability exists in versions prior to 1.9.5. It arises from improper neutralization of special elements in shell commands (CWE-77), specifically within the `withpasswd` and `gettreesha` functions. If the clone URL returned by GitHub is maliciously crafted or can be manipulated via upstream vulnerabilities, it can lead to shell script injection or argument injection. This injection allows an attacker to execute arbitrary commands on the host system, resulting in potential remote code execution (RCE) without requiring authentication or user interaction. The vulnerability is exploitable remotely over the network with low attack complexity and no privileges required. The scope is high as it affects all users of Registrator.jl versions before 1.9.5. No known workarounds exist, and the only remediation is upgrading to version 1.9.5 or later. Although no known exploits are currently observed in the wild, the high CVSS 8.1 score reflects the critical nature of this vulnerability due to its impact on confidentiality, integrity, and availability of affected systems.
Potential Impact
For European organizations, the impact of this vulnerability can be significant, especially those involved in software development, scientific computing, and data analysis that rely on Julia and its package ecosystem. Successful exploitation could allow attackers to execute arbitrary code on systems running Registrator.jl, potentially leading to unauthorized access, data theft, system compromise, or disruption of software supply chains. This could undermine trust in package registries and impact critical research or commercial projects. Organizations using continuous integration/continuous deployment (CI/CD) pipelines incorporating Registrator.jl are at risk of supply chain attacks, which could propagate malicious code downstream. Given the automation nature of Registrator.jl, exploitation could be leveraged to compromise multiple packages or repositories, amplifying the impact. The lack of authentication or user interaction requirements lowers the barrier for attackers, increasing the risk of widespread exploitation if left unpatched.
Mitigation Recommendations
European organizations should immediately upgrade all instances of Registrator.jl to version 1.9.5 or later to remediate this vulnerability. Since no workarounds exist, patching is the only effective mitigation. Additionally, organizations should audit their CI/CD pipelines and package registration workflows to identify any usage of vulnerable Registrator.jl versions. Implement network-level protections such as restricting outbound connections from build environments to only trusted sources to reduce exposure to malicious clone URLs. Employ runtime monitoring and anomaly detection to identify suspicious command executions or unexpected network activity originating from build or registry automation systems. Review and harden access controls around systems running Registrator.jl to limit potential lateral movement in case of compromise. Finally, organizations should consider integrating supply chain security tools that verify package integrity and provenance to detect tampering early.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2025-06-17T02:28:39.718Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 685c27e95eba5e446992c41b
Added to database: 6/25/2025, 4:46:33 PM
Last enriched: 6/25/2025, 4:47:08 PM
Last updated: 11/22/2025, 8:11:33 PM
Views: 65
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-2655: SQL Injection in SourceCodester AC Repair and Services System
MediumCVE-2023-30806: CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in Sangfor Net-Gen Application Firewall
CriticalCVE-2024-0401: CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in ASUS ExpertWiFi
HighCVE-2024-23690: CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in Netgear FVS336Gv3
HighCVE-2024-13976: CWE-427 Uncontrolled Search Path Element in Commvault Commvault for Windows
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.