Insufficient validation of untrusted input in ANGLE and GPU in Google Chrome prior to 138.0.7204.157 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
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 |
---|---|---|---|
Chrome | * | 138.0.7204.157 (excluding) | |
Red Hat Enterprise Linux 7 Extended Lifecycle Support | RedHat | webkitgtk4-0:2.48.5-1.el7_9 | * |
Red Hat Enterprise Linux 8 | RedHat | webkit2gtk3-0:2.48.5-1.el8_10 | * |
Red Hat Enterprise Linux 8.2 Advanced Update Support | RedHat | webkit2gtk3-0:2.48.5-1.el8_2 | * |
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Support | RedHat | webkit2gtk3-0:2.48.5-1.el8_4 | * |
Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On | RedHat | webkit2gtk3-0:2.48.5-1.el8_4 | * |
Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support | RedHat | webkit2gtk3-0:2.48.5-1.el8_6 | * |
Red Hat Enterprise Linux 8.6 Telecommunications Update Service | RedHat | webkit2gtk3-0:2.48.5-1.el8_6 | * |
Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions | RedHat | webkit2gtk3-0:2.48.5-1.el8_6 | * |
Red Hat Enterprise Linux 8.8 Telecommunications Update Service | RedHat | webkit2gtk3-0:2.48.5-1.el8_8 | * |
Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions | RedHat | webkit2gtk3-0:2.48.5-1.el8_8 | * |
Red Hat Enterprise Linux 9 | RedHat | webkit2gtk3-0:2.48.5-1.el9_6 | * |
Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions | RedHat | webkit2gtk3-0:2.48.5-1.el9_0 | * |
Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions | RedHat | webkit2gtk3-0:2.48.5-1.el9_2 | * |
Red Hat Enterprise Linux 9.4 Extended Update Support | RedHat | webkit2gtk3-0:2.48.5-1.el9_4 | * |
Chromium-browser | Ubuntu | upstream | * |
Qtwebkit-opensource-src | Ubuntu | esm-apps/bionic | * |
Qtwebkit-opensource-src | Ubuntu | esm-apps/focal | * |
Qtwebkit-opensource-src | Ubuntu | esm-apps/jammy | * |
Qtwebkit-opensource-src | Ubuntu | esm-apps/noble | * |
Qtwebkit-opensource-src | Ubuntu | esm-infra/xenial | * |
Qtwebkit-opensource-src | Ubuntu | jammy | * |
Qtwebkit-opensource-src | Ubuntu | noble | * |
Qtwebkit-source | Ubuntu | esm-apps/bionic | * |
Qtwebkit-source | Ubuntu | esm-apps/xenial | * |
Webkit2gtk | Ubuntu | devel | * |
Webkit2gtk | Ubuntu | esm-infra/bionic | * |
Webkit2gtk | Ubuntu | esm-infra/focal | * |
Webkit2gtk | Ubuntu | esm-infra/xenial | * |
Webkit2gtk | Ubuntu | jammy | * |
Webkit2gtk | Ubuntu | noble | * |
Webkit2gtk | Ubuntu | plucky | * |
Webkit2gtk | Ubuntu | upstream | * |
Webkitgtk | Ubuntu | esm-apps/bionic | * |
Webkitgtk | Ubuntu | esm-apps/xenial | * |
Wpewebkit | Ubuntu | upstream | * |
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.