A race condition was addressed with improved state handling. This issue is fixed in tvOS 15.2, macOS Monterey 12.1, Safari 15.2, iOS 15.2 and iPadOS 15.2, watchOS 8.3. Processing maliciously crafted web content may lead to arbitrary code execution.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Safari | Apple | * | 15.2 (excluding) |
Ipados | Apple | * | 15.2 (excluding) |
Iphone_os | Apple | * | 15.2 (excluding) |
Macos | Apple | * | 12.1 (excluding) |
Tvos | Apple | * | 15.2 (excluding) |
Watchos | Apple | * | 8.3 (excluding) |
Red Hat Enterprise Linux 7 Extended Lifecycle Support | RedHat | webkitgtk4-0:2.48.3-2.el7_9 | * |
Red Hat Enterprise Linux 8 | RedHat | webkit2gtk3-0:2.34.6-1.el8 | * |
Qtwebkit-opensource-src | Ubuntu | bionic | * |
Qtwebkit-opensource-src | Ubuntu | devel | * |
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 | focal | * |
Qtwebkit-opensource-src | Ubuntu | impish | * |
Qtwebkit-opensource-src | Ubuntu | jammy | * |
Qtwebkit-opensource-src | Ubuntu | kinetic | * |
Qtwebkit-opensource-src | Ubuntu | lunar | * |
Qtwebkit-opensource-src | Ubuntu | mantic | * |
Qtwebkit-opensource-src | Ubuntu | noble | * |
Qtwebkit-opensource-src | Ubuntu | trusty | * |
Qtwebkit-opensource-src | Ubuntu | upstream | * |
Qtwebkit-opensource-src | Ubuntu | xenial | * |
Qtwebkit-source | Ubuntu | bionic | * |
Qtwebkit-source | Ubuntu | esm-apps/bionic | * |
Qtwebkit-source | Ubuntu | esm-apps/xenial | * |
Qtwebkit-source | Ubuntu | trusty | * |
Qtwebkit-source | Ubuntu | xenial | * |
Webkit2gtk | Ubuntu | bionic | * |
Webkit2gtk | Ubuntu | devel | * |
Webkit2gtk | Ubuntu | esm-infra/bionic | * |
Webkit2gtk | Ubuntu | esm-infra/focal | * |
Webkit2gtk | Ubuntu | esm-infra/xenial | * |
Webkit2gtk | Ubuntu | focal | * |
Webkit2gtk | Ubuntu | impish | * |
Webkit2gtk | Ubuntu | jammy | * |
Webkit2gtk | Ubuntu | kinetic | * |
Webkit2gtk | Ubuntu | lunar | * |
Webkit2gtk | Ubuntu | mantic | * |
Webkit2gtk | Ubuntu | noble | * |
Webkit2gtk | Ubuntu | upstream | * |
Webkit2gtk | Ubuntu | xenial | * |
Webkitgtk | Ubuntu | bionic | * |
Webkitgtk | Ubuntu | esm-apps/bionic | * |
Webkitgtk | Ubuntu | esm-apps/xenial | * |
Webkitgtk | Ubuntu | trusty | * |
Webkitgtk | Ubuntu | xenial | * |
Wpewebkit | Ubuntu | esm-apps/focal | * |
Wpewebkit | Ubuntu | esm-apps/jammy | * |
Wpewebkit | Ubuntu | focal | * |
Wpewebkit | Ubuntu | impish | * |
Wpewebkit | Ubuntu | jammy | * |
Wpewebkit | Ubuntu | trusty | * |
A race condition occurs within concurrent environments, and it is effectively a property of a code sequence. Depending on the context, a code sequence may be in the form of a function call, a small number of instructions, a series of program invocations, etc. A race condition violates these properties, which are closely related:
A race condition exists when an “interfering code sequence” can still access the shared resource, violating exclusivity. The interfering code sequence could be “trusted” or “untrusted.” A trusted interfering code sequence occurs within the product; it cannot be modified by the attacker, and it can only be invoked indirectly. An untrusted interfering code sequence can be authored directly by the attacker, and typically it is external to the vulnerable product.