Lucene search
+L

5679 matches found

OSV
OSV
added 2006/07/27 7:04 p.m.4 views

DEBIAN-CVE-2006-3803

Race condition in the JavaScript garbage collection in Mozilla Firefox 1.5 before 1.5.0.5, Thunderbird before 1.5.0.5, and SeaMonkey before 1.0.3 might allow remote attackers to execute arbitrary code by causing the garbage collector to delete a temporary variable while it is still being used...

5.1CVSS8.9AI score0.0446EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2006/07/27 7:00 p.m.31 views

CVE-2006-3803

Race condition in the JavaScript garbage collection in Mozilla Firefox 1.5 before 1.5.0.5, Thunderbird before 1.5.0.5, and SeaMonkey before 1.0.3 might allow remote attackers to execute arbitrary code by causing the garbage collector to delete a temporary variable while it is still being used...

7AI score0.0446EPSS
SaveExploits0References58
CVE
CVE
added 2006/07/27 7:00 p.m.174 views

CVE-2006-3803

CVE-2006-3803 is a race-condition vulnerability in the JavaScript garbage collector that can be exploited to execute arbitrary code remotely. Affected products include Mozilla Firefox 1.5 prior to 1.5.0.5, Thunderbird prior to 1.5.0.5, and SeaMonkey prior to 1.0.3. The issue occurs when the garba...

5.1CVSS7AI score0.0446EPSS
SaveExploits0References58Affected Software3
CERT
CERT
added 2006/07/27 12:00 a.m.39 views

Mozilla fails to properly handle garbage collection

Overview The Mozilla JavaScript engine fails to properly perform garbage collection, which may allow a remote attacker to execute arbitrary code on a vulnerable system. Description Garbage collection According to Mozilla: Garbage collection is generally used to refer to algorithms that 1 determin...

7.5CVSS7AI score0.06596EPSS
SaveExploits0References14
Mozilla
Mozilla
added 2006/07/25 12:00 a.m.36 views

JavaScript new Function race condition — Mozilla

H. D. Moore reported a testcase that was able to trigger a race condition where JavaScript garbage collection deleted a temporary variable still being used in the creation of a new Function object. The resulting use of a deleted object may be potentially exploitable to run native code provided by...

5.1CVSS6.2AI score0.0446EPSS
SaveExploits0References2Affected Software3
RedHat Linux
RedHat Linux
added 2006/04/21 3:41 p.m.10 views

security flaw

The Javascript interpreter jsinterp.c in Mozilla and Firefox before 1.5.1 does not properly dereference objects, which allows remote attackers to cause a denial of service crash or execute arbitrary code via unknown attack vectors related to garbage collection...

7.5CVSS6.2AI score0.04577EPSS
SaveExploits0References4
Prion
Prion
added 2006/04/20 10:02 a.m.22 views

Buffer overflow

foldbinary in fold-const.c in GNU Compiler Collection gcc 4.1 improperly handles pointer overflow when folding a certain expr comparison to a corresponding offset comparison in cases other than EQEXPR and NEEXPR, which might introduce buffer overflow vulnerabilities into applications that could b...

2.1CVSS7.2AI score0.00418EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2006/04/20 10:00 a.m.29 views

CVE-2006-1902

foldbinary in fold-const.c in GNU Compiler Collection gcc 4.1 improperly handles pointer overflow when folding a certain expr comparison to a corresponding offset comparison in cases other than EQEXPR and NEEXPR, which might introduce buffer overflow vulnerabilities into applications that could b...

7AI score0.00418EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2006/04/18 11:12 a.m.16 views

security flaw

The JavaScript engine in Mozilla Firefox and Thunderbird 1.x before 1.5 and 1.0.x before 1.0.8, Mozilla Suite before 1.7.13, and SeaMonkey before 1.0 does not properly handle temporary variables that are not garbage collected, which might allow remote attackers to trigger operations on freed memo...

5CVSS5.9AI score0.03877EPSS
SaveExploits0References4
CERT
CERT
added 2006/04/17 12:00 a.m.42 views

Mozilla products JavaScript engine fail to properly handle garbage-collection

Overview A vulnerability in the way the JavaScript engine of Mozilla products and derivative programs handles garbage collection could allow a remote attacker to execute arbitrary code on a vulnerable system. Description The JavaScript programming language uses a method of memory management known...

