A flaw was found in cri-o, where an arbitrary systemd property can be injected via a Pod annotation. Any user who can create a pod with an arbitrary annotation may perform an arbitrary action on the host system.
The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Red Hat OpenShift Container Platform 4.12 | RedHat | cri-o-0:1.25.5-16.2.rhaos4.12.gitcb09013.el8 | * |
Red Hat OpenShift Container Platform 4.13 | RedHat | cri-o-0:1.26.5-16.2.rhaos4.13.git67e2a9d.el9 | * |
Red Hat OpenShift Container Platform 4.14 | RedHat | cri-o-0:1.27.6-2.rhaos4.14.gitb3bd0bf.el8 | * |
Red Hat OpenShift Container Platform 4.15 | RedHat | cri-o-0:1.28.6-2.rhaos4.15.git77bbb1c.el9 | * |
Command injection vulnerabilities typically occur when:
Many protocols and products have their own custom command language. While OS or shell command strings are frequently discovered and targeted, developers may not realize that these other command languages might also be vulnerable to attacks. Command injection is a common problem with wrapper programs.