SecPod

Learn Search

Search across all Learn content

← Back to Security Research
Security Update: Mozilla Fixes Actively Exploited Zero-Days in Firefox

Security Update: Mozilla Fixes Actively Exploited Zero-Days in Firefox

Mozilla fixed two critical zero-days in its popular web browser, Firefox. Using a vulnerability management tool. Mozilla is aware of active exploitation of these vulnerabilities. There is no specific information about the threat groups or malwares utilizing these vulnerabilities. These are the Firef...

Apr 5, 2020By Vidita V Koushik2 min read

Mozilla fixed two critical zero-days in its popular web browser, Firefox. Using a vulnerability management tool. Mozilla is aware of active exploitation of these vulnerabilities. There is no specific information about the threat groups or malwares utilizing these vulnerabilities. These are the Firefox vulnerabilities.

Firefox vulnerabilities Zero-Days

As per the advisory,

  • CVE-2020-6819 is a use-after-free vulnerability when running the nsDocShell destructor due to a  race condition.
  • CVE-2020-6820 is a use-after-free vulnerability when handling a ReadableStream due to a race condition.

Both the zero-days are use-after-free issues in different components. A use-after-free(CWE-416) issue is one where a memory is referenced after it is freed. However, vulnerabilities of this type can be used to corrupt memory and launch denial of service or remote code execution attacks. Depending on the privileges of the targeted user, an attacker can install programs; view, change, or delete data; or create new accounts with full user rights. A patch management tool can patch such vulnerabilities.

Affected products in Firefox vulnerabilities

  • Firefox versions prior to 74.0.1
  • Firefox ESR versions 68.6.1

Impact

Attackers can either abuse these vulnerabilities to crash the application or execute arbitrary code in the context of the browser.

Solution

Please refer to this KB article to apply the patches using SanerNow.

Featured Posts

Open CVE-2026-31431: From 732 Bytes to Root - Anatomy of a Modern Linux Privilege Escalation

CVE-2026-31431: From 732 Bytes to Root - Anatomy of a Modern Linux Privilege Escalation

CVE Research

CVE-2026-31431: From 732 Bytes to Root - Anatomy of a Modern Linux Privilege Escalation

Jun 24, 2026

Open CVE-2026-31431: The Nine-Year Kernel Bug Hiding in Plain Sight

CVE-2026-31431: The Nine-Year Kernel Bug Hiding in Plain Sight

CVE Research

CVE-2026-31431: The Nine-Year Kernel Bug Hiding in Plain Sight

Jun 23, 2026

Open Squidbleed: A 29-Year-Old Squid Proxy Flaw That Leaks Cleartext HTTP Requests
Squidbleed: A 29-Year-Old Squid Proxy Flaw That Leaks Cleartext HTTP Requests

CVE Research

Squidbleed: A 29-Year-Old Squid Proxy Flaw That Leaks Cleartext HTTP Requests

Jun 23, 2026

Open AryStinger Malware Leverages 4,300+ Legacy Routers to Establish Persistent Spy Infrastructure
AryStinger Malware Leverages 4,300+ Legacy Routers to Establish Persistent Spy Infrastructure

CVE Research

AryStinger Malware Leverages 4,300+ Legacy Routers to Establish Persistent Spy Infrastructure

AryStinger represents a calculated shift in IoT threat methodology, abandoning noisy, destructive payloads in favor of silent, long-term reconnaissance infrastructure. By exploiting unpatched, end-of-life routers and NAS devices through decade-old vulnerabilities, the threat operator has assembled a distributed fleet of over 4,300 Executor nodes capable of conducting parallelized DNS enumeration, port scanning, and service fingerprinting at scale, all while masking origin behind residential IP addresses. With active development ongoing and a potential operational timeline stretching back to 2024, AryStinger underscores a growing and underappreciated risk: forgotten edge hardware is not merely a compliance gap but exploitable infrastructure.

Jun 23, 2026

Security Update: Mozilla Fixes Actively Exploited Zero-Days in Firefox | SecPod