5CVSS6.9AI score0.03877EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2006/04/14 10:02 a.m.41 views

CVE-2006-1742

The JavaScript engine in Mozilla Firefox and Thunderbird 1.x before 1.5 and 1.0.x before 1.0.8, Mozilla Suite before 1.7.13, and SeaMonkey before 1.0 does not properly handle temporary variables that are not garbage collected, which might allow remote attackers to trigger operations on freed memo...

5CVSS6AI score0.03877EPSS
SaveExploits0References4
Prion
Prion
added 2006/04/14 10:02 a.m.37 views

Memory corruption

The JavaScript engine in Mozilla Firefox and Thunderbird 1.x before 1.5 and 1.0.x before 1.0.8, Mozilla Suite before 1.7.13, and SeaMonkey before 1.0 does not properly handle temporary variables that are not garbage collected, which might allow remote attackers to trigger operations on freed memo...

5CVSS6.3AI score0.03877EPSS
SaveExploits0References52Affected Software4
Mozilla
Mozilla
added 2006/04/13 12:00 a.m.47 views

JavaScript garbage-collection hazard audit — Mozilla

Igor Bukanov has audited the JavaScript engine for routines that use temporary variables not protected against garbage-collection. If malicious content could cause garbage-collection to run during the lifetime of these temporaries then the original routine would end up operating on freed memory...

5CVSS1.4AI score0.03877EPSS
SaveExploits0References11Affected Software4
Prion
Prion
added 2006/02/02 8:06 p.m.25 views

Design/Logic Flaw

The Javascript interpreter jsinterp.c in Mozilla and Firefox before 1.5.1 does not properly dereference objects, which allows remote attackers to cause a denial of service crash or execute arbitrary code via unknown attack vectors related to garbage collection...

7.5CVSS7.5AI score0.04577EPSS
SaveExploits0References60Affected Software2
Prion
Prion
added 2006/02/02 8:06 p.m.23 views

Memory corruption

The function allocation code jsNewFunction in jsfun.c in Firefox 1.5 allows attackers to cause a denial of service memory corruption and possibly execute arbitrary code via user-defined methods that trigger garbage collection in a way that operates on freed objects...

7.5CVSS7.6AI score0.03737EPSS
SaveExploits0References27Affected Software1
UbuntuCve
UbuntuCve
added 2006/02/02 8:06 p.m.27 views

CVE-2006-0293

The function allocation code jsNewFunction in jsfun.c in Firefox 1.5 allows attackers to cause a denial of service memory corruption and possibly execute arbitrary code via user-defined methods that trigger garbage collection in a way that operates on freed objects...

7.5CVSS6.3AI score0.03737EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2006/02/02 8:06 p.m.39 views

CVE-2006-0292

The Javascript interpreter jsinterp.c in Mozilla and Firefox before 1.5.1 does not properly dereference objects, which allows remote attackers to cause a denial of service crash or execute arbitrary code via unknown attack vectors related to garbage collection...

7.5CVSS6.3AI score0.04577EPSS
SaveExploits0References4
OSV
OSV
added 2006/02/02 8:06 p.m.11 views

CVE-2006-0292

The Javascript interpreter jsinterp.c in Mozilla and Firefox before 1.5.1 does not properly dereference objects, which allows remote attackers to cause a denial of service crash or execute arbitrary code via unknown attack vectors related to garbage collection...

7.4AI score
SaveExploits0References60
NVD
NVD
added 2006/02/02 8:06 p.m.26 views

CVE-2006-0293

The function allocation code jsNewFunction in jsfun.c in Firefox 1.5 allows attackers to cause a denial of service memory corruption and possibly execute arbitrary code via user-defined methods that trigger garbage collection in a way that operates on freed objects...

7.5CVSS7.3AI score0.03737EPSS
SaveExploits0References27
Cvelist
Cvelist
added 2006/02/02 8:00 p.m.30 views

CVE-2006-0293

The function allocation code jsNewFunction in jsfun.c in Firefox 1.5 allows attackers to cause a denial of service memory corruption and possibly execute arbitrary code via user-defined methods that trigger garbage collection in a way that operates on freed objects...

7.2AI score0.03737EPSS
SaveExploits0References27
Rows per page
Query Builder