The safe_eval function in trytond in Tryton before 2.4.15, 2.6.x before 2.6.14, 2.8.x before 2.8.11, 3.0.x before 3.0.7, and 3.2.x before 3.2.3 allows remote authenticated users to execute arbitrary commands via shell metacharacters in (1) the collection.domain in the webdav module or (2) the formula field in the price_list module.
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 |
---|---|---|---|
Tryton | Tryton | 2.4.0 (including) | 2.4.15 (excluding) |
Tryton | Tryton | 2.6.0 (including) | 2.6.14 (excluding) |
Tryton | Tryton | 2.8.0 (including) | 2.8.11 (excluding) |
Tryton | Tryton | 3.0.0 (including) | 3.0.7 (excluding) |
Tryton | Tryton | 3.2.0 (including) | 3.2.3 (excluding) |
Tryton-server | Ubuntu | artful | * |
Tryton-server | Ubuntu | lucid | * |
Tryton-server | Ubuntu | precise | * |
Tryton-server | Ubuntu | trusty | * |
Tryton-server | Ubuntu | upstream | * |
Tryton-server | Ubuntu | utopic | * |
Tryton-server | Ubuntu | vivid | * |
Tryton-server | Ubuntu | wily | * |
Tryton-server | Ubuntu | yakkety | * |
Tryton-server | Ubuntu | zesty | * |
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.