The Apache Thrift Go client library exposed the potential during code generation for command injection due to using an external formatting tool. Affected Apache Thrift 0.9.3 and older, Fixed in Apache Thrift 0.10.0.
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 |
---|---|---|---|
Thrift | Apache | * | 0.9.3 (including) |
Red Hat JBoss Data Virtualization 6.4.8 | RedHat | libthrift | * |
Red Hat JBoss Fuse 7 | RedHat | camel | * |
Thrift | Ubuntu | trusty | * |
Thrift | Ubuntu | upstream | * |
Thrift-compiler | Ubuntu | bionic | * |
Thrift-compiler | Ubuntu | esm-apps/bionic | * |
Thrift-compiler | Ubuntu | esm-apps/xenial | * |
Thrift-compiler | Ubuntu | trusty | * |
Thrift-compiler | Ubuntu | xenial | * |
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.