OSV 1.4.0 · github-reviewed · 修改于 2026-06-20 04:48
发布时间
2026-06-16 23:33
GitHub 审查时间
2026-06-20 04:48
NVD 发布时间
2026-06-16 23:16
源文件
advisories/github-reviewed/2026/06/GHSA-6hw7-j4jw-wpff/GHSA-6hw7-j4jw-wpff.json
A command injection vulnerability was found in galaxy_ng. The do_git_checkout() function in the legacy role import API (v1) interpolates unsanitized git ref names (branch/tag names) into shell commands executed via subprocess.run() with shell=True. An authenticated user who controls a git repository can create a branch or tag with shell metacharacters in the name to achieve remote code execution on the pulp worker. The vulnerable endpoint is only reachable when GALAXY_ENABLE_LEGACY_ROLES is set to True, which is not the default configuration.