-
Notifications
You must be signed in to change notification settings - Fork 551
Closed
Milestone
Description
Description
Mirror of TOB-JKUBE-2
.
As part of the Spring Boot watcher functionality, JKube executes a second Java process. The
command line for this process is crafted in an unsafe way, by interpolating an arbitrary
secret in the command line. This command line is then tokenized by separating on spaces.
If the secret contains spaces, this can allow an attacker to add arbitrary arguments and
command line flags and modify the behavior of this command execution.