HTML tags received from the Pocket server will be processed without sanitization and any JavaScript code executed will be run in the about:pocket-saved (unprivileged) page, giving it access to Pockets messaging API through HTML injection. This vulnerability affects Firefox ESR < 45.6 and Firefox < 50.1.
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 |
---|---|---|---|
Enterprise_linux_aus | Redhat | 7.3 (including) | 7.3 (including) |
Enterprise_linux_aus | Redhat | 7.4 (including) | 7.4 (including) |
Enterprise_linux_desktop | Redhat | 5.0 (including) | 5.0 (including) |
Enterprise_linux_desktop | Redhat | 6.0 (including) | 6.0 (including) |
Enterprise_linux_desktop | Redhat | 7.0 (including) | 7.0 (including) |
Enterprise_linux_eus | Redhat | 7.3 (including) | 7.3 (including) |
Enterprise_linux_eus | Redhat | 7.4 (including) | 7.4 (including) |
Enterprise_linux_eus | Redhat | 7.5 (including) | 7.5 (including) |
Enterprise_linux_server | Redhat | 5.0 (including) | 5.0 (including) |
Enterprise_linux_server | Redhat | 6.0 (including) | 6.0 (including) |
Enterprise_linux_server | Redhat | 7.0 (including) | 7.0 (including) |
Enterprise_linux_workstation | Redhat | 5.0 (including) | 5.0 (including) |
Enterprise_linux_workstation | Redhat | 6.0 (including) | 6.0 (including) |
Enterprise_linux_workstation | Redhat | 7.0 (including) | 7.0 (including) |
Red Hat Enterprise Linux 5 | RedHat | firefox-0:45.6.0-1.el5_11 | * |
Red Hat Enterprise Linux 5 | RedHat | thunderbird-0:45.6.0-1.el5_11 | * |
Red Hat Enterprise Linux 6 | RedHat | firefox-0:45.6.0-1.el6_8 | * |
Red Hat Enterprise Linux 6 | RedHat | thunderbird-0:45.6.0-1.el6_8 | * |
Red Hat Enterprise Linux 7 | RedHat | firefox-0:45.6.0-1.el7_3 | * |
Red Hat Enterprise Linux 7 | RedHat | thunderbird-0:45.6.0-1.el7_3 | * |
Firefox | Ubuntu | devel | * |
Firefox | Ubuntu | precise | * |
Firefox | Ubuntu | trusty | * |
Firefox | Ubuntu | upstream | * |
Firefox | Ubuntu | xenial | * |
Firefox | Ubuntu | yakkety | * |
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.