An issue was discovered in GNU Emacs through 28.2. In ruby-mode.el, the ruby-find-library-file function has a local command injection vulnerability. The ruby-find-library-file function is an interactive function, and bound to C-c C-f. Inside the function, the external command gem is called through shell-command-to-string, but the feature-name parameters are not escaped. Thus, malicious Ruby source files may cause commands to be executed.
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 |
---|---|---|---|
Emacs | Gnu | * | 28.2 (including) |
Emacs | Ubuntu | jammy | * |
Emacs | Ubuntu | kinetic | * |
Emacs | Ubuntu | trusty | * |
Emacs | Ubuntu | upstream | * |
Emacs | Ubuntu | xenial | * |
Emacs23 | Ubuntu | trusty | * |
Xemacs21 | Ubuntu | bionic | * |
Xemacs21 | Ubuntu | kinetic | * |
Xemacs21 | Ubuntu | lunar | * |
Xemacs21 | Ubuntu | mantic | * |
Xemacs21 | Ubuntu | trusty | * |
Xemacs21 | Ubuntu | upstream | * |
Xemacs21 | Ubuntu | xenial | * |
Xemacs21-packages | Ubuntu | bionic | * |
Xemacs21-packages | Ubuntu | kinetic | * |
Xemacs21-packages | Ubuntu | lunar | * |
Xemacs21-packages | Ubuntu | mantic | * |
Xemacs21-packages | Ubuntu | trusty | * |
Xemacs21-packages | Ubuntu | xenial | * |
Red Hat Enterprise Linux 9 | RedHat | emacs-1:27.2-8.el9_2.1 | * |
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.