Lucene search
+L

1775 matches found

OSV
OSV
added 2024/08/06 1:15 p.m.5 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...

8.8CVSS7.4AI score0.00516EPSS
SaveExploits0References4
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
OSV
OSV
added 2024/08/06 1:15 p.m.6 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
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
UbuntuCve
UbuntuCve
added 2024/08/06 1:15 p.m.26 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
Cvelist
Cvelist
added 2024/08/06 12:38 p.m.31 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.18 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.295 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.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.48 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
Tenable Nessus
Tenable Nessus
added 2024/08/06 12:0 a.m.30 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
Mozilla
Mozilla
added 2024/08/06 12:0 a.m.34 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
Tenable Nessus
Tenable Nessus
added 2024/08/06 12:0 a.m.38 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
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/07/30 1:0 a.m.15 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.15 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.3 views

kernel: netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path

A flaw was found in the Linux kernel’s Netfilter nftables module. The issue arises from improper mutex handling during the garbage collection GC process. The problem occurs between the critical functions nftgcseqbegin and nftgcseqend, where a mutex lock is incorrectly released too early, leading ...

7.8CVSS7.2AI score0.00267EPSS
SaveExploits0References5
Rows per page
Query Builder