CVE-2019-6215
published 2019-03-05CVE-2019-6215: A type confusion issue was addressed with improved memory handling. This issue is fixed in iOS 12.1.3, tvOS 12.1.2, Safari 12.0.3, iTunes 12.9.3 for Windows…
PriorityP266high8.8CVSS 3.0
AVNACLPRNUIRSUCHIHAH
EXPLOIT
EPSS
9.75%
95.0th percentile
A type confusion issue was addressed with improved memory handling. This issue is fixed in iOS 12.1.3, tvOS 12.1.2, Safari 12.0.3, iTunes 12.9.3 for Windows, iCloud for Windows 7.10. Processing maliciously crafted web content may lead to arbitrary code execution.
Affected
19 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| apple | icloud | < 7.10 | 7.10 |
| apple | icloud_for_windows | — | — |
| apple | icloud_for_windows | >= unspecified < iCloud for Windows 7.10 | iCloud for Windows 7.10 |
| apple | ios | — | — |
| apple | ios | >= unspecified < iOS 12.1.3 | iOS 12.1.3 |
| apple | iphone_os | < 12.1.3 | 12.1.3 |
| apple | itunes | < 12.9.3 | 12.9.3 |
| apple | itunes_12.9.3_for_windows | — | — |
| apple | itunes_for_windows | >= unspecified < iTunes 12.9.3 for Windows | iTunes 12.9.3 for Windows |
| apple | safari | < 12.0.3 | 12.0.3 |
| apple | safari | — | — |
| apple | safari | >= unspecified < Safari 12.0.3 | Safari 12.0.3 |
| apple | tvos | < 12.1.2 | 12.1.2 |
| apple | tvos | — | — |
| apple | tvos | >= unspecified < tvOS 12.1.2 | tvOS 12.1.2 |
| apple | watchos | < 5.1.3 | 5.1.3 |
| canonical | ubuntu_linux | — | — |
| canonical | ubuntu_linux | — | — |
| debian | webkit2gtk | < webkit2gtk 2.22.6-1 (bookworm) | webkit2gtk 2.22.6-1 (bookworm) |
Detection & IOCsextracted from sources · hover to see the quote
commandfunction opt(o) { return o.r.input; } Object.assign({}, RegExp); for (let i = 0; i < 200000; i++) { opt({r: RegExp}); } let input = opt({r: RegExp});↗
- →The exploit triggers JIT compilation via a hot loop (~200,000 iterations) calling a property accessor on RegExp to pull a CustomGetterSetter object into JavaScript scope — monitor for high-iteration JIT-triggering loops accessing RegExp.input in WebKit/JavaScriptCore contexts. ↗
- →The exploit abuses `Object.assign({}, RegExp)` to reify static properties on the RegExp constructor, which is the prerequisite step before the type confusion — flag unusual Object.assign calls targeting built-in constructors like RegExp. ↗
- →The type confusion arises from a mismatch between property value type (CustomGetterSetter) and its attributes as seen by the JIT vs. the interpreter — the JIT compiler sees attributes while the normal interpreter sees the value type, enabling the CustomGetterSetter object to be leaked to JavaScript. ↗
- →The PoC demonstrates an OOB read via a CustomGetterSetter object linked to regExpConstructorInput — look for anomalous reads/accesses on RegExp.input after JIT warm-up in WebKit process memory. ↗
- ·The vulnerability exists in WebKit's JSC reifyStaticProperty function, which fails to set the PropertyAttribute::CustomAccessor flag for CustomGetterSetter — exploitation requires processing maliciously crafted web content, so attack surface is browser/WebView-based. ↗
- ·Fixed versions are iOS 12.1.3, tvOS 12.1.2, Safari 12.0.3, iTunes 12.9.3 for Windows, iCloud for Windows 7.10, and WebKitGTK+ 2.22.6-1 — detections should focus on unpatched instances of these products. ↗
CVSS provenance
nvdv3.08.8HIGHCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
nvdv2.06.8MEDIUMAV:N/AC:M/Au:N/C:P/I:P/A:P
osv8.8HIGH
vendor_debian8.8LOW
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Ubuntu
WebKitGTK+ vulnerabilities
vendor_ubuntu·2019-02-13
CVE-2019-6212 WebKitGTK+ vulnerabilities
Title: WebKitGTK+ vulnerabilities
Summary: Several security issues were fixed in WebKitGTK+.
A large number of security issues were discovered in the WebKitGTK+ Web
and JavaScript engines. If a user were tricked into viewing a malicious
website, a remote attacker could exploit a variety of issues related to web
browser security, including cross-site scripting attacks, denial of service
attacks, and arbitrary code execution.
Instructions: This update uses a new upstream release, which includes additional bug
fixes. After a standard system update you need to restart any applications
that use WebKitGTK+, such as Epiphany, to make all the necessary changes.
Apple
CVE-2019-6215: iTunes 12.9.3 for Windows
vendor_apple·2019-01-24·CVSS 8.8
CVE-2019-6215 [HIGH] CVE-2019-6215: iTunes 12.9.3 for Windows
Apple Security Update: About the security content of iTunes 12.9.3 for Windows
Product: iTunes 12.9.3 for Windows
CVE: CVE-2019-6215
Component: WebKit
Impact: Processing maliciously crafted web content may lead to arbitrary code execution
Description: A type confusion issue was addressed with improved memory handling.
Apple
CVE-2019-6215: iOS 12.1.3
vendor_apple·2019-01-22·CVSS 8.8
CVE-2019-6215 [HIGH] CVE-2019-6215: iOS 12.1.3
Apple Security Update: About the security content of iOS 12.1.3
Product: iOS
Version: 12.1.3
CVE: CVE-2019-6215
Component: WebKit
Impact: Processing maliciously crafted web content may lead to arbitrary code execution
Description: A type confusion issue was addressed with improved memory handling.
Apple
CVE-2019-6215: iCloud for Windows 7.10
vendor_apple·2019-01-22·CVSS 8.8
CVE-2019-6215 [HIGH] CVE-2019-6215: iCloud for Windows 7.10
Apple Security Update: About the security content of iCloud for Windows 7.10
Product: iCloud for Windows
Version: 7.10
CVE: CVE-2019-6215
Component: WebKit
Impact: Processing maliciously crafted web content may lead to arbitrary code execution
Description: A type confusion issue was addressed with improved memory handling.
Apple
CVE-2019-6215: Safari 12.0.3
vendor_apple·2019-01-22·CVSS 8.8
CVE-2019-6215 [HIGH] CVE-2019-6215: Safari 12.0.3
Apple Security Update: About the security content of Safari 12.0.3
Product: Safari
Version: 12.0.3
CVE: CVE-2019-6215
Component: WebKit
Impact: Processing maliciously crafted web content may lead to arbitrary code execution
Description: A type confusion issue was addressed with improved memory handling.
Apple
CVE-2019-6215: tvOS 12.1.2
vendor_apple·2019-01-22·CVSS 8.8
CVE-2019-6215 [HIGH] CVE-2019-6215: tvOS 12.1.2
Apple Security Update: About the security content of tvOS 12.1.2
Product: tvOS
Version: 12.1.2
CVE: CVE-2019-6215
Component: WebKit
Impact: Processing maliciously crafted web content may lead to arbitrary code execution
Description: A type confusion issue was addressed with improved memory handling.
Debian
CVE-2019-6215: webkit2gtk - A type confusion issue was addressed with improved memory handling. This issue i...
vendor_debian·2019·CVSS 8.8
CVE-2019-6215 [HIGH] CVE-2019-6215: webkit2gtk - A type confusion issue was addressed with improved memory handling. This issue i...
A type confusion issue was addressed with improved memory handling. This issue is fixed in iOS 12.1.3, tvOS 12.1.2, Safari 12.0.3, iTunes 12.9.3 for Windows, iCloud for Windows 7.10. Processing maliciously crafted web content may lead to arbitrary code execution.
Scope: local
bookworm: resolved (fixed in 2.22.6-1)
bullseye: resolved (fixed in 2.22.6-1)
forky: resolved (fixed in 2.22.6-1)
sid: resolved (fixed in 2.22.6-1)
trixie: resolved (fixed in 2.22.6-1)
GHSA
GHSA-59wc-xc28-qhhh: A type confusion issue was addressed with improved memory handling
ghsa_unreviewed·2022-05-13
CVE-2019-6215 [HIGH] CWE-843 GHSA-59wc-xc28-qhhh: A type confusion issue was addressed with improved memory handling
A type confusion issue was addressed with improved memory handling. This issue is fixed in iOS 12.1.3, tvOS 12.1.2, Safari 12.0.3, iTunes 12.9.3 for Windows, iCloud for Windows 7.10. Processing maliciously crafted web content may lead to arbitrary code execution.
OSV
CVE-2019-6215: A type confusion issue was addressed with improved memory handling
osv·2019-03-05·CVSS 8.8
CVE-2019-6215 [HIGH] CVE-2019-6215: A type confusion issue was addressed with improved memory handling
A type confusion issue was addressed with improved memory handling. This issue is fixed in iOS 12.1.3, tvOS 12.1.2, Safari 12.0.3, iTunes 12.9.3 for Windows, iCloud for Windows 7.10. Processing maliciously crafted web content may lead to arbitrary code execution.
No detection rules found.
No writeups or analysis indexed.
http://www.securityfocus.com/bid/106691https://security.gentoo.org/glsa/201903-12https://support.apple.com/HT209443https://support.apple.com/HT209447https://support.apple.com/HT209449https://support.apple.com/HT209450https://support.apple.com/HT209451https://usn.ubuntu.com/3889-1/https://www.exploit-db.com/exploits/46448/http://www.securityfocus.com/bid/106691https://security.gentoo.org/glsa/201903-12https://support.apple.com/HT209443https://support.apple.com/HT209447https://support.apple.com/HT209449https://support.apple.com/HT209450https://support.apple.com/HT209451https://usn.ubuntu.com/3889-1/https://www.exploit-db.com/exploits/46448/
2019-03-05
Published