Vulnerability Description
gradle-completion provides Bash and Zsh completion support for Gradle. A command injection vulnerability was found in gradle-completion up to and including 9.3.0 that allows arbitrary code execution when a user triggers Bash tab completion in a project containing a malicious Gradle build file. The `gradle-completion` script for Bash fails to adequately sanitize Gradle task names and task descriptions, allowing command injection via a malicious Gradle build file when the user completes a command in Bash (without them explicitly running any task in the build). For example, given a task description that includes a string between backticks, then that string would be evaluated as a command when presenting the task description in the completion list. While task execution is the core feature of Gradle, this inherent execution may lead to unexpected outcomes. The vulnerability does not affect zsh completion. The first patched version is 9.3.1. As a workaround, it is possible and effective to temporarily disable bash completion for Gradle by removing `gradle-completion` from `.bashrc` or `.bash_profile`.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Gradle | Gradle-Completion | <= 9.3.0 |
Related Weaknesses (CWE)
References
- https://github.com/gradle/gradle-completion/commit/ecacc32bb882210e5d37cd79a74dePatch
- https://github.com/gradle/gradle-completion/security/advisories/GHSA-qggc-44r3-cPatchVendor Advisory
- https://www.vicarius.io/vsociety/posts/cve-2026-25063-detection-script-command-iThird Party Advisory
- https://www.vicarius.io/vsociety/posts/cve-2026-25063-mitigation-script-command-MitigationThird Party Advisory
FAQ
What is CVE-2026-25063?
CVE-2026-25063 is a vulnerability with a CVSS score of 7.8 (HIGH). gradle-completion provides Bash and Zsh completion support for Gradle. A command injection vulnerability was found in gradle-completion up to and including 9.3.0 that allows arbitrary code execution w...
How severe is CVE-2026-25063?
CVE-2026-25063 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-25063?
Check the references section above for vendor advisories and patch information. Affected products include: Gradle Gradle-Completion.