A flaw was found in openshift/builder. This vulnerability allows command injection via path traversal, where a malicious user can execute arbitrary commands on the OpenShift node running the builder container. When using the “Docker” strategy, executable files inside the privileged build container can be overridden using the spec.source.secrets.secret.destinationDir
attribute of the BuildConfig
definition. An attacker running code in a privileged container could escalate their permissions on the node running the container.
The product performs an operation at a privilege level that is higher than the minimum level required, which creates new weaknesses or amplifies the consequences of other weaknesses.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Red Hat OpenShift Container Platform 4.12 | RedHat | openshift4/ose-docker-builder:v4.12.0-202409121032.p1.g609473f.assembly.stream.el8 | * |
Red Hat OpenShift Container Platform 4.13 | RedHat | openshift4/ose-docker-builder:v4.13.0-202409120505.p1.g2c7e99d.assembly.stream.el8 | * |
Red Hat OpenShift Container Platform 4.14 | RedHat | openshift4/ose-docker-builder:v4.14.0-202409111409.p1.g52565ca.assembly.stream.el8 | * |
Red Hat OpenShift Container Platform 4.15 | RedHat | openshift4/ose-docker-builder:v4.15.0-202409101936.p1.ge7749a3.assembly.stream.el8 | * |
Red Hat OpenShift Container Platform 4.16 | RedHat | openshift4/ose-docker-builder-rhel9:v4.16.0-202409101737.p1.gfee4b58.assembly.stream.el9 | * |
New weaknesses can be exposed because running with extra privileges, such as root or Administrator, can disable the normal security checks being performed by the operating system or surrounding environment. Other pre-existing weaknesses can turn into security vulnerabilities if they occur while operating at raised privileges. Privilege management functions can behave in some less-than-obvious ways, and they have different quirks on different platforms. These inconsistencies are particularly pronounced if you are transitioning from one non-root user to another. Signal handlers and spawned processes run at the privilege of the owning process, so if a process is running as root when a signal fires or a sub-process is executed, the signal handler or sub-process will operate with root privileges.