Eval injection vulnerability in the create method in the Bookmarks controller in Foreman before 1.2.0-RC2 allows remote authenticated users with permissions to create bookmarks to execute arbitrary code via a controller name attribute.
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Openstack | Redhat | 3.0 (including) | 3.0 (including) |
Foreman | Theforeman | * | 1.2.0 (including) |
Foreman | Theforeman | 1.1 (including) | 1.1 (including) |
OpenStack 3 for RHEL 6 | RedHat | ruby193-foreman-0:1.1.10009-3.el6ost | * |
OpenStack 3 for RHEL 6 | RedHat | ruby193-foreman-proxy-0:1.1.10001-4.el6ost | * |
OpenStack 3 for RHEL 6 | RedHat | ruby193-openstack-foreman-installer-0:0.0.18-1.el6ost | * |
OpenStack 3 for RHEL 6 | RedHat | ruby193-rubygem-ancestry-0:1.3.0-5.el6ost | * |
OpenStack 3 for RHEL 6 | RedHat | ruby193-rubygem-fog-0:1.10.1-11.el6ost | * |
OpenStack 3 for RHEL 6 | RedHat | ruby193-rubygem-mysql-0:2.8.1-4.el6ost | * |
OpenStack 3 for RHEL 6 | RedHat | ruby193-rubygem-safemode-0:1.2.0-9.el6ost | * |
Red Hat Satellite 6.0 | RedHat | foreman-0:1.6.0.44-1.el7sat | * |
When a product allows a user’s input to contain code syntax, it might be possible for an attacker to craft the code in such a way that it will alter the intended control flow of the product. Such an alteration could lead to arbitrary code execution. Injection problems encompass a wide variety of issues – all mitigated in very different ways. For this reason, the most effective way to discuss these weaknesses is to note the distinct features which classify them as injection weaknesses. The most important issue to note is that all injection problems share one thing in common – i.e., they allow for the injection of control plane data into the user-controlled data plane. This means that the execution of the process may be altered by sending code in through legitimate data channels, using no other mechanism. While buffer overflows, and many other flaws, involve the use of some further issue to gain execution, injection problems need only for the data to be parsed. The most classic instantiations of this category of weakness are SQL injection and format string vulnerabilities.