cbcvebase.
CVE-2019-8672
published 2019-12-18

CVE-2019-8672: Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3…

PriorityP267high8.8CVSS 3.1
AVNACLPRNUIRSUCHIHAH
EXPLOIT
EPSS
11.02%
95.4th percentile
Multiple memory corruption issues were addressed with improved memory handling. This issue is fixed in iOS 12.4, macOS Mojave 10.14.6, tvOS 12.4, watchOS 5.3, Safari 12.1.2, iTunes for Windows 12.9.6, iCloud for Windows 7.13, iCloud for Windows 10.6. Processing maliciously crafted web content may lead to arbitrary code execution.

Affected

28 ranges· showing 25
VendorProductVersion rangeFixed in
appleicloud< 7.137.13
appleicloud>= 10.0 < 10.610.6
appleicloud_for_windows
appleicloud_for_windows
appleicloud_for_windows>= unspecified < iCloud for Windows 7.13iCloud for Windows 7.13
appleicloud_for_windows>= unspecified < iCloud for Windows 10.6iCloud for Windows 10.6
appleios
appleios>= unspecified < iOS 12.4iOS 12.4
appleiphone_os< 12.412.4
appleitunes< 12.9.612.9.6
appleitunes_12.9.6_for_windows
appleitunes_for_windows>= unspecified < iTunes for Windows 12.9.6iTunes for Windows 12.9.6
applemac_os_x< 10.14.610.14.6
applemacos>= unspecified < macOS Mojave 10.14.6macOS Mojave 10.14.6
applemacos_mojave_10.14.6_security_update_2019-004_high_sierra_security_update_2019-0
applesafari< 12.1.212.1.2
applesafari
applesafari>= unspecified < Safari 12.1.2Safari 12.1.2
appletvos< 12.412.4
appletvos
appletvos>= unspecified < tvOS 12.4tvOS 12.4
applewatchos< 5.35.3
applewatchos
applewatchos>= unspecified < watchOS 5.3watchOS 5.3
debianwebkit2gtk< webkit2gtk 2.24.2-1 (bookworm)webkit2gtk 2.24.2-1 (bookworm)

Detection & IOCsextracted from sources · hover to see the quote

command--useConcurrentJIT=false --thresholdForJITAfterWarmUp=10
  • The vulnerability is a JSValue Use-After-Free in JavaScriptCore ValueProfiles. Look for crashes or anomalous behavior in JSC when a CodeBlock's ValueProfile retains a dangling pointer to a freed JSCell (e.g., Uint32Array) after an eden GC cycle without unconditional finalization.
  • Trigger condition involves a JS builtin (TypedArray.values) being baseline-JIT-compiled, storing a newly allocated Uint32Array into a ValueProfile bucket, followed by a stack overflow exception — leaving the array unreferenced and collectible by the next eden GC while the CodeBlock is not re-finalized.
  • Monitor for exploitation of WebKit/JavaScriptCore via maliciously crafted web content leading to arbitrary code execution on unpatched Apple platforms (iOS < 12.4, macOS < 10.14.6, tvOS < 12.4, watchOS < 5.3, Safari < 12.1.2, iTunes for Windows < 12.9.6, iCloud for Windows < 7.13/10.6).
  • ·The PoC requires JSC runtime flags to reproduce; concurrent JIT must be disabled and the JIT warm-up threshold lowered, which is non-default and may not reflect real-world exploit delivery conditions.
  • ·The infinite recursion / stack overflow in the PoC may be specifically required to force the right sequence of GC invocations and is not necessarily representative of all exploit variants.
  • ·Red Hat packages webkitgtk (RHEL 6) and webkitgtk3 (RHEL 7) are affected but will not be fixed (out of support scope / will not fix), meaning deployments on these platforms remain permanently vulnerable.

CVSS provenance

nvdv3.18.8HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
nvdv2.09.3CRITICALAV:N/AC:M/Au:N/C:C/I:C/A:C
osv8.8HIGH
vendor_debian8.8HIGH
vendor_redhat8.8HIGH
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.