Related Weaknesses
CWE-ID |
Weakness Name |
Source |
CWE Other |
No informations. |
|
Metrics
Metrics |
Score |
Severity |
CVSS Vector |
Source |
V2 |
5 |
|
AV:N/AC:L/Au:N/C:P/I:N/A:N |
nvd@nist.gov |
EPSS
EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.
EPSS Score
The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.
EPSS Percentile
The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.
Exploit information
Exploit Database EDB-ID : 25334
Publication date : 2005-04-03 22h00 +00:00
Author : Daniel McNeil
EDB Verified : Yes
source: https://www.securityfocus.com/bid/12988/info
Mozilla Suite/Firefox are reported prone to a memory-disclosure vulnerability. This issue can allow a remote attacker to access arbitrary heap memory.
Due to an error in the way 'replace()' handles lambda expressions, a remote attacker can access arbitrary heap memory from a vulnerable client.
Information harvested in this manner could then aid in further attacks launched against the vulnerable computer (such as memory-corruption exploits).
Firefox versions 1.0.1 and 1.0.2 are reported vulnerable. Mozilla 1.7.6 is vulnerable as well. Other versions may also be affected.
K-Meleon 0.9 is vulnerable to this issue. Older versions may be affected as well.
Camino 0.8.3 is affected by this issue. Other versions of Camino may be affected as well.
var rx=/val/i;
x = x.replace(rx,function($1){
$1.match(rx);
return "";
});
Products Mentioned
Configuraton 0
Mozilla>>Firefox >> Version 1.0.1
Mozilla>>Firefox >> Version 1.0.2
Mozilla>>Mozilla >> Version 1.7.6
Netscape>>Navigator >> Version 7.2
References