Lucene search
+L

5432 matches found

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.7 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.28 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.32 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.41 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.15 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:00 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
Tenable Nessus
Tenable Nessus
added 2024/08/06 12:00 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:00 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
Mozilla
Mozilla
added 2024/08/06 12:00 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:00 a.m.40 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
The Hacker News
The Hacker News
added 2024/08/05 10:16 a.m.28 views

Enhancing Incident Response Readiness with Wazuh

Incident response is a structured approach to managing and addressing security breaches or cyber-attacks. Security teams must overcome challenges such as timely detection, comprehensive data collection, and coordinated actions to enhance readiness. Improving these areas ensures a swift and...

7.8AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/08/01 12:00 a.m.35 views

The vulnerability of the IBM QRadar SIEM system for event collection and analysis, related to the disclosure of protected information, allows attackers to gain unauthorized access to confidential data.

The vulnerability of the IBM QRadar SIEM event collection and analysis system is related to the disclosure of protected information. Exploiting this vulnerability could allow a malicious actor, operating remotely, to gain unauthorized access to protected information...

6.8CVSS5.5AI score0.00435EPSS
SaveExploits0References5
The Hacker News
The Hacker News
added 2024/07/31 4:38 a.m.42 views

Meta Settles for $1.4 Billion with Texas Over Illegal Biometric Data Collection

Meta, the parent company of Facebook, Instagram, and WhatsApp, agreed to a record $1.4 billion settlement with the U.S. state of Texas over allegations that it illegally collected biometric data of millions of users without their permission, marking one of the largest penalties levied by regulato...

7AI score
SaveExploits0
Jake Archibald's Blog
Jake Archibald's Blog
added 2024/07/30 1:00 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:00 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
Malwarebytes
Malwarebytes
added 2024/07/29 3:33 p.m.16 views

SIEM is not storage, with Jess Dodson (Lock and Code S05E16)

This week on the Lock and Code podcast… In the world of business cybersecurity, the powerful technology known as "Security Information and Event Management" is sometimes thwarted by the most unexpected actors—the very people setting it up. Security Information and Event Management—or SIEM—is a te...

7.2AI score
SaveExploits0
Malwarebytes
Malwarebytes
added 2024/07/29 3:24 p.m.15 views

US senators ask FTC to investigate car makers’ privacy practices

An ongoing US Senate investigation indicated that connected car makers violate consumer privacy by sharing and selling drivers’ data, including their location, on a vast scale, and that the same car makers often obtain consumer consent through deception. Based on this investigation, senators have...

7AI score
SaveExploits0
Rows per page
Query Builder