cbcvebase.
CVE-2017-2459
published 2017-04-02

CVE-2017-2459: An issue was discovered in certain Apple products. iOS before 10.3 is affected. Safari before 10.1 is affected. tvOS before 10.2 is affected. The issue…

PriorityP263high8.8CVSS 3.0
AVNACLPRNUIRSUCHIHAH
EXPLOIT
EPSS
6.74%
93.1th percentile
An issue was discovered in certain Apple products. iOS before 10.3 is affected. Safari before 10.1 is affected. tvOS before 10.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

7 ranges
VendorProductVersion rangeFixed in
appleios
appleiphone_os<= 10.2.1
applesafari<= 10.0.3
applesafari
appletvos<= 10.1.1
appletvos
debianwebkit2gtk< webkit2gtk 2.14.6-1 (bookworm)webkit2gtk 2.14.6-1 (bookworm)

Detection & IOCsextracted from sources · hover to see the quote

  • The vulnerability is triggered via a crafted web page using DOM manipulation: moving document.body across iframe boundaries with iframeBody.before(document.body) followed by iframe.after(toInsert), which causes a negative-size memmove in HTMLFormElement's form element registration logic.
  • The crash occurs in WebCore's HTMLFormElement::registerFormElement via a negative-size memmove when a form-associated element is re-inserted across document boundaries, triggering memory corruption. Detection should focus on cross-iframe DOM node re-parenting patterns involving form elements.
  • The exploit PoC uses an iframe combined with DOM insertion APIs (before/after) to trigger the vulnerability. Network-level detection should look for HTML pages containing both an iframe element and JavaScript calls to .before() and .after() on body/iframe elements in close proximity.
  • ·The PoC exploit targets a local/debug build of WebKit (WebKitBuild/Release) and stack traces reference internal build paths; offsets and paths are not applicable to production Apple binaries.
  • ·Affected versions are iOS before 10.3, Safari before 10.1, and tvOS before 10.2; Debian WebKitGTK is fixed in version 2.14.6-1. Detections should be scoped to unpatched versions 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.