LiveActive security incident?Get immediate response
CVE Record

CVE-2019-5797: Double free in DOMStorage in Google Chrome prior to 73.0.3683.75 allowed a remote attacker to potentially e...

Double free in DOMStorage in Google Chrome prior to 73.0.3683.75 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2019-5797 is a high-severity Google Chrome memory safety flaw. A user visiting a maliciously crafted HTML page could trigger heap corruption, potentially allowing serious browser compromise. The relevant exposure is Chrome versions before 73.0.3683.75.

Executive priority

Treat this as a legacy browser risk requiring verification rather than emergency response, unless old Chrome versions remain in use.

Technical view

The issue is a CWE-415 double free in Chrome DOMStorage before 73.0.3683.75. The CVSS vector is network-accessible, high complexity, no privileges required, user interaction required, with high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely on legacy or unmanaged endpoints running Chrome before 73.0.3683.75. The source bundle does not identify other affected products or CPEs.

Exploitation context

The CVE describes potential exploitation through a crafted HTML page. KEV is false, and the provided sources do not state active exploitation in the wild.

Researcher notes

Public details are limited. The record identifies DOMStorage double free behavior and heap corruption potential, but not exploit primitives, reliable triggers, or broader Chromium downstream impact.

Mitigation direction

  • Upgrade Google Chrome to 73.0.3683.75 or later.
  • Confirm enterprise browser update policies are enabled and enforced.
  • Retire or isolate systems that cannot run supported Chrome versions.
  • Check Google guidance for any environment-specific remediation details.

Validation and detection

  • Inventory Chrome versions across managed and unmanaged endpoints.
  • Flag any Chrome installation older than 73.0.3683.75.
  • Review browser management reports for stalled or disabled updates.
  • Confirm exceptions are documented for legacy systems.
  • Avoid exploit reproduction unless authorized and safely isolated.
Prepared
Confidence
high
Sources
4

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-415: 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-2019-5797 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
High
CVSS
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/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
3Source 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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H1.65.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2019-5797Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:R/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GoogleChromeunspecifiedListed
Weakness

CWE details

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

CWE-415 · source CWE mapping

Double Free

Double Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.