cbcvebase.
CVE-2017-7037
published 2017-07-20

CVE-2017-7037: An issue was discovered in certain Apple products. iOS before 10.3.3 is affected. Safari before 10.1.2 is affected. iCloud before 6.2.2 on Windows is affected…

PriorityP264high8.8CVSS 3.0
AVNACLPRNUIRSUCHIHAH
EXPLOIT
EPSS
7.52%
93.8th percentile
An issue was discovered in certain Apple products. iOS before 10.3.3 is affected. Safari before 10.1.2 is affected. iCloud before 6.2.2 on Windows is affected. iTunes before 12.6.2 on Windows is affected. tvOS before 10.2.2 is affected. The issue involves the "WebKit" component. It allows remote attackers to execute arbitrary code or cause a denial of service (memory corruption and application crash) via a crafted web site.

Affected

11 ranges
VendorProductVersion rangeFixed in
appleicloud< 6.2.26.2.2
appleicloud_for_windows
appleios
appleiphone_os< 10.3.310.3.3
appleitunes< 12.6.212.6.2
appleitunes_12.6.2_for_windows
applesafari< 10.1.210.1.2
applesafari
appletvos< 10.2.210.2.2
appletvos
debianwebkit2gtk< webkit2gtk 2.16.6-1 (bookworm)webkit2gtk 2.16.6-1 (bookworm)

Detection & IOCsextracted from sources · hover to see the quote

commandarguments.callee.caller.constructor('alert(location)')()
commandObject.prototype.__defineSetter__('test', v => { 'a' + v; });
  • The exploit abuses JSObject::putInlineSlow / JSValue::putToPrimitive in WebKit JSC to achieve Universal XSS by manipulating __proto__ of a primitive (number) to point to a cross-origin iframe's contentWindow, then triggering a setter via Object.prototype.__defineSetter__.
  • Exploit pattern: an iframe is created with a data: URI containing a malicious __defineSetter__ on Object.prototype, and the parent frame sets __proto__ of a primitive or plain object to the iframe's contentWindow to escape the same-origin policy.
  • Detect use of data: URI iframes combined with cross-origin prototype chain manipulation (__proto__ assignment to contentWindow) in JavaScript — a strong indicator of this UXSS exploit pattern.
  • Trigger condition: processing maliciously crafted web content in WebKit leads to memory corruption and arbitrary code execution; monitor WebKit-based browsers/apps crashing on untrusted web content.
  • ·This vulnerability affects multiple Apple product lines; patched versions are iOS 10.3.3, Safari 10.1.2, iCloud for Windows 6.2.2, iTunes for Windows 12.6.2, and tvOS 10.2.2. Detection should cover all WebKit-based surfaces across these products.
  • ·On Debian-based Linux systems (webkit2gtk), the vulnerability is resolved in version 2.16.6-1 across all tracked branches (bookworm, bullseye, forky, sid, trixie).

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.