CVE-2008-0729
Description
Mobile Safari on iPhone 1.1.2 and 1.1.3 crashes due to memory exhaustion when processing crafted JavaScript that creates long strings and arrays.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Mobile Safari on iPhone 1.1.2 and 1.1.3 crashes due to memory exhaustion when processing crafted JavaScript that creates long strings and arrays.
Vulnerability
Mobile Safari on Apple iPhone versions 1.1.2 and 1.1.3 is vulnerable to a denial-of-service condition caused by memory exhaustion. The vulnerability is triggered by JavaScript code that constructs a very long string and an array containing multiple long string elements. This issue is possibly related to CVE-2006-3677. The proof-of-concept exploit [1] demonstrates the attack by creating a large string (fill) and an array of 36 elements, each built from repeated concatenations of that string and a shellcode placeholder.
Exploitation
An attacker hosts a malicious web page containing the JavaScript exploit. The victim must visit the page and click the button labeled "Go!" to execute the Demo() function [1]. The script allocates large strings in a loop, rapidly consuming available memory until the device crashes. No authentication or special network position is required beyond serving the page.
Impact
Successful exploitation causes the iPhone to crash due to memory exhaustion, resulting in a denial of service. The device becomes unresponsive and may require a forced restart. No code execution or data compromise is described in the available references.
Mitigation
No official fix is documented in the provided reference [1]. Users should upgrade to a newer iOS version beyond 1.1.3, as later releases likely addressed this issue. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog.
AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- cpe:2.3:a:apple:mobile_safari:*:*:*:*:*:*:*:*
- Range: 1.1.2, 1.1.3
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6News mentions
0No linked articles in our index yet.