The Copy as cURL feature of Devtools network tab did not properly escape the HTTP method of a request, which can be controlled by the website. If a user used the Copy as Curl feature and pasted the command into a terminal, it could have resulted in command injection and arbitrary command execution. This vulnerability affects Thunderbird < 68.6, Firefox < 74, Firefox < ESR68.6, and Firefox ESR < 68.6.
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 |
---|---|---|---|
Firefox | Mozilla | * | 74.0 (excluding) |
Firefox_esr | Mozilla | * | 68.6.0 (excluding) |
Thunderbird | Mozilla | * | 68.6.0 (excluding) |
Red Hat Enterprise Linux 6 | RedHat | firefox-0:68.6.0-1.el6_10 | * |
Red Hat Enterprise Linux 6 | RedHat | thunderbird-0:68.6.0-1.el6_10 | * |
Red Hat Enterprise Linux 7 | RedHat | firefox-0:68.6.0-1.el7_7 | * |
Red Hat Enterprise Linux 7 | RedHat | thunderbird-0:68.6.0-1.el7_7 | * |
Red Hat Enterprise Linux 8 | RedHat | firefox-0:68.6.0-1.el8_1 | * |
Red Hat Enterprise Linux 8 | RedHat | thunderbird-0:68.6.0-1.el8_1 | * |
Red Hat Enterprise Linux 8.0 Update Services for SAP Solutions | RedHat | firefox-0:68.6.0-1.el8_0 | * |
Red Hat Enterprise Linux 8.0 Update Services for SAP Solutions | RedHat | thunderbird-0:68.6.0-1.el8_0 | * |
Firefox | Ubuntu | bionic | * |
Firefox | Ubuntu | devel | * |
Firefox | Ubuntu | eoan | * |
Firefox | Ubuntu | focal | * |
Firefox | Ubuntu | groovy | * |
Firefox | Ubuntu | hirsute | * |
Firefox | Ubuntu | impish | * |
Firefox | Ubuntu | jammy | * |
Firefox | Ubuntu | kinetic | * |
Firefox | Ubuntu | lunar | * |
Firefox | Ubuntu | mantic | * |
Firefox | Ubuntu | noble | * |
Firefox | Ubuntu | trusty | * |
Firefox | Ubuntu | upstream | * |
Firefox | Ubuntu | xenial | * |
Mozjs38 | Ubuntu | bionic | * |
Mozjs38 | Ubuntu | esm-apps/bionic | * |
Mozjs38 | Ubuntu | upstream | * |
Mozjs52 | Ubuntu | bionic | * |
Mozjs52 | Ubuntu | eoan | * |
Mozjs52 | Ubuntu | esm-apps/focal | * |
Mozjs52 | Ubuntu | esm-infra/bionic | * |
Mozjs52 | Ubuntu | focal | * |
Mozjs52 | Ubuntu | groovy | * |
Mozjs52 | Ubuntu | upstream | * |
Mozjs60 | Ubuntu | eoan | * |
Mozjs60 | Ubuntu | upstream | * |
Thunderbird | Ubuntu | bionic | * |
Thunderbird | Ubuntu | devel | * |
Thunderbird | Ubuntu | eoan | * |
Thunderbird | Ubuntu | focal | * |
Thunderbird | Ubuntu | groovy | * |
Thunderbird | Ubuntu | hirsute | * |
Thunderbird | Ubuntu | impish | * |
Thunderbird | Ubuntu | jammy | * |
Thunderbird | Ubuntu | kinetic | * |
Thunderbird | Ubuntu | lunar | * |
Thunderbird | Ubuntu | mantic | * |
Thunderbird | Ubuntu | noble | * |
Thunderbird | Ubuntu | trusty | * |
Thunderbird | Ubuntu | upstream | * |
Thunderbird | 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.