LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2019-5786: Google Chrome Blink Use-After-Free Vulnerability

RBRecent Breaches Vulnerability Intelligence·May 23, 2022
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Jun 13, 2022
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2019-5786 to its Known Exploited Vulnerabilities catalog on May 23, 2022, with a federal patch deadline of Jun 13, 2022 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

Google Chrome Blink contains a heap use-after-free vulnerability that allows an attacker to potentially perform out of bounds memory access via a crafted HTML page.

CVE-2019-5786 is a heap use-after-free vulnerability in the Blink rendering engine used by Google Chrome. An attacker who can get a user to open a crafted HTML page may trigger out-of-bounds memory access. For IT and security teams this matters because browser engines process untrusted web content by design; a successful exploit can undermine the isolation that protects the rest of the endpoint.

Public detail is limited to the CISA description and the CWE classification. Confirm exact affected builds, fixed releases, and any additional technical notes directly against the vendor advisory before acting.

How it works

The weakness is CWE-416 (use-after-free). In a heap use-after-free, memory is freed while a pointer to it remains live. Later use of that dangling pointer can read or write memory that now belongs to a different object or is no longer valid. In a browser rendering component such as Blink, this typically occurs while parsing or laying out HTML, CSS, or related DOM structures.

According to the CISA summary, an attacker supplies a crafted HTML page that exercises the flawed code path. The result is potential out-of-bounds memory access. Beyond that high-level description, specific trigger conditions, heap layout requirements, or exploitation primitives are not provided in the given facts; treat any deeper claims as unverified until confirmed in the vendor advisory or reputable technical analysis tied to this CVE.

Because the attack surface is ordinary web content, the initial vector is usually a malicious or compromised site, an embedded frame, or a file opened in the browser. No ransomware use is documented for this CVE in the supplied facts.

Am I affected? How to find it in your systems

Google Chrome (and any product that embeds the same Blink engine in a vulnerable configuration) is the primary concern. Blink is the layout/rendering component; it runs wherever Chrome or a Blink-based browser is installed—workstations, VDI images, kiosks, and developer machines.

If you embed Chromium/Blink in custom applications, treat those binaries as in-scope and verify their Blink revision against the advisory.

How to remediate

Patch first. Apply the updates specified by the vendor for Google Chrome / Blink as directed in the official advisory. CISA’s required action is to apply updates per vendor instructions.

Document the advisory ID and deployment date for compliance and audit trails.

If you can't patch immediately

Use compensating controls until the vendor update can be applied everywhere.

Reassess residual risk daily and prioritize patching of internet-facing and high-value user populations first.

If your data may have been exposed

Actively exploited browser vulnerabilities can lead to endpoint compromise and subsequent data theft. The supplied facts do not document ransomware use for CVE-2019-5786, but any successful memory-corruption exploit in a browser still warrants incident review: check for persistence, credential access, and lateral movement on affected hosts.

If you suspect compromise, follow your incident-response process—isolate the host, collect volatile evidence, and rotate credentials that may have been exposed from that session. As a quick external check, you can run a free exposure scan of your email addresses against known breach datasets to see whether those identities already appear in public breach corpora, then proceed with deeper investigation as needed.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedGoogle · Chrome Blink
WeaknessCWE-416
Added to CISA KEVMay 23, 2022
Federal patch deadlineJun 13, 2022
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities