The WYSIWYG rendering engine (rich mail editor) in Mozilla Thunderbird 1.0.7 and earlier allows user-assisted attackers to bypass javascript security settings and obtain sensitive information or cause a crash via an e-mail containing a javascript URI in the SRC attribute of an IFRAME tag, which is executed when the user edits the e-mail.
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Thunderbird | Mozilla | * | 1.0.7 (including) |
Thunderbird | Mozilla | 0.1 (including) | 0.1 (including) |
Thunderbird | Mozilla | 0.2 (including) | 0.2 (including) |
Thunderbird | Mozilla | 0.3 (including) | 0.3 (including) |
Thunderbird | Mozilla | 0.4 (including) | 0.4 (including) |
Thunderbird | Mozilla | 0.5 (including) | 0.5 (including) |
Thunderbird | Mozilla | 0.6 (including) | 0.6 (including) |
Thunderbird | Mozilla | 0.7 (including) | 0.7 (including) |
Thunderbird | Mozilla | 0.7.1 (including) | 0.7.1 (including) |
Thunderbird | Mozilla | 0.7.2 (including) | 0.7.2 (including) |
Thunderbird | Mozilla | 0.7.3 (including) | 0.7.3 (including) |
Thunderbird | Mozilla | 0.8 (including) | 0.8 (including) |
Thunderbird | Mozilla | 0.9 (including) | 0.9 (including) |
Thunderbird | Mozilla | 1.0 (including) | 1.0 (including) |
Thunderbird | Mozilla | 1.0.1 (including) | 1.0.1 (including) |
Thunderbird | Mozilla | 1.0.2 (including) | 1.0.2 (including) |
Thunderbird | Mozilla | 1.0.5 (including) | 1.0.5 (including) |
Thunderbird | Mozilla | 1.0.6 (including) | 1.0.6 (including) |
Red Hat Enterprise Linux 4 | RedHat | devhelp-0:0.9.2-2.4.8 | * |
Red Hat Enterprise Linux 4 | RedHat | thunderbird-0:1.0.8-1.4.1 | * |
Firefox | Ubuntu | dapper | * |
Firefox | Ubuntu | edgy | * |
Firefox | Ubuntu | feisty | * |
Firefox-granparadiso | Ubuntu | devel | * |
Lightning-sunbird | Ubuntu | devel | * |
Midbrowser | Ubuntu | devel | * |
Mozilla-thunderbird | Ubuntu | dapper | * |
Mozilla-thunderbird | Ubuntu | edgy | * |
Mozilla-thunderbird | Ubuntu | feisty | * |
Xulrunner | Ubuntu | devel | * |
Xulrunner | Ubuntu | edgy | * |
Xulrunner | Ubuntu | feisty | * |
Input validation is a frequently-used technique for checking potentially dangerous inputs in order to ensure that the inputs are safe for processing within the code, or when communicating with other components. Input can consist of:
Data can be simple or structured. Structured data can be composed of many nested layers, composed of combinations of metadata and raw data, with other simple or structured data. Many properties of raw data or metadata may need to be validated upon entry into the code, such as:
Implied or derived properties of data must often be calculated or inferred by the code itself. Errors in deriving properties may be considered a contributing factor to improper input validation.