Search
Search is not available in local development.
Run npx pagefind --site __site after building to enable it.
JLSEC-2025-2

Command injection in `withpasswd()` function in Registrator.jl

JLSEC Published
Modified
Affected Packages
Registrator < 1.9.5

Impact

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. This can then lead to a potential RCE.

Patches

Users should upgrade immediately to v1.9.5. All prior versions are vulnerable.

Workarounds

None

References

Fixed by: https://github.com/JuliaRegistries/Registrator.jl/pull/448 (which is available in v1.9.5).

Credits

Thanks to splitline from the DEVCORE Research Team for reporting this issue.