LiveActive security incident?Get immediate response
CVE Record

CVE-2026-2805: Invalid pointer in the DOM: Core & HTML component

Invalid pointer in the DOM: Core & HTML component. This vulnerability was fixed in Firefox 148 and Thunderbird 148.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2026-2805 is a critical Mozilla DOM memory-safety issue described as an invalid pointer in Core & HTML. Mozilla says it was fixed in Firefox 148 and Thunderbird 148. The main business concern is rapid exposure from unpatched browser or mail clients, but the provided sources do not show active exploitation.

Executive priority

Treat as an urgent endpoint patching item. The vulnerability is critical by CVSS and affects widely deployed client software. There is no provided evidence of active exploitation, but delay increases risk because browser and mail-client vulnerabilities can scale quickly once technical details emerge.

Technical view

The issue is classified as CWE-824, access of an uninitialized pointer, in Mozilla’s DOM Core & HTML component. The CVSS 3.1 score is 9.8 with network attack vector, low complexity, no privileges, and high confidentiality, integrity, and availability impact. Public technical detail is limited in the provided sources.

Likely exposure

Organizations using Mozilla Firefox or Thunderbird installations that have not received the fixing 148 release are the likely exposure group. Exposure depends on endpoint software inventory, update controls, and whether ESR or other channels have separate advisory coverage not shown in the provided bundle.

Exploitation context

The CVE is not listed as KEV in the provided data, and no provided source states active exploitation. Because the rating is critical and the vulnerable component is browser/mail-client parsing logic, unpatched endpoints should still be treated as urgent until vendor guidance is applied.

Researcher notes

Public details are sparse: the bundle identifies CWE-824 and the DOM Core & HTML component, but not a root-cause diff, trigger condition, or affected version range beyond the fixed releases. Avoid assuming exploitability details beyond the CVSS vector and Mozilla advisories.

Mitigation direction

  • Update Firefox to the Mozilla release that includes the fix, listed as Firefox 148.
  • Update Thunderbird to the Mozilla release that includes the fix, listed as Thunderbird 148.
  • Review Mozilla advisories MFSA2026-13 and MFSA2026-16 for channel-specific guidance.
  • Prioritize managed endpoint update enforcement for browsers and mail clients.
  • If updates are delayed, consult Mozilla guidance for any supported temporary mitigations.

Validation and detection

  • Inventory deployed Firefox and Thunderbird versions across managed endpoints.
  • Confirm Firefox installations are at the fixed release identified by Mozilla or later.
  • Confirm Thunderbird installations are at the fixed release identified by Mozilla or later.
  • Check patch management reports for failed or deferred Mozilla updates.
  • Monitor Mozilla advisories and CVE records for revised affected-version details.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-824: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-2805 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2026-2805Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
MozillaFirefox148Listed
MozillaThunderbird148Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-824 · source CWE mapping

Access of Uninitialized Pointer

Access of Uninitialized Pointer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.