Sceawere
Vulnerability Detail
CVE-2026-64715UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV
Use-After-Free Vulnerability in Web Processing
Vulnerability Metadata
- Severity
- Medium
- Score / CVSS
- 6.5
- Creation Date
- 19h ago
- Vendor
- Apple
- Product
- Safari
- Attack Type
- Processing maliciously crafted web content may lead to an unexpected process crash
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
- Attack Complexity
- LOW
Narrative and Response
Description
A use-after-free issue was addressed with improved memory management. This issue is fixed in iOS 18.7.10 and iPadOS 18.7.10, iOS 26.6.1 and iPadOS 26.6.1, macOS Tahoe 26.6.2. Processing maliciously crafted web content may lead to an unexpected process crash.
Executive Summary
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Technical Details
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Mitigations
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
References
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Additional Metadata
{
"score": "6.5",
"pubDate": "2026-08-17T22:17:17.343Z",
"pubdate": "2026-08-17T22:17:17.343Z",
"executiveSummary": "This advisory details a critical use-after-free vulnerability resolved across multiple Apple operating system environments, specifically addressed in iOS 18.7.10, iPadOS 18.7.10, iOS 26.6.1, iPadOS 26.6.1, and macOS Tahoe 26.6.2. The flaw stems from improper memory management within the subsystem responsible for parsing and rendering web content. When a victim processes maliciously crafted web content, the vulnerability can be triggered, leading to an unexpected process crash.\nThe risk implication centers on potential denial of service conditions affecting browser or application processes handling untrusted web streams. Attackers require the capability to deliver or host malicious web content, typically requiring user interaction such as navigating to a compromised website or viewing a specially crafted email or message containing rendered web elements. While the immediate documented impact is limited to an unexpected process crash, memory corruption vulnerabilities of this class can occasionally serve as foundational primitives for more complex exploitation chains if precise heap manipulation is achieved by an adversary.",
"technicalDetails": "The vulnerability is classified as a use-after-free (UAF) memory corruption issue rooted in deficient object lifecycle management within the web content processing engine. A use-after-free condition occurs when an application continues to utilize a pointer to a memory location after the dynamic memory buffer has been deallocated or freed. If the memory is subsequently reallocated for another purpose, dereferencing the dangling pointer can lead to erratic program behavior, memory corruption, or application termination.\nThe attack vector requires the processing of maliciously crafted web content. The attack flow initiates when the vulnerable platform component parses structurally manipulated markup, scripts, or associated web resources. During the parsing or rendering lifecycle, an object is prematurely freed while references to it persist within internal data structures or execution contexts. Subsequent execution paths attempt to access the freed object, violating memory safety invariants and triggering an exception that results in an unexpected process crash.\nThe vulnerable component is integral to the web content processing pipeline present in the affected software distributions, which include iOS 18.7.10, iPadOS 18.7.10, iOS 26.6.1, iPadOS 26.6.1, and macOS Tahoe 26.6.2. The exploitation surface is exposed via network exposure through standard web browsing or embedded web views. Authentication and local privilege requirements are negligible from the perspective of the remote attacker, as the vulnerability is triggered externally via untrusted data inputs supplied across the network boundary.\nThe fix implemented by the vendor introduces improved memory management practices, ensuring that object references are properly cleared or validated upon deallocation, thereby neutralizing the dangling pointer condition and preventing unauthorized memory access during web content parsing operations."
}