Files
CVEs-PoC/2008/CVE-2008-3950.md
T
2025-09-29 21:09:30 +02:00

19 lines
971 B
Markdown

### [CVE-2008-3950](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3950)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
Off-by-one error in the _web_drawInRect:withFont:ellipsis:alignment:measureOnly function in WebKit in Safari in Apple iPhone 1.1.4 and 2.0 and iPod touch 1.1.4 and 2.0 allows remote attackers to cause a denial of service (browser crash) via a JavaScript alert call with an argument that lacks breakable characters and has a length that is a multiple of the memory page size, leading to an out-of-bounds read.
### POC
#### Reference
- http://securityreason.com/securityalert/4264
- http://www.coresecurity.com/content/iphone-safari-javascript-alert-denial-of-service
#### Github
No PoCs found on GitHub currently.