CRLF injection vulnerability in Mozilla Firefox 4.x through 10.0, Firefox ESR 10.x before 10.0.3, Thunderbird 5.0 through 10.0, Thunderbird ESR 10.x before 10.0.3, and SeaMonkey before 2.8 allows remote web servers to bypass intended Content Security Policy (CSP) restrictions and possibly conduct cross-site scripting (XSS) attacks via crafted HTTP headers.
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 |
---|---|---|---|
Firefox | Mozilla | 4.0 (including) | 4.0 (including) |
Firefox | Mozilla | 4.0-beta1 (including) | 4.0-beta1 (including) |
Firefox | Mozilla | 4.0-beta10 (including) | 4.0-beta10 (including) |
Firefox | Mozilla | 4.0-beta11 (including) | 4.0-beta11 (including) |
Firefox | Mozilla | 4.0-beta12 (including) | 4.0-beta12 (including) |
Firefox | Mozilla | 4.0-beta2 (including) | 4.0-beta2 (including) |
Firefox | Mozilla | 4.0-beta3 (including) | 4.0-beta3 (including) |
Firefox | Mozilla | 4.0-beta4 (including) | 4.0-beta4 (including) |
Firefox | Mozilla | 4.0-beta5 (including) | 4.0-beta5 (including) |
Firefox | Mozilla | 4.0-beta6 (including) | 4.0-beta6 (including) |
Firefox | Mozilla | 4.0-beta7 (including) | 4.0-beta7 (including) |
Firefox | Mozilla | 4.0-beta8 (including) | 4.0-beta8 (including) |
Firefox | Mozilla | 4.0-beta9 (including) | 4.0-beta9 (including) |
Firefox | Mozilla | 4.0.1 (including) | 4.0.1 (including) |
Firefox | Mozilla | 5.0 (including) | 5.0 (including) |
Firefox | Mozilla | 5.0.1 (including) | 5.0.1 (including) |
Firefox | Mozilla | 6.0 (including) | 6.0 (including) |
Firefox | Mozilla | 6.0.1 (including) | 6.0.1 (including) |
Firefox | Mozilla | 6.0.2 (including) | 6.0.2 (including) |
Firefox | Mozilla | 7.0 (including) | 7.0 (including) |
Firefox | Mozilla | 7.0.1 (including) | 7.0.1 (including) |
Firefox | Mozilla | 8.0 (including) | 8.0 (including) |
Firefox | Mozilla | 8.0.1 (including) | 8.0.1 (including) |
Firefox | Mozilla | 9.0 (including) | 9.0 (including) |
Firefox | Mozilla | 9.0.1 (including) | 9.0.1 (including) |
Red Hat Enterprise Linux 5 | RedHat | firefox-0:10.0.3-1.el5_8 | * |
Red Hat Enterprise Linux 5 | RedHat | xulrunner-0:10.0.3-1.el5_8 | * |
Red Hat Enterprise Linux 5 | RedHat | thunderbird-0:10.0.3-1.el5_8 | * |
Red Hat Enterprise Linux 6 | RedHat | firefox-0:10.0.3-1.el6_2 | * |
Red Hat Enterprise Linux 6 | RedHat | xulrunner-0:10.0.3-1.el6_2 | * |
Red Hat Enterprise Linux 6 | RedHat | thunderbird-0:10.0.3-1.el6_2 | * |
Firefox | Ubuntu | hardy | * |
Firefox | Ubuntu | lucid | * |
Firefox | Ubuntu | maverick | * |
Firefox | Ubuntu | natty | * |
Firefox | Ubuntu | oneiric | * |
Seamonkey | Ubuntu | hardy | * |
Seamonkey | Ubuntu | lucid | * |
Seamonkey | Ubuntu | maverick | * |
Seamonkey | Ubuntu | natty | * |
Seamonkey | Ubuntu | oneiric | * |
Thunderbird | Ubuntu | hardy | * |
Thunderbird | Ubuntu | lucid | * |
Thunderbird | Ubuntu | maverick | * |
Thunderbird | Ubuntu | natty | * |
Thunderbird | Ubuntu | oneiric | * |
Xulrunner-1.9.2 | Ubuntu | hardy | * |
Xulrunner-1.9.2 | Ubuntu | lucid | * |
Xulrunner-1.9.2 | Ubuntu | maverick | * |
Xulrunner-1.9.2 | Ubuntu | natty | * |
Xulrunner-2.0 | Ubuntu | natty | * |
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.