Lucene search
+L

2699 matches found

AlpineLinux
AlpineLinux
added 2024/08/06 1:15 p.m.49 views

CVE-2024-7530

Incorrect garbage collection interaction could have led to a use-after-free. This vulnerability affects Firefox 129...

9.8CVSS6.6AI score0.00381EPSS
SaveExploits0
NVD
NVD
added 2024/08/06 1:15 p.m.24 views

CVE-2024-7530

Incorrect garbage collection interaction could have led to a use-after-free. This vulnerability affects Firefox 129...

9.8CVSS0.00381EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/08/06 1:15 p.m.25 views

CVE-2024-7530

Incorrect garbage collection interaction could have led to a use-after-free. This vulnerability affects Firefox 129...

9.8CVSS7.2AI score0.00381EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/06 1:15 p.m.5 views

UBUNTU-CVE-2024-7530

Incorrect garbage collection interaction could have led to a use-after-free. This vulnerability affects Firefox 129...

9.8CVSS7.3AI score0.00381EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/06 1:15 p.m.4 views

UBUNTU-CVE-2024-7528

Incorrect garbage collection interaction in IndexedDB could have led to a use-after-free. This vulnerability affects Firefox 129, Firefox ESR 128.1, and Thunderbird 128.1...

9.8CVSS7.3AI score0.00516EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/06 12:38 p.m.29 views

CVE-2024-7530

Incorrect garbage collection interaction could have led to a use-after-free. This vulnerability affects Firefox 129...

0.00381EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/08/06 12:38 p.m.17 views

CVE-2024-7530

Incorrect garbage collection interaction could have led to a use-after-free. This vulnerability affects Firefox 129...

6.1AI score0.00381EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/06 12:38 p.m.290 views

CVE-2024-7530

Mozilla Firefox is affected by CVE-2024-7530 due to an incorrect garbage-collection interaction that can cause a use-after-free in the JavaScript/GC path. Affected: Firefox versions earlier than 129.0. Impact as described: potential crash and, per linked advisories, could lead to arbitrary code e...

9.8CVSS6.3AI score0.00381EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/08/06 12:38 p.m.36 views

CVE-2024-7530

Incorrect garbage collection interaction could have led to a use-after-free. This vulnerability affects Firefox 129...

9.8CVSS8AI score0.00381EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/08/06 12:38 p.m.13 views

CVE-2024-7528

Incorrect garbage collection interaction in IndexedDB could have led to a use-after-free. This vulnerability affects Firefox 129, Firefox ESR 128.1, and Thunderbird 128.1...

9.8CVSS8.4AI score0.00516EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/08/06 12:0 a.m.29 views

Mozilla Firefox < 129.0

The version of Firefox installed on the remote macOS or Mac OS X host is prior to 129.0. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2024-33 advisory. - Incorrect garbage collection interaction could have led to a use-after-free. CVE-2024-7530 - Insufficient...

9.8CVSS7.4AI score0.00638EPSS
SaveExploits0References16
Tenable Nessus
Tenable Nessus
added 2024/08/06 12:0 a.m.37 views

Mozilla Firefox ESR < 128.1

The version of Firefox ESR installed on the remote macOS or Mac OS X host is prior to 128.1. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2024-35 advisory. - Incorrect garbage collection interaction in IndexedDB could have led to a use-after-free. CVE-2024-7528 ...

9.8CVSS7.4AI score0.00638EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2024/08/06 12:0 a.m.24 views

Mozilla Firefox ESR < 128.1

The version of Firefox ESR installed on the remote Windows host is prior to 128.1. It is, therefore, affected by multiple vulnerabilities as referenced in the mfsa2024-35 advisory. - Incorrect garbage collection interaction in IndexedDB could have led to a use-after-free. CVE-2024-7528 -...

9.8CVSS7.4AI score0.00638EPSS
SaveExploits0References13
Mozilla
Mozilla
added 2024/08/06 12:0 a.m.33 views

Security Vulnerabilities fixed in Thunderbird 128.1 — Mozilla

Select options could obscure the fullscreen notification dialog. This could be used by a malicious site to perform a spoofing attack. Insufficient checks when processing graphics shared memory could have led to memory corruption. This could be leveraged by an attacker to perform a sandbox escape....

9.8CVSS7AI score0.00638EPSS
SaveExploits0References10Affected Software1
Mozilla
Mozilla
added 2024/08/06 12:0 a.m.47 views

Security Vulnerabilities fixed in Firefox 129 — Mozilla

Select options could obscure the fullscreen notification dialog. This could be used by a malicious site to perform a spoofing attack. Insufficient checks when processing graphics shared memory could have led to memory corruption. This could be leveraged by an attacker to perform a sandbox escape....

9.8CVSS7.9AI score0.00638EPSS
SaveExploits0References15Affected Software1
Positive Technologies
Positive Technologies
added 2024/08/06 12:0 a.m.4 views

PT-2024-5770

Name of the Vulnerable Software and Affected Versions Mozilla Firefox versions prior to 129 Description The issue is related to the Garbage Collector component of Mozilla Firefox, where there is a use-after-free error due to concurrent loading of the singleton global runtime and garbage collectio...

10CVSS7.3AI score0.72648EPSS
SaveExploits43References753
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/07/30 1:0 a.m.13 views

Garbage collection and closures

Me, Surma, and Jason were hacking on a thing, and discovered that garbage collection within a function doesn't quite work how we expected. function demo const bigArrayBuffer = new ArrayBuffer100000000; const id = setTimeout = console.logbigArrayBuffer.byteLength; , 1000; return = clearTimeoutid;...

7.4AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/07/30 1:0 a.m.12 views

Garbage collection and closures

Me, Surma, and Jason were hacking on a thing, and discovered that garbage collection within a function doesn't quite work how we expected. function demo const bigArrayBuffer = new ArrayBuffer100000000; const id = setTimeout = console.logbigArrayBuffer.byteLength; , 1000; return = clearTimeoutid;...

7.4AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/07/25 12:0 a.m.3 views

PT-2024-40823 · Git +1 · Ghostscript

Name of the Vulnerable Software and Affected Versions: No specific software or versions mentioned. Description: A crash occurred due to a segmentation fault on an unknown address. The crash state included functions such as gs gc reclaim, ireclaim, and interp reclaim. Recommendations: At the momen...

6.9AI score
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/07/24 2:3 p.m.5 views

kernel: nftables: nft_set_rbtree skip end interval element from gc

A flaw was found in the Linux kernel’s Netfilter subsystem. This issue occurs in the nftsetrbtree. rbtree lazy gc on insert, which might collect an end interval element just added in a transaction and skip the end interval elements not yet active...

7.8CVSS6.8AI score0.02224EPSS
SaveExploits1References5
Rows per page
Query Builder