rtk filters and compresses command outputs before they reach your LLM context. Prior to 0.42.2, the permission splitter did not conservatively split or reject several shell constructs that Bash treats as command execution boundaries or nested execution. As a result, a command beginning with an allowed prefix such as git could hide a second command behind one of these constructs. rtk rewrite returned exit code 0, causing the Claude hook to emit permissionDecision: "allow". The rewritten command still contained the hidden command, so it ran without the user confirmation or denial that the permission rules were intended to enforce. This vulnerability is fixed in 0.42.2.
References
Configurations
No configuration.
History
24 Jun 2026, 16:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/rtk-ai/rtk/security/advisories/GHSA-7gxq-fvfc-g327 - |
23 Jun 2026, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-23 20:16
Updated : 2026-06-24 16:16
NVD link : CVE-2026-54555
Mitre link : CVE-2026-54555
CVE.ORG link : CVE-2026-54555
JSON object : View
Products Affected
No product.
CWE
CWE-863
Incorrect Authorization
