Apple iOS up to 10.2.0 WebKit HTMLFormElement::reset memory corruption

| CVSS Meta Temp Score | Current Exploit Price (≈) | CTI Interest Score |
|---|---|---|
| 7.2 | $0-$5k | 0.00 |
Summary
A vulnerability was found in Apple iOS up to 10.2.0 and classified as critical. Affected by this issue is the function HTMLFormElement::reset of the component WebKit. Executing a manipulation can lead to memory corruption.
This vulnerability is tracked as CVE-2017-2362. The attack can be launched remotely. Moreover, an exploit is present.
It is suggested to upgrade the affected component.
Details
A vulnerability classified as critical was found in Apple iOS up to 10.2.0 (Smartphone Operating System). This vulnerability affects the function HTMLFormElement::reset of the component WebKit. The manipulation with an unknown input leads to a memory corruption vulnerability. The CWE definition for the vulnerability is CWE-119. The product performs operations on a memory buffer, but it can read from or write to a memory location that is outside of the intended boundary of the buffer. As an impact it is known to affect confidentiality, integrity, and availability.
The bug was discovered 01/19/2017. The weakness was disclosed 01/23/2017 by Ivan Fratric (lokihardt) with Google Project Zero as HT207482 as confirmed advisory (Website). The advisory is shared for download at support.apple.com. This vulnerability was named CVE-2017-2362 since 12/01/2016. The attack can be initiated remotely. No form of authentication is required for a successful exploitation. Successful exploitation requires user interaction by the victim. Technical details and also a public exploit are known. The advisory points out:
Multiple memory corruption issues were addressed through improved memory handling.
After 2 weeks, there has been an exploit disclosed. It is possible to download the exploit at exploit-db.com. It is declared as proof-of-concept. The vulnerability was handled as a non-public zero-day exploit for at least 4 days. During that time the estimated underground price was around $100k and more. The vulnerability scanner Nessus provides a plugin with the ID 96798 (macOS : Apple Safari < 10.0.3 Multiple Vulnerabilities), which helps to determine the existence of the flaw in a target environment. It is assigned to the family MacOS X Local Security Checks and running in the context l. The commercial vulnerability scanner Qualys is able to test this issue with plugin 370283 (Apple Safari 10.0.3 Not Installed (APPLE-SA-2017-01-23-5)). The code used by the exploit is:
<script>
function go() {
output.value = "aaa";
output.appendChild(inserted_div);
document.getElementById("output").addEventListener('DOMSubtreeModified', function () {
for(var i=0; i<20; i++) {
form.appendChild(document.createElement("input"));
}
}, false);
form.reset();
}
</script>
<body onload=go()>
<div id="inserted_div">foo</div>
<form id="form" onchange="eventhandler()">
<input type="text" value="foo">
<output id="output" oninput="eventhandler()"></output>
<input type="text" value="foo">Upgrading to version 10.2.1 eliminates this vulnerability. A possible mitigation has been published immediately after the disclosure of the vulnerability.
The vulnerability is also documented in the databases at Exploit-DB (41213), Tenable (96798) and SecurityFocus (BID 95727†). The entries VDB-95903, VDB-95883, VDB-95902 and VDB-95912 are pretty similar. Once again VulDB remains the best source for vulnerability data.
Product
Type
Vendor
Name
Version
License
Website
- Vendor: https://www.apple.com/
CPE 2.3
CPE 2.2
CVSSv4
VulDB Vector: 🔍VulDB Reliability: 🔍
CVSSv3
VulDB Meta Base Score: 7.6VulDB Meta Temp Score: 7.2
VulDB Base Score: 6.3
VulDB Temp Score: 5.7
VulDB Vector: 🔍
VulDB Reliability: 🔍
NVD Base Score: 8.8
NVD Vector: 🔍
CVSSv2
| AV | AC | Au | C | I | A |
|---|---|---|---|---|---|
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| 💳 | 💳 | 💳 | 💳 | 💳 | 💳 |
| Vector | Complexity | Authentication | Confidentiality | Integrity | Availability |
|---|---|---|---|---|---|
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
| Unlock | Unlock | Unlock | Unlock | Unlock | Unlock |
VulDB Base Score: 🔍
VulDB Temp Score: 🔍
VulDB Reliability: 🔍
NVD Base Score: 🔍
Exploiting
Class: Memory corruptionCWE: CWE-119
CAPEC: 🔍
ATT&CK: 🔍
Physical: No
Local: No
Remote: Yes
Availability: 🔍
Access: Public
Status: Proof-of-Concept
Download: 🔍
EPSS Score: 🔍
EPSS Percentile: 🔍
Price Prediction: 🔍
Current Price Estimation: 🔍
| 0-Day | Unlock | Unlock | Unlock | Unlock |
|---|---|---|---|---|
| Today | Unlock | Unlock | Unlock | Unlock |
Nessus ID: 96798
Nessus Name: macOS : Apple Safari < 10.0.3 Multiple Vulnerabilities
Nessus File: 🔍
Nessus Risk: 🔍
Nessus Family: 🔍
Nessus Context: 🔍
OpenVAS ID: 800100
OpenVAS Name: Apple Safari Multiple Vulnerabilities-01 February17
OpenVAS File: 🔍
OpenVAS Family: 🔍
Qualys ID: 🔍
Qualys Name: 🔍
Exploit-DB: 🔍
Threat Intelligence
Interest: 🔍Active Actors: 🔍
Active APT Groups: 🔍
Countermeasures
Recommended: UpgradeStatus: 🔍
Reaction Time: 🔍
0-Day Time: 🔍
Exposure Time: 🔍
Exploit Delay Time: 🔍
Upgrade: iOS 10.2.1
Timeline
12/01/2016 🔍01/19/2017 🔍
01/23/2017 🔍
01/23/2017 🔍
01/23/2017 🔍
01/25/2017 🔍
01/26/2017 🔍
02/01/2017 🔍
02/01/2017 🔍
02/20/2017 🔍
08/03/2025 🔍
Sources
Vendor: apple.comAdvisory: HT207482
Researcher: Ivan Fratric (lokihardt)
Organization: Google Project Zero
Status: Confirmed
Confirmation: 🔍
CVE: CVE-2017-2362 (🔍)
GCVE (CVE): GCVE-0-2017-2362
GCVE (VulDB): GCVE-100-95932
SecurityFocus: 95727 - WebKit Multiple Security Vulnerabilities
OSVDB: - CVE-2017-2362 - Apple - Multiple Products - Memory Corruption Issue
SecurityTracker: 1037668
scip Labs: https://www.scip.ch/en/?labs.20150917
See also: 🔍
Entry
Created: 01/25/2017 11:35Updated: 08/03/2025 01:23
Changes: 01/25/2017 11:35 (81), 08/10/2020 20:26 (16), 11/03/2022 15:04 (4), 08/03/2025 01:23 (14)
Complete: 🔍
Cache ID: 216:68A:103
Once again VulDB remains the best source for vulnerability data.
No comments yet. Languages: en.
Please log in to comment